summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed probes for USB chips 82371xB (done in dev/pci/uhci_pci.c)n_hibma1998-11-261-5/+1
* 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-182-28/+35
* Fix a minor bug in xl_attach() where the list buffer region is roundedwpaul1998-11-181-3/+3
* Consign the 'amd' driver to the Attic.msmith1998-11-111-1709/+0
* Convert to change in ISA compatiblity port handling in the base bt driver.gibbs1998-11-101-3/+3
* ifioctl takes a u_long rather than an int on 3.0peter1998-11-091-1/+5
* s/%#p/%p/ to fix a warning. This looks like a leftover of once beingpeter1998-11-091-3/+3
* Fix a warning (#include the apic_next_irq() prototype for APIC_IO)peter1998-11-091-1/+5
* * Fix a couple of places in the device pager where an address wasdfr1998-11-083-5/+5
* Return to previous check_for_i2c_devices() behaviour.nsouch1998-11-072-24/+17
* If this is going to have checks for kernel versions, it might as wellpeter1998-11-062-15/+29
* In the cyrix Cx5530, there are null (empty) Base address registers before thejulian1998-11-031-17/+25
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to besemenu1998-11-012-585/+946
* Increase the size of the tx and rx rings from 10 to 20 descriptorswpaul1998-10-312-8/+8
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.nsouch1998-10-314-19/+538
* * Fix vga_probe() so that it doesn't report a non-vga display adapter asdfr1998-10-311-2/+8
OpenPOWER on IntegriCloud