summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_pn.c
Commit message (Expand)AuthorAgeFilesLines
* Fix support for the PNIC II. Earlier I had assumed that the PNIC II waswpaul1999-05-281-4/+2
* Remove redundant redefinition of vtophys(). This is already in if_pnreg.hgallatin1999-05-261-7/+2
* 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
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-2/+8
* Grrr. Make all modes work properly with the 82c168 chip and built-inwpaul1999-04-141-14/+33
* Some more fixes:wpaul1999-04-131-33/+39
* Grr... don't touch the PN_GEN (general purpose) register in pn_setcfg()wpaul1999-04-121-6/+8
* Minor tweak: move initialiation of busctl register to before setting ofwpaul1999-04-121-3/+3
* Enable the promiscuous mode workaround for the PNIC 82c168 chip, whichwpaul1999-04-111-3/+4
* Finally add support for the older 82c168 PNIC chip with the built-inwpaul1999-04-101-35/+259
* Fix a line wrap bogon.wpaul1999-03-301-3/+4
* Make the xl and pn drivers work on FreeBSD/alpha and add them towpaul1999-03-271-25/+62
* Add PCI device ID for the PNIC II.wpaul1999-02-261-2/+4
* Remember to initialize ifp->if_snd.ifq_maxlen.wpaul1999-02-011-2/+3
* GRRRR! Apparently, the promiscuous mode chip bug which I thought waswpaul1999-01-051-3/+3
* This commit adds a software workaround for a hardware bug in certain PNICwpaul1998-12-311-12/+170
* probe function changed from returning char * to const char *.dillon1998-12-141-4/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+3
* Add sanity check to foo_start() routines: in the unlikely (thoughwpaul1998-12-051-2/+8
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-041-0/+1822
OpenPOWER on IntegriCloud