summaryrefslogtreecommitdiff
path: root/sys/pci/if_xlreg.h
Commit message (Expand)AuthorAgeFilesLines
* Move the xl driver form sys/pci to sys/dev/xl for consistency.Warner Losh2008-08-101-743/+0
* Remove unused 'xl_unit' member from softc.John Baldwin2008-05-281-1/+0
* - Take advantage of bus_dmamap_load_mbuf_sg(9).Marius Strobl2008-03-241-1/+2
* - Use the xl_stats_update() callout instead of if_slowtimo() forMarius Strobl2006-12-061-0/+1
* Whitespace nits.Ruslan Ermilov2006-09-151-1/+1
* Consistently use if_printf() only in interface methods: if_start,Gleb Smirnoff2006-09-151-0/+1
* Various fixups to locking:John Baldwin2005-08-181-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Calling xl_rxeof() at the end of xl_start_locked() leads to recursionGleb Smirnoff2005-05-201-0/+1
* xl(4) meets polling(4). Hardware for this work kindly provided byRuslan Ermilov2005-03-261-0/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add PCI and device ID's to if_xl to support:Robert Watson2005-01-031-0/+1
* Actually turn on driver locking in xl(4).Bruce M Simpson2004-07-091-10/+0
* Fix whitespace and comments.Bruce M Simpson2004-07-041-20/+25
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+2
* - Avoid calling pci_get_device() more than once in a single function.Matthew N. Dodd2003-09-141-0/+1
* Support for large frames for VLANs was added by tweaking the packet sizeBill Paul2003-07-101-1/+2
* Instead of relying on a compile time define to determine whether the xlMike Silbersack2003-03-181-0/+1
* - Fix mbuf leak when we successfully allocate a new mbuf but fail toMaxime Henrion2003-02-181-0/+1
* Correctly identify the 3C920B chipset; although it may ship with some Nforce2Mike Silbersack2003-01-221-1/+1
* Make the xl driver work on sparc64:Thomas Moestl2003-01-191-0/+1
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYDavid E. O'Brien2003-01-121-0/+1
* Add support for the 3c555 miniPCI chipset.Mike Silbersack2003-01-061-0/+1
* Convert the xl(4) driver to the busdma API. This should makeMaxime Henrion2002-12-171-18/+21
* Add some magic bits necessary to turn the transmitter on for someMike Silbersack2002-10-221-0/+3
* Turn off the premature locking in xl. The driver tries to use the mutexesPeter Wemm2002-10-141-0/+6
* Fix a problem where stats overflow interrupts would causeMike Silbersack2001-12-171-1/+1
* Add support for the 3c656B cardbus adapter. This is one half of aBill Paul2001-08-281-1/+3
* Close PR #27742: allow the xl driver to receive VLAN tagged frames byBill Paul2001-05-311-1/+2
* Disable the 'stats counter overflow' interrupts since they can happenBill Paul2001-05-111-1/+1
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Add device ID for the 3c565C card. I followed exactly the 3c575c, butWarner Losh2000-12-011-0/+1
* add support for 3Com 3c575TX Fast Etherlink XL.MIHIRA Sanpei Yoshiro2000-11-021-0/+1
* Add support for cardbus card's chips. This will make the 3c575 cardsWarner Losh2000-10-161-0/+8
* First round of converting network drivers from spls to mutexes. ThisBill Paul2000-10-131-0/+4
* Add support for the 3Com 556 and 556B mini-pci adapters used on someBill Paul2000-08-281-0/+13
* Update the xl driver to recognize yet another 3c905B/3c905C class NIC:Bill Paul1999-12-161-0/+1
* Make some small tweaks:Bill Paul1999-10-141-0/+1
* Add an alternate transmit strategy for 3c90xB adapters based on the transmitBill Paul1999-09-201-2/+17
* 3Com has produced their own Linux driver for the 3c90x/3c90xB series cards.Bill Paul1999-09-151-0/+1
* Convert the 3Com XL driver to miibus. This one is a little trickyBill Paul1999-08-291-154/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert the xl driver to newbus. It is now possible to make this driverBill Paul1999-07-201-1/+4
* Head for the hills friends and neighbors, 3Com has yet another 3c90XBill Paul1999-05-301-1/+2
* Allow chipset drivers to specify the direct-mapped DMA window's mask inAndrew Gallatin1999-05-261-3/+3
* Dynamically increase TX start threshold if TX underruns are detected.Bill Paul1999-05-051-1/+2
* Bunch of updates:Bill Paul1999-04-301-9/+12
* - Close PR #11136: add PCI ID for another new cyclone device: theBill Paul1999-04-151-1/+4
* Add support for the 3cSOHO100-TX, which is a "hurricane" chipsetBill Paul1999-04-121-1/+2
* Some small updates:Bill Paul1999-04-111-1/+2