aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/pci/pci_bus.c
Commit message (Expand)AuthorAgeFilesLines
* Change the support for AMDs ElanSC520 CPU from being a device driver toPoul-Henning Kamp2002-09-041-0/+7
* Move a prototype to the least wrong place.Poul-Henning Kamp2002-08-021-0/+1
* Add support for probing secondary buses on the ServerWorks Grand ChampionAndrew Gallatin2002-07-191-0/+11
* Add initialization code for the AMD Elan sc520 which maps the MMCRPoul-Henning Kamp2002-07-181-0/+2
* Add an entry for the AMD Elan SC520 hostbridge. I do not belive we canPoul-Henning Kamp2002-07-181-0/+3
* Fix a PNPID in a commentWarner Losh2002-04-241-1/+1
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-0/+13
* Add identification string for AMD-761 host to PCI bridge.Murray Stokely2001-12-101-0/+3
* Detect a certain type of PCIBIOS brain damage. For some reason,Peter Wemm2001-08-211-0/+18
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-081-2/+2
* Hack to work around a probe which will lock up at least some i450GX-basedMike Smith2000-11-081-1/+5
* Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)Andrey A. Chernov2000-10-201-1/+1
* Add i815 Host to HubAndrey A. Chernov2000-10-201-0/+3
* Add the ability to use the $PIR table in the BIOS to route interruptsWarner Losh2000-10-161-0/+9
* Change the text for the ServerWorks north bridge chips. RCC is nowAlan Cox2000-10-141-4/+4
* When testing for PCI bus overlap with another enumerator, make sure weMike Smith2000-10-111-1/+1
* Only attach "legacy" PCI busses if none have been attached via any otherMike Smith2000-10-091-3/+23
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.Mike Smith2000-10-021-326/+8
* Get out the roto-rooter and clean up the abuse of nexus ivars by thePeter Wemm2000-09-281-19/+6
* Catch a few more bogosities in certain chipsets before they mess us up.Peter Wemm2000-09-051-19/+89
* Take a shot at fixing multiple pci busses on i386.Peter Wemm2000-08-311-10/+50
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-48/+84
* Add PnP probe methods to some common AT hardware drivers. In each case,Mike Smith2000-06-231-0/+54
* Add OPTi 82C700 chipset.Jun Kuriyama2000-05-241-0/+3
* Add 440MX chipset.Jun Kuriyama2000-05-241-0/+3
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxMike Smith2000-05-041-1/+5
* Some more i386-only BIOS-friendliness:Mike Smith2000-04-161-9/+112
* Add a workaround to allow us to detect the second pci bus on an HPDoug Rabson2000-02-231-1/+10
* Fix an uninitialised variable which affected probing on some machines.Doug Rabson2000-02-131-0/+1
* Allow allows peer pci buses which are directly connected to the RCC host pciAndrew Gallatin2000-02-091-7/+22
* Add PCI Id's for i810 chipsets.Nick Hibma2000-02-071-0/+9
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancePeter Wemm2000-01-081-6/+0
* Don't use a bogus bus number for Ross host-pci bridges.Doug Rabson1999-12-051-0/+2
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+1
* If we have found pci devices via pci_cfgopen(), but don't find aPeter Wemm1999-11-181-0/+14
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.Alan Cox1999-10-251-0/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make the identify routine add itself with priority 100 to make sure itPeter Wemm1999-08-221-2/+6
* Hopefully fix the previous commit, it caused *all* bridges to be detectedPeter Wemm1999-08-101-6/+7
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI busBill Paul1999-08-091-3/+9
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used toPeter Wemm1999-08-041-5/+4
* Add support for multiple PCI busses directly connected to the nexus.Mike Smith1999-07-161-4/+180
* Move pcibus (host -> pci bus) probe/attach routines from nexusPeter Wemm1999-05-181-3/+47
* Make the class code checks in function pci_cfgcheck less strict.Stefan Eßer1997-12-201-2/+2
* Removed unused #includes.Bruce Evans1997-07-201-2/+1
* Yet another fix for configuration mechanism 1 register accesses:Stefan Eßer1997-05-261-4/+5
* Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15.Stefan Eßer1997-05-261-2/+2
* Set enable bit when writing the configuration address in configurationStefan Eßer1997-05-261-2/+2
* Completely replace the PCI bus driver code to make it better reflectStefan Eßer1997-05-261-463/+190
* Mask out revision register in consistency test of class register.Stefan Eßer1997-04-091-2/+2