summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci/pci_cfgreg.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the PCI interrupt routing code. Now the process is as follows:msmith2000-11-021-16/+162
* Call the BIOS to route the selected interrupt. Correctly calculate themsmith2000-10-191-4/+22
* Remove debug writes introduced in prior commitimp2000-10-161-5/+2
* Add the ability to use the $PIR table in the BIOS to route interruptsimp2000-10-161-3/+65
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.msmith2000-10-021-702/+247
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-19/+6
* Catch a few more bogosities in certain chipsets before they mess us up.peter2000-09-051-19/+89
* Take a shot at fixing multiple pci busses on i386.peter2000-08-311-10/+50
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-48/+84
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-231-0/+54
* Add OPTi 82C700 chipset.kuriyama2000-05-241-0/+3
* Add 440MX chipset.kuriyama2000-05-241-0/+3
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxmsmith2000-05-041-1/+5
* Some more i386-only BIOS-friendliness:msmith2000-04-161-9/+112
* Add a workaround to allow us to detect the second pci bus on an HPdfr2000-02-231-1/+10
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-131-0/+1
* Allow allows peer pci buses which are directly connected to the RCC host pcigallatin2000-02-091-7/+22
* Add PCI Id's for i810 chipsets.n_hibma2000-02-071-0/+9
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-081-6/+0
* Don't use a bogus bus number for Ross host-pci bridges.dfr1999-12-051-0/+2
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* If we have found pci devices via pci_cfgopen(), but don't find apeter1999-11-181-0/+14
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-251-0/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make the identify routine add itself with priority 100 to make sure itpeter1999-08-221-2/+6
* Hopefully fix the previous commit, it caused *all* bridges to be detectedpeter1999-08-101-6/+7
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI buswpaul1999-08-091-3/+9
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used topeter1999-08-041-5/+4
* Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-161-4/+180
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-181-3/+47
* Make the class code checks in function pci_cfgcheck less strict.se1997-12-201-2/+2
* Removed unused #includes.bde1997-07-201-2/+1
* Yet another fix for configuration mechanism 1 register accesses:se1997-05-261-4/+5
* Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15.se1997-05-261-2/+2
* Set enable bit when writing the configuration address in configurationse1997-05-261-2/+2
* Completely replace the PCI bus driver code to make it better reflectse1997-05-261-463/+190
* Mask out revision register in consistency test of class register.se1997-04-091-2/+2
* Fix spelling of align and interrupt in comments.se1997-04-091-6/+6
* Fix consistency test to not fail on pre PCI 2.0 motherboardsse1997-04-091-2/+2
* improve pcibus_check: Only assume PCI if at least one PCI to anything bridgese1997-03-051-6/+19
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (withbde1997-01-251-1/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make the code more consistant by using the INTR*MASK macros througout thenate1997-01-081-2/+2
* More merge and update.asami1996-10-301-1/+5
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+1
* Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decidese1996-06-131-2/+2
* Make pcibus_check() ignore Device/Vendor IDs of all 0.se1996-04-301-2/+2
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-3/+1
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofbde1996-03-291-3/+30
OpenPOWER on IntegriCloud