- 11 Sep, 2003 40 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
David S. Miller authored
-
Meelis Roos authored
-
Keith M. Wesolowski authored
-
Rob Radez authored
-
Ricky Beam authored
-
Linus Torvalds authored
-
François Romieu authored
Apply on top of 2.6.0-test5-bk1 + Stephen sdla patches. Compiles fine. free_netdev() patrol. drivers/net/wan/sdla.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-)
-
Stephen Hemminger authored
One more patch, found this in testing -- need to delete device from list when unregistered because of callback.
-
Stephen Hemminger authored
Since dlci device is a pseudo device built on top of sdla, change it to handle unregister events and delete itself.
-
Stephen Hemminger authored
Change the locking for the dlci device list and registration. - use RTNL instead of a private lock (needed for net notifier in next patch). - reorder the checks in the dlci_add to avoid complicated unwinds - use dev->destructor to free - hold RTNL around deassoc to protect callback from races
-
Stephen Hemminger authored
The sdla and dlci drivers have a callback interface which only stores a name in a table, but doesn't do anything useful. Looks like an interface which has lost it's usefulness and can be safely removed. Tested on 2.6.0-test5 by exercising the higher layer (dlci) without real hardware.
-
Stephen Hemminger authored
Patch against 2.60-test5 to move sdla driver out of Space.c for initialization in non-module case. Since this driver doesn't come up until the device has been configured with an ioctl (set_config); there is no way it can have startup order problems.
-
Stephen Hemminger authored
The cosa driver definition of ioctl's either conflicts or was not picked up in the last round of _IOR redefinition (on 2.6.0-test5). The following makes it build, have no idea if it still works on real hardware.
-
Felipe Damasio authored
-
Randy Dunlap authored
This patch to 2.6.0-test5 removes the #warning in tokenring/olympic.c and improves error handling in the probe function.
-
Scott Feldman authored
* misc whitespace cleanup, changelog
-
Scott Feldman authored
* Add PHY master/slave #define override to address link issues with 82541/7 (rev2) against some low-end switches. Forcing master will improve the time-to-link against these switches.
-
Scott Feldman authored
* Move static table from hw.h to hw.c to avoid creating a copy of table everytime hw.h is included.in .c.
-
Scott Feldman authored
* clean up error return code propagation and eliminate redundant DEBUGOUT statements.
-
Scott Feldman authored
* Consolidate code and make function out of setting media type.
-
Scott Feldman authored
* Add ethtool flow control support
-
Scott Feldman authored
* Bug fix: read the correct bit from the EEPROM that controls the initial setting for WoL after a reset.
-
Scott Feldman authored
* Turn off ASF support on fiber nics. Wasn't tested and isn't known to work, so disable before someone hurts themselves.
-
Scott Feldman authored
* Bug fix: 82544 hang with PCI-X: if outgoing Tx buffers terminate within evenly-aligned dwords, and the device is sharing the bus segment with another PCI-X device, 82544 can hang the bus on a split-completion transaction. Fix is to split buffer into two buffers with the first one not terminating within evenly-aligned dword address, and the second one being 4-bytes, which goes as a non-split-conpletion PCI-X transaction. * 8254x controllers that support TSO do an internal calculation to make sure there is enough FIFO space to handle the overhead of each TSO segment before DMA'ing TSO data from host memory. The internal calculation is dependent on the mss of the TSO (defines the number of segments), but the reserved space is a constant, so we need to adjust the maximum size of each buffer queued to the hardware to hold the equation and not overrun the FIFO. This is per TSO because the mss can change from one send to the next.
-
Scott Feldman authored
* Added 82545 (rev3), 82546 (rev3), and 82541/7 (rev2) support - new device IDs - internal SERDES support for 82545/6 (rev3) - don't apply MMRBC workaround for 82545/6 (rev3) - don't use IO mapping for reset for 82545/6 (rev3)
-
Amir Noam authored
-
Amir Noam authored
-
Amir Noam authored
-
Amir Noam authored
-
Amir Noam authored
-
Amir Noam authored
-
Amir Noam authored
-
Amir Noam authored
-
Amir Noam authored
-
Amir Noam authored
-
Greg Kroah-Hartman authored
This also required some other functions and variables to be marked as __devinit
-
Greg Kroah-Hartman authored
Also change the #define functions into inline functions to help catch any future paramater mis-matches. And clean up a few minor style issue...
-
Matt Domsch authored
> > These either need to be marked __devinit and make "new_id" dependant on > > CONFIG_HOTPLUG Patch below moves all the new_id code under CONFIG_HOTPLUG. Tested with both CONFIG_HOTPLUG enabled and disabled. No significant code changes, merely code moving, and in 2 cases, stub functions added.
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/BK/pci-2.5
-