aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/pci/pci_bus.c
Commit message (Expand)AuthorAgeFilesLines
* improve pcibus_check: Only assume PCI if at least one PCI to anything bridgeStefan Eßer1997-03-051-6/+19
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (withBruce Evans1997-01-251-1/+0
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Make the code more consistant by using the INTR*MASK macros througout theNate Williams1997-01-081-2/+2
* More merge and update.Satoshi Asami1996-10-301-1/+5
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-2/+1
* Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decideStefan Eßer1996-06-131-2/+2
* Make pcibus_check() ignore Device/Vendor IDs of all 0.Stefan Eßer1996-04-301-2/+2
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-3/+1
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofBruce Evans1996-03-291-3/+30
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-161-7/+7
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-2/+2
* Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...Stefan Eßer1995-10-171-2/+2
* At least the ASUS Triton motherboards don't disable the PCI bus configurationStefan Eßer1995-10-171-4/+5
* Go back to separate tests for configuration mechanism 1 and mechanism 2.Stefan Eßer1995-10-151-54/+57
* Fix bad typo: CONF1_ENABLE_RES1 was written CONF1_ENABLE_CHK1 ...Stefan Eßer1995-10-091-6/+14
* New approach to the PCI bus configuration mechanism probe problem:Stefan Eßer1995-09-221-50/+63
* Revert most changes of previous commit.Stefan Eßer1995-09-181-18/+52
* Another try to determine the PCI bus configuration mode (and whetherStefan Eßer1995-09-151-59/+40
* Improved verification of configuration space accesses working:Stefan Eßer1995-09-141-4/+19
* Make the PCI host bridge probe code more robust when dealing with chip setsStefan Eßer1995-09-131-6/+35
* The PCI config mechanism 1 test failed for the Intel Aries.Stefan Eßer1995-06-301-2/+2
* PCI configuration mechanism now determined by a method, that doesn'tStefan Eßer1995-06-281-15/+17
* Correct pcibus_setup() to return as soon as one test succeeds.Stefan Eßer1995-03-221-1/+3
* Delete PCI PCI bridge simulator code ...Stefan Eßer1995-03-221-90/+1
* Remove spurious declaration of printf().Stefan Eßer1995-03-221-3/+1
* New ISA specific PCI code.Stefan Eßer1995-03-211-147/+209
* Replace all remaining instances of `i386/include' by `machine' and fixBruce Evans1995-02-261-11/+6
* Keep PCI_CONF_MODE in a safe place for later reference, if #defined.Stefan Eßer1995-02-251-1/+2
* Initialisation of interrupt masks changed.Stefan Eßer1995-02-091-4/+5
* Reviewed by: seStefan Eßer1995-02-011-0/+442