aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* This commit adds a software workaround for a hardware bug in certain PNICBill Paul1998-12-312-13/+179
* Add Joachim Kuebart's ES1370 driver. With my Shuttle HOT-255 card,Luigi Rizzo1998-12-312-0/+1261
* Silence -Wtrigraph.Tim Vanderhoek1998-12-302-5/+5
* Fix the tl_start() routine; sometimes the tl_tx_tail pointer was notBill Paul1998-12-291-3/+3
* clarify headers;ansifyMatt Jacob1998-12-281-60/+22
* Turn the VIA chipset ,<<IDE/USB>> controller probing off.Foxfair Hu1998-12-271-6/+1
* One more time: another case where we need to trim the CRC manually.Bill Paul1998-12-241-2/+11
* Grrrr... The RealTek 8139 is yet another chip that includes the ethernetBill Paul1998-12-241-4/+13
* The VIA Rhine appears to be yet another chip that always includes theBill Paul1998-12-241-2/+11
* Fix a small bug in xl_start(): when queuing a packet onto the end ofBill Paul1998-12-241-2/+3
* Add Matrox Mystique 1064/1164SG chips info. By the datasheet from Matrox,Foxfair Hu1998-12-231-2/+2
* Staticize the overrun buffer so that they are not shared betweenJustin T. Gibbs1998-12-221-4/+4
* Check for DMA capbility is against unit,not controller.Mike Smith1998-12-211-2/+2
* Remove a vestige of the amd driver.Bruce Evans1998-12-201-667/+0
* Add more non-Intel family ((new)) chipset, just like VIA technology MVP3Foxfair Hu1998-12-191-9/+37
* Remove the bogus charracters "42" from the beginning of the first line.Julian Elischer1998-12-191-2/+2
* Trim the ethernet CRC from received frames manually in wb_rxeof().Bill Paul1998-12-191-2/+11
* Fix for bogus BIOS configuration of the 450NX PCI interface on someMike Smith1998-12-191-2/+14
* Support for Intel 450NX-based systems with more than one PCI bus (ie.Mike Smith1998-12-191-1/+54
* Correct the definition for PN_NETCFG_NO_RXCRC: it's 0x20000000, notBill Paul1998-12-181-2/+2
* vxalloc() can return NULL. Deal with it.Eivind Eklund1998-12-161-1/+3
* Pull in new ccb_hdr list types.Justin T. Gibbs1998-12-151-1/+2
* Removed probe for VIA 82C586B OHCI controller (is done in ohci_pci.c now)Nick Hibma1998-12-141-3/+1
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-1424-75/+75
* Fix uninitialized variable warning by preinitializing 'class' to 0. ThisMatthew Dillon1998-12-141-2/+2
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-1410-33/+33
* Silence gcc -Wall -ansi -pedantic.Bill Paul1998-12-102-71/+65
* Silence gcc -Wall -ansi -pedantic and fix minor bug in xl_txeof().Bill Paul1998-12-101-9/+7
* Eliminate compiler warning.Archie Cobbs1998-12-101-3/+3
* Eliminate compiler warning.Archie Cobbs1998-12-101-2/+5
* Check return value of malloc.Eivind Eklund1998-12-091-3/+5
* Bailing out when malloc returns != NULL will not help anybody.Eivind Eklund1998-12-091-2/+2
* Adjust prototype to match definition (by adding a 'const').Eivind Eklund1998-12-091-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-0715-54/+54
* if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038Bill Paul1998-12-072-46/+28
* Add sanity check to foo_start() routines: in the unlikely (thoughBill Paul1998-12-056-12/+48
* trivial header fixMatt Jacob1998-12-051-0/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-045-9/+12
* Put back some missing chip identification code that got lost somehowBill Paul1998-12-042-8/+15
* Fix typo: expression needs parenthesesArchie Cobbs1998-12-041-3/+3
* An early Christmas present: add driver support for a whole bunch ofBill Paul1998-12-048-0/+10836
* The Neomagic chip is a 2160 not a 3160.Søren Schmidt1998-12-011-2/+2
* Alias Adaptec as a vendor of Cogent NICs.Mike Smith1998-11-281-1/+2
* Removed probes for USB chips 82371xB (done in dev/pci/uhci_pci.c)Nick Hibma1998-11-261-5/+1
* Add missing return statement to rl_phy_writereg(). This bug didn't actuallyBill Paul1998-11-201-2/+3
* The Accton 1207D adapter uses a chip called the MXP 5030 (or 5038)Bill Paul1998-11-182-28/+35
* Fix a minor bug in xl_attach() where the list buffer region is roundedBill Paul1998-11-181-3/+3
* Consign the 'amd' driver to the Attic.Mike Smith1998-11-111-1709/+0
* Convert to change in ISA compatiblity port handling in the base bt driver.Justin T. Gibbs1998-11-101-3/+3
* ifioctl takes a u_long rather than an int on 3.0Peter Wemm1998-11-091-1/+5