summaryrefslogtreecommitdiffstats
path: root/sys/amd64/pci
Commit message (Expand)AuthorAgeFilesLines
...
* #include "opt_bla.h" goes first says Bruce.phk2002-09-091-2/+2
* Fix style(9) bugs.phk2002-09-081-2/+2
* Add a subclass of the PCI-PCI bridge driver that uses the PCIBIOS tojhb2002-09-061-2/+69
* Add a function pci_probe_route_table() that returns true if our PCI BIOSjhb2002-09-061-0/+19
* Dump the $PIR table if booting verbose.jhb2002-09-061-0/+3
* - Add a pci_cfgintr_valid() function to see if a given IRQ is a validjhb2002-09-062-2/+35
* Add support for printing out the contents of a PCI BIOS $PIR interruptjhb2002-09-061-2/+54
* Prefer the physical bus number of the PCI bus as the unit of the pciXjhb2002-09-061-1/+1
* Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,jhb2002-09-051-2/+2
* Change the support for AMDs ElanSC520 CPU from being a device driver tophk2002-09-041-0/+7
* Move a prototype to the least wrong place.phk2002-08-021-0/+1
* style(9)ize the whole fileimp2002-07-211-474/+492
* Add support for probing secondary buses on the ServerWorks Grand Championgallatin2002-07-191-0/+11
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-181-0/+2
* Add an entry for the AMD Elan SC520 hostbridge. I do not belive we canphk2002-07-181-0/+3
* Use a common function to map the bogus intlines.imp2002-06-011-11/+17
* Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just havingbrooks2002-05-291-0/+8
* o Work around bugs in the powerof2 macro: It thinks that 0 is a power ofimp2002-04-241-12/+18
* Fix a PNPID in a commentimp2002-04-241-1/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-0/+13
* Don't call the bios if the interrupt appaers to be already routed. Someimp2002-03-161-3/+3
* The Libretto L series has no $PIR table, but does have a _PIR table.imp2002-01-201-13/+22
* Add identification string for AMD-761 host to PCI bridge.murray2001-12-101-0/+3
* MFS: I was confused. This code wasn't in -current after all.imp2001-11-261-5/+14
* It turns out that while Toshiba laptops don't want to route interruptsimp2001-08-281-17/+10
* MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.imp2001-08-271-30/+60
* The general conesnsus on irc was that pci bios for config registersimp2001-08-211-2/+25
* Detect a certain type of PCIBIOS brain damage. For some reason,peter2001-08-212-0/+31
* Un-swap irq/link byte values so that printf works.msmith2001-05-111-1/+1
* Free the memory we get from devclass_get_devices and device_get_children.msmith2001-02-081-3/+8
* Fix a warning due to missing prototype.peter2001-01-191-1/+1
* Remove declaration of airq variable from outer block. There were twobmilekic2001-01-121-1/+1
* Next phase in the PCI subsystem cleanup.msmith2000-12-082-4/+54
* Hack to work around a probe which will lock up at least some i450GX-basedmsmith2000-11-081-1/+5
* Improve the PCI interrupt routing code. Now the process is as follows:msmith2000-11-021-16/+162
* Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)ache2000-10-201-1/+1
* Add i815 Host to Hubache2000-10-201-0/+3
* 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-162-3/+74
* Change the text for the ServerWorks north bridge chips. RCC is nowalc2000-10-141-4/+4
* When testing for PCI bus overlap with another enumerator, make sure wemsmith2000-10-111-1/+1
* Only attach "legacy" PCI busses if none have been attached via any othermsmith2000-10-091-3/+23
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.msmith2000-10-022-1028/+255
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-282-38/+12
* Catch a few more bogosities in certain chipsets before they mess us up.peter2000-09-052-38/+178
* Take a shot at fixing multiple pci busses on i386.peter2000-08-312-20/+100
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-282-96/+168
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-232-0/+108
* Add OPTi 82C700 chipset.kuriyama2000-05-242-0/+6
OpenPOWER on IntegriCloud