aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/pci/pci_pir.c
Commit message (Expand)AuthorAgeFilesLines
* Use a common function to map the bogus intlines.Warner Losh2002-06-011-11/+17
* Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just havingBrooks Davis2002-05-291-0/+8
* o Work around bugs in the powerof2 macro: It thinks that 0 is a power ofWarner Losh2002-04-241-12/+18
* Don't call the bios if the interrupt appaers to be already routed. SomeWarner Losh2002-03-161-3/+3
* The Libretto L series has no $PIR table, but does have a _PIR table.Warner Losh2002-01-201-13/+22
* MFS: I was confused. This code wasn't in -current after all.Warner Losh2001-11-261-5/+14
* It turns out that while Toshiba laptops don't want to route interruptsWarner Losh2001-08-281-17/+10
* MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.Warner Losh2001-08-271-30/+60
* The general conesnsus on irc was that pci bios for config registersWarner Losh2001-08-211-2/+25
* Detect a certain type of PCIBIOS brain damage. For some reason,Peter Wemm2001-08-211-0/+13
* Un-swap irq/link byte values so that printf works.Mike Smith2001-05-111-1/+1
* Free the memory we get from devclass_get_devices and device_get_children.Mike Smith2001-02-081-3/+8
* Fix a warning due to missing prototype.Peter Wemm2001-01-191-1/+1
* Remove declaration of airq variable from outer block. There were twoBosko Milekic2001-01-121-1/+1
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-081-2/+52
* Improve the PCI interrupt routing code. Now the process is as follows:Mike Smith2000-11-021-16/+162
* Call the BIOS to route the selected interrupt. Correctly calculate theMike Smith2000-10-191-4/+22
* Remove debug writes introduced in prior commitWarner Losh2000-10-161-5/+2
* Add the ability to use the $PIR table in the BIOS to route interruptsWarner Losh2000-10-161-3/+65
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.Mike Smith2000-10-021-702/+247
* 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