summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-6/+2
* Dynamically increase TX start threshold if TX underruns are detected.wpaul1999-05-051-4/+12
* Fix the media selection for the 3c900B-FL 10baseFL adapter. It actuallywpaul1999-05-041-44/+48
* Bunch of updates:wpaul1999-04-301-95/+126
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-2/+6
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-3/+9
* Add bridging support (tested in 3.1-RELEASE by Steven Vetzalghelmer1999-04-161-13/+41
* - Close PR #11136: add PCI ID for another new cyclone device: thewpaul1999-04-151-31/+57
* Add support for the 3cSOHO100-TX, which is a "hurricane" chipsetwpaul1999-04-121-2/+6
* Some small updates:wpaul1999-04-111-8/+25
* Shorten device names so that the pci probe lines don't exceed 80 charswpaul1999-03-311-12/+15
* Make the xl and pn drivers work on FreeBSD/alpha and add them towpaul1999-03-271-4/+29
* Remove call to DELAY() from xl_wait(), since xl_wait() is in thewpaul1999-02-261-3/+2
* Do not issue RX and TX reset commands in xl_stop() and xl_init(). On thewpaul1999-02-111-2/+6
* Remember to initialize ifp->if_snd.ifq_maxlen.wpaul1999-02-011-2/+3
* Fix a small bug in xl_start(): when queuing a packet onto the end ofwpaul1998-12-241-2/+3
* probe function changed from returning char * to const char *.dillon1998-12-141-4/+4
* Silence gcc -Wall -ansi -pedantic and fix minor bug in xl_txeof().wpaul1998-12-101-9/+7
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+4
* Add sanity check to foo_start() routines: in the unlikely (thoughwpaul1998-12-051-2/+8
* Fix a minor bug in xl_attach() where the list buffer region is roundedwpaul1998-11-181-3/+3
* Close PR #8409:wpaul1998-10-221-3/+3
* Close PR #8384:wpaul1998-10-221-21/+37
* Modify the transmit packet queuing strategy a bit to be a little lesswpaul1998-10-191-19/+21
* Add support for yet another "cyclone" board, with PCI device id 0x905A.wpaul1998-10-091-2/+4
* Apply patch graciously provided by Jason Wright <jason@thought.net> fromwpaul1998-09-251-23/+34
* - If the OACTIVE flag is set on entry to xl_start(), check to see if thewpaul1998-09-081-4/+68
* Patch the transmit error handler to avoid following NULL pointers andwpaul1998-09-061-3/+4
* Modify the xl_mediacheck() routine to also test for the case where thewpaul1998-09-041-17/+42
* "xl%d: chip is is in D%d power mode " -> "xl%d: chip is in D%d power mode "wpaul1998-09-011-3/+3
* Fix handling of ENOBUFS condition. During reception, the filled mbufwpaul1998-08-311-12/+27
* Change the autonegotiation waiting period from 3 seconds to 5. Thiswpaul1998-08-301-3/+3
* - #define mask of enabled interrupts/indications in if_xlreg.h instead ofwpaul1998-08-241-21/+32
* Fix small printf() bogon (forgot newline, and the message was longer thatwpaul1998-08-201-4/+4
* Make two changes:wpaul1998-08-191-28/+48
* Fixed printf format errors (none detected in GENERIC again).bde1998-08-171-3/+3
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-161-0/+2605
OpenPOWER on IntegriCloud