summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
Commit message (Expand)AuthorAgeFilesLines
* 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