aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/pci
Commit message (Expand)AuthorAgeFilesLines
* Some more i386-only BIOS-friendliness:Mike Smith2000-04-162-18/+224
* Add a workaround to allow us to detect the second pci bus on an HPDoug Rabson2000-02-232-2/+20
* Fix an uninitialised variable which affected probing on some machines.Doug Rabson2000-02-132-0/+2
* Allow allows peer pci buses which are directly connected to the RCC host pciAndrew Gallatin2000-02-092-14/+44
* Add PCI Id's for i810 chipsets.Nick Hibma2000-02-072-0/+18
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancePeter Wemm2000-01-082-12/+0
* Don't use a bogus bus number for Ross host-pci bridges.Doug Rabson1999-12-052-0/+4
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-032-2/+2
* If we have found pci devices via pci_cfgopen(), but don't find aPeter Wemm1999-11-182-0/+28
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.Alan Cox1999-10-252-0/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Make the identify routine add itself with priority 100 to make sure itPeter Wemm1999-08-222-4/+12
* Hopefully fix the previous commit, it caused *all* bridges to be detectedPeter Wemm1999-08-102-12/+14
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI busBill Paul1999-08-092-6/+18
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used toPeter Wemm1999-08-042-10/+8
* Add support for multiple PCI busses directly connected to the nexus.Mike Smith1999-07-162-8/+360
* Move pcibus (host -> pci bus) probe/attach routines from nexusPeter Wemm1999-05-182-6/+94
* Make the class code checks in function pci_cfgcheck less strict.Stefan Eßer1997-12-202-4/+4
* Removed unused #includes.Bruce Evans1997-07-202-4/+2
* Yet another fix for configuration mechanism 1 register accesses:Stefan Eßer1997-05-262-8/+10
* Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15.Stefan Eßer1997-05-262-4/+4
* Set enable bit when writing the configuration address in configurationStefan Eßer1997-05-262-4/+4
* Completely replace the PCI bus driver code to make it better reflectStefan Eßer1997-05-262-922/+376
* Mask out revision register in consistency test of class register.Stefan Eßer1997-04-092-4/+4
* Fix spelling of align and interrupt in comments.Stefan Eßer1997-04-092-12/+12
* Fix consistency test to not fail on pre PCI 2.0 motherboardsStefan Eßer1997-04-092-4/+4
* improve pcibus_check: Only assume PCI if at least one PCI to anything bridgeStefan Eßer1997-03-052-12/+38
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
* Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (withBruce Evans1997-01-252-2/+0
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Make the code more consistant by using the INTR*MASK macros througout theNate Williams1997-01-082-4/+4
* More merge and update.Satoshi Asami1996-10-302-2/+10
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-182-4/+2
* Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decideStefan Eßer1996-06-132-4/+4
* Make pcibus_check() ignore Device/Vendor IDs of all 0.Stefan Eßer1996-04-302-4/+4
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-072-6/+2
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofBruce Evans1996-03-292-6/+60
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-162-14/+14
* Staticize and cleanup.Poul-Henning Kamp1995-12-102-4/+4
* Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...Stefan Eßer1995-10-172-4/+4
* At least the ASUS Triton motherboards don't disable the PCI bus configurationStefan Eßer1995-10-172-8/+10
* Go back to separate tests for configuration mechanism 1 and mechanism 2.Stefan Eßer1995-10-152-108/+114
* Fix bad typo: CONF1_ENABLE_RES1 was written CONF1_ENABLE_CHK1 ...Stefan Eßer1995-10-092-12/+28
* New approach to the PCI bus configuration mechanism probe problem:Stefan Eßer1995-09-222-98/+124
* Revert most changes of previous commit.Stefan Eßer1995-09-182-36/+104
* Another try to determine the PCI bus configuration mode (and whetherStefan Eßer1995-09-152-118/+80
* Improved verification of configuration space accesses working:Stefan Eßer1995-09-142-8/+38
* Make the PCI host bridge probe code more robust when dealing with chip setsStefan Eßer1995-09-132-12/+70
* The PCI config mechanism 1 test failed for the Intel Aries.Stefan Eßer1995-06-302-4/+4
* PCI configuration mechanism now determined by a method, that doesn'tStefan Eßer1995-06-282-30/+34