summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-6/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-2/+6
* Merge in some updates for the RealTek driver, mainly:wpaul1999-04-121-141/+60
* Add support for still more cheapo 10/100 cards: Delta Electronics andwpaul1999-02-231-3/+8
* Remember to initialize ifp->if_snd.ifq_maxlen.wpaul1999-02-011-2/+3
* Multicast code isn't quite correct. The RealTek wants the upper six bitswpaul1999-01-221-5/+5
* Small cosmetic tweak: in rl_rxeof(), use the constant RX_CMD_EMPTY_RXBUFwpaul1999-01-161-3/+3
* Grrrr... The RealTek 8139 is yet another chip that includes the ethernetwpaul1998-12-241-4/+13
* probe function changed from returning char * to const char *.dillon1998-12-141-4/+4
* Silence gcc -Wall -ansi -pedantic.wpaul1998-12-101-18/+12
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+3
* if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038wpaul1998-12-071-15/+15
* Add missing return statement to rl_phy_writereg(). This bug didn't actuallywpaul1998-11-201-2/+3
* The Accton 1207D adapter uses a chip called the MXP 5030 (or 5038)wpaul1998-11-181-25/+24
* Add driver support for PCI fast ethernet adapters based on thewpaul1998-10-181-0/+1989
OpenPOWER on IntegriCloud