0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Select correct binary library when compiling for AMD64. More... about 12 years ago
Stop casting values in callbacks. Start of AMD64 suport where pointers such as pci_base are 64 bits. More... about 12 years ago
Fix previous NET_SKBUFF_DATA_USES_OFFSET patch as data[skb->tail--] does not equate to intended data[skb->tail - 1]. More... about 12 years ago
Add MAC address to ATM device info. More... over 12 years ago
Pass pmodem through create_proc_read_entry and kill global_pmodem (again). More... over 12 years ago
Add support for the new skbuff data interface, where tail and end are array offsets instead of pointers. This seems to be something x86_64 prefers to use, because of the size of long. NET_SKBUFF_DATA_USES_OFFSET is defined when BITS_PER_LONG > 32. More... over 12 years ago
Support for (cough) new style PCI driver would need a private void pointer added to the MODEM_STRUCT used by binary firmware blob. Hopefully can get Traverse to provide updated binary for trial. My renewed interest is from moving my Pulsar card to a new system. More... over 12 years ago
Update for setsockopt unsigned safety change in new kernels. More... over 12 years ago
Fix potentional SMP deadlock on module unload. Do not call del_timer_sync with locks held as timer may currently be running on another CPU; timer spins for lock and del_timer_sync spins for timer. The del_timer_sync function already checks for running timer. More... over 12 years ago
Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK() for new kernels. More... almost 13 years ago
Update for atm_dev_register function changes. More... about 13 years ago
Update for pci_get_device being depreciated and use pci_find_device instead. Fix kernel warning on module load for __xlate_proc_name by creating directory first. More... almost 14 years ago
Added GPL license Added 64-bit binary libpulsar_fw4-64.a More... over 15 years ago
Replace SA_SHIRQ with IRQF_SHARED for new kernels. More... about 16 years ago
Added /proc documentation to the HOWTO More... almost 17 years ago
Now also supports Sangoma S518-C ADSL card Driver status now available through /proc/driver/pulsar/pulsarX (e.g. pulsar0, pulsar1, ...) Library update to 4.0.12 Fixed bug with spinlock More... almost 17 years ago
Checked in release pulsar-4.0.23 Support for OA&M F4 and F5 ATM cell loopback More... almost 17 years ago
Checked in release pulsar-4.0.22 (with minor changes). More... over 17 years ago
Update binary library to v4.0.11. More... over 17 years ago
Update for changes in Linux 2.6.19 to the request_irq interrupt handler function. More... over 17 years ago
Replace MODULE_PARM with module_param for new kernels. More... almost 18 years ago
Added info about using Debian kernel-headers packages, and removed references to old libpulsar_fw3-rp3.a.
abo
More... over 18 years ago
Changed makefile.2.6 to use ${CC} instead of gcc for detecting gcc version to use. This allows for correct handling of "make CC=gcc-3.3".
abo
More... over 18 years ago
Correct incorrect KERN_ERROR to KERN_ERR in last commit. More... over 18 years ago
Missed one printk change and also cannot use device name until its defined. More... over 18 years ago
Missed some PTAG to device name conversions. More... over 18 years ago
Printk tidy up and prepending with device name. More... over 18 years ago
Partial conversion to new style PCI driver. More... over 18 years ago
Kill all compile warnings. Remove some unneccessary allocations, checks and frees. Free static Tx DMA buffer. More... over 18 years ago
Support REGPARM on Linux 2.6 by disabling regparm in function calls to and from the binary library. More... almost 19 years ago