summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Tweak the vr_start() and vr_rxeof() routines a little to improvewpaul1999-01-102-31/+13
* Amazingly stupid forgetfullness had me forgetting to turn on FIFO burstsmjacob1999-01-101-4/+4
* Add driver support (and man page) for PCI fast ethernet cards basedwpaul1999-01-092-0/+2731
* cleanup: remove part of the code for 2.1.kjc1999-01-091-36/+128
* Add some tweaks to mx_mii_readreg(), mx_phy_readreg(), mx_phy_writereg()wpaul1999-01-061-4/+18
* GRRRR! Apparently, the promiscuous mode chip bug which I thought waswpaul1999-01-052-4/+5
* Minor bug: in the case where allocating a fresh mbuf for the receive ringwpaul1999-01-032-8/+6
* This commit adds a software workaround for a hardware bug in certain PNICwpaul1998-12-312-13/+179
* Add Joachim Kuebart's ES1370 driver. With my Shuttle HOT-255 card,luigi1998-12-312-0/+1261
* Silence -Wtrigraph.hoek1998-12-302-5/+5
* Fix the tl_start() routine; sometimes the tl_tx_tail pointer was notwpaul1998-12-291-3/+3
* clarify headers;ansifymjacob1998-12-281-60/+22
* Turn the VIA chipset ,<<IDE/USB>> controller probing off.foxfair1998-12-271-6/+1
* One more time: another case where we need to trim the CRC manually.wpaul1998-12-241-2/+11
* Grrrr... The RealTek 8139 is yet another chip that includes the ethernetwpaul1998-12-241-4/+13
* The VIA Rhine appears to be yet another chip that always includes thewpaul1998-12-241-2/+11
* Fix a small bug in xl_start(): when queuing a packet onto the end ofwpaul1998-12-241-2/+3
* Add Matrox Mystique 1064/1164SG chips info. By the datasheet from Matrox,foxfair1998-12-231-2/+2
* Staticize the overrun buffer so that they are not shared betweengibbs1998-12-221-4/+4
* Check for DMA capbility is against unit,not controller.msmith1998-12-211-2/+2
* Remove a vestige of the amd driver.bde1998-12-201-667/+0
* Add more non-Intel family ((new)) chipset, just like VIA technology MVP3foxfair1998-12-191-9/+37
* Remove the bogus charracters "42" from the beginning of the first line.julian1998-12-191-2/+2
* Trim the ethernet CRC from received frames manually in wb_rxeof().wpaul1998-12-191-2/+11
* Fix for bogus BIOS configuration of the 450NX PCI interface on somemsmith1998-12-191-2/+14
* Support for Intel 450NX-based systems with more than one PCI bus (ie.msmith1998-12-191-1/+54
* Correct the definition for PN_NETCFG_NO_RXCRC: it's 0x20000000, notwpaul1998-12-181-2/+2
* vxalloc() can return NULL. Deal with it.eivind1998-12-161-1/+3
* Pull in new ccb_hdr list types.gibbs1998-12-151-1/+2
* Removed probe for VIA 82C586B OHCI controller (is done in ohci_pci.c now)n_hibma1998-12-141-3/+1
* probe function changed from returning char * to const char *.dillon1998-12-1424-75/+75
* Fix uninitialized variable warning by preinitializing 'class' to 0. Thisdillon1998-12-141-2/+2
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-1410-33/+33
* Silence gcc -Wall -ansi -pedantic.wpaul1998-12-102-71/+65
* Silence gcc -Wall -ansi -pedantic and fix minor bug in xl_txeof().wpaul1998-12-101-9/+7
* Eliminate compiler warning.archie1998-12-101-3/+3
* Eliminate compiler warning.archie1998-12-101-2/+5
* Check return value of malloc.eivind1998-12-091-3/+5
* Bailing out when malloc returns != NULL will not help anybody.eivind1998-12-091-2/+2
* Adjust prototype to match definition (by adding a 'const').eivind1998-12-091-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-0715-54/+54
* if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038wpaul1998-12-072-46/+28
* Add sanity check to foo_start() routines: in the unlikely (thoughwpaul1998-12-056-12/+48
* trivial header fixmjacob1998-12-051-0/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-045-9/+12
* Put back some missing chip identification code that got lost somehowwpaul1998-12-042-8/+15
* Fix typo: expression needs parenthesesarchie1998-12-041-3/+3
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-048-0/+10836
* The Neomagic chip is a 2160 not a 3160.sos1998-12-011-2/+2
* Alias Adaptec as a vendor of Cogent NICs.msmith1998-11-281-1/+2
OpenPOWER on IntegriCloud