summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xlreg.h
Commit message (Expand)AuthorAgeFilesLines
* - Avoid calling pci_get_device() more than once in a single function.mdodd2003-09-141-0/+1
* Support for large frames for VLANs was added by tweaking the packet sizewpaul2003-07-101-1/+2
* Instead of relying on a compile time define to determine whether the xlsilby2003-03-181-0/+1
* - Fix mbuf leak when we successfully allocate a new mbuf but fail tomux2003-02-181-0/+1
* Correctly identify the 3C920B chipset; although it may ship with some Nforce2silby2003-01-221-1/+1
* Make the xl driver work on sparc64:tmm2003-01-191-0/+1
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYobrien2003-01-121-0/+1
* Add support for the 3c555 miniPCI chipset.silby2003-01-061-0/+1
* Convert the xl(4) driver to the busdma API. This should makemux2002-12-171-18/+21
* Add some magic bits necessary to turn the transmitter on for somesilby2002-10-221-0/+3
* Turn off the premature locking in xl. The driver tries to use the mutexespeter2002-10-141-0/+6
* Fix a problem where stats overflow interrupts would causesilby2001-12-171-1/+1
* Add support for the 3c656B cardbus adapter. This is one half of awpaul2001-08-281-1/+3
* Close PR #27742: allow the xl driver to receive VLAN tagged frames bywpaul2001-05-311-1/+2
* Disable the 'stats counter overflow' interrupts since they can happenwpaul2001-05-111-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Add device ID for the 3c565C card. I followed exactly the 3c575c, butimp2000-12-011-0/+1
* add support for 3Com 3c575TX Fast Etherlink XL.sanpei2000-11-021-0/+1
* Add support for cardbus card's chips. This will make the 3c575 cardsimp2000-10-161-0/+8
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-0/+4
* Add support for the 3Com 556 and 556B mini-pci adapters used on somewpaul2000-08-281-0/+13
* Update the xl driver to recognize yet another 3c905B/3c905C class NIC:wpaul1999-12-161-0/+1
* Make some small tweaks:wpaul1999-10-141-0/+1
* Add an alternate transmit strategy for 3c90xB adapters based on the transmitwpaul1999-09-201-2/+17
* 3Com has produced their own Linux driver for the 3c90x/3c90xB series cards.wpaul1999-09-151-0/+1
* Convert the 3Com XL driver to miibus. This one is a little trickywpaul1999-08-291-154/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert the xl driver to newbus. It is now possible to make this driverwpaul1999-07-201-1/+4
* Head for the hills friends and neighbors, 3Com has yet another 3c90Xwpaul1999-05-301-1/+2
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-261-3/+3
* Dynamically increase TX start threshold if TX underruns are detected.wpaul1999-05-051-1/+2
* Bunch of updates:wpaul1999-04-301-9/+12
* - Close PR #11136: add PCI ID for another new cyclone device: thewpaul1999-04-151-1/+4
* Add support for the 3cSOHO100-TX, which is a "hurricane" chipsetwpaul1999-04-121-1/+2
* Some small updates:wpaul1999-04-111-1/+2
* Make the xl and pn drivers work on FreeBSD/alpha and add them towpaul1999-03-271-31/+19
* Close PR #8384:wpaul1998-10-221-2/+2
* Modify the transmit packet queuing strategy a bit to be a little lesswpaul1998-10-191-1/+2
* Add support for yet another "cyclone" board, with PCI device id 0x905A.wpaul1998-10-091-1/+2
* Apply patch graciously provided by Jason Wright <jason@thought.net> fromwpaul1998-09-251-2/+2
* Modify the xl_mediacheck() routine to also test for the case where thewpaul1998-09-041-2/+2
* - #define mask of enabled interrupts/indications in if_xlreg.h instead ofwpaul1998-08-241-1/+8
* Increase the number of descriptors (and, as a consequence, the numberwpaul1998-08-211-2/+2
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-161-0/+815
OpenPOWER on IntegriCloud