summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
Commit message (Expand)AuthorAgeFilesLines
* Make the usb and ide/ata device identification a little saner. Rather thanpeter1999-12-101-85/+117
* Lower (a lot!) the chip* probe so it doesn't steal the pci ID frompeter1999-12-051-2/+2
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-3/+3
* Add 3 more parts of the VIA 82C686.sos1999-11-241-0/+6
* Move the pretty printing of the description for USB controllers ton_hibma1999-11-221-2/+12
* Add text for Rendition Verite V1000 and V2000 video cards.bp1999-11-211-0/+9
* Add text for the VIA 82C686 southbridge used by some Athlon and PII boards.alc1999-10-261-0/+2
* Add NeoMagic MagicMedia 256AV.kuriyama1999-10-261-0/+2
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-251-0/+8
* Sony CXD1847A FireWire Host Controllerimp1999-10-251-0/+4
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-141-7/+4
* Be much more selective in claiming devices that might be IDE controllers.msmith1999-10-071-31/+27
* Add Voodoo 3 identification.roger1999-08-291-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Slightly sanitize the isa/eisa bridge detection. The pci->eisa bridgepeter1999-08-221-13/+9
* chip0: <PCI to 0x80 bridge (vendor=10e0 device=8849)> at device 0.0 on pci0mdodd1999-08-091-1/+2
* Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-161-96/+12
* Allow the Ross host to PCI bridge to appear as a PCI bus. This permitsjlemon1999-06-241-9/+9
* Fix non-benign typo.billf1999-06-161-2/+2
* Add VIA Apollo Master VT82c570 chipset. (I have 2 of these)roger1999-06-151-12/+8
* 1) Add the USB controllers (will now print pretty strings when no usbn_hibma1999-06-131-32/+64
* Add detection code for NVidia Riva 128,TNT,TNT2ache1999-06-091-1/+19
* Add the 3Dfx Voodoo Bansheemharo1999-06-041-1/+9
* Print some diagnostic messages for the PCI-ISA bridge,yokota1999-05-271-2/+9
* Move BX PCI-PCI (AGP) bridge from chip_match to pcib_matchroger1999-05-271-9/+8
* Identify Intel 440 LX chipset motherboardsroger1999-05-261-1/+5
* Add OPTi 82c822 host to PCI bridgeroger1999-05-251-1/+5
* Add support for multiple PCI "hoses" used on various alpha platforms.gallatin1999-05-201-1/+15
* Use the probe priority mechanism to make sure the chip* probes do notpeter1999-05-111-23/+59
* Add missing suspend/resume methods.dfr1999-05-101-1/+5
* Remove VIA USB controller (was '#if 0' out), to make suren_hibma1999-05-101-3/+1
* Make the pci vga detection work so that the card is claimed and it'speter1999-05-091-10/+5
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-6/+1
* Fix a typo (eisa<->isa) and some minor cosmetics.peter1999-05-081-5/+5
* Oops, committed wrong version..peter1999-05-081-2/+2
* Fix a couple of newbus merge problems:peter1999-05-081-33/+12
* Update intpm driver.peter1999-05-071-1/+5
* My 5520 turned out to be a 5510 in disguise.. correct the probe message.julian1999-05-071-2/+2
* Add Cyrix (NatSemi) 5520 and 5530 PCI-ISA bridges.julian1999-05-061-1/+7
* Recognize PC-98 16-bits bus (C-bus) as ISA bus. Because class numberkato1999-04-201-7/+24
* Add entries for Intel 82443GX chipset.jkh1999-04-181-1/+7
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-5/+32
* Probe the SiS 85c503 as a PCI-ISA bridge.dfr1999-04-171-3/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-311/+513
* Remove inactive pmap_setdevram()/pmap_setvidram consumer code.msmith1999-04-071-27/+1
* Add support for Compaq ProLiant 1200 host to PCI bridge.dfr1999-02-211-1/+16
* Undo Nicolas' changes (1.91->1.92, added USB controller in pcisupport.c).n_hibma1999-02-181-3/+1
* Add alpm.c, Aladdin Power Management SMBus support for the SMBus framework.nsouch1999-02-131-1/+8
* Back out rev 1.89. The #include is necessary for the #if that testspeter1999-02-061-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
OpenPOWER on IntegriCloud