NetBSD/sys/arch/i386/pci
thorpej e345f0f17c Basic interface to the PCI BIOS and PCI Interrupt Routing table, separated
out from UCHIYAMA Yasushi's PCI BIOS patches, and fairly heavily reworked
by me.

Main differences:
- Only use the PCI BIOS to get the config mechanism and interrupt routing
  info for now.  No need to use the BIOS for PCI config access right now,
  since the old mechanism works fine, and this keeps the code smaller.
- PCI BIOS initialization code path is much different.
- Always use the $PIR table if it exists, and only fallback to the
  PCI BIOS 2.1 GetInterruptRouting call if it's not there.

This module does not include any of the fixup code; that is coming
in separate commits.
1999-11-17 01:16:36 +00:00
..
pceb.c bzero->memset 1998-08-05 02:11:00 +00:00
pchb.c Match pchb by class/subclass, like pcib. 1998-10-10 14:12:21 +00:00
pci_machdep.c defopt PCI_CONF_MODE 1999-01-28 12:43:13 +00:00
pcib.c add missing break, spotted by Wolfgang Solfrank 1999-09-20 16:07:45 +00:00
pcibios.c Basic interface to the PCI BIOS and PCI Interrupt Routing table, separated 1999-11-17 01:16:36 +00:00
pcibios.h Basic interface to the PCI BIOS and PCI Interrupt Routing table, separated 1999-11-17 01:16:36 +00:00
pcic_pci_machdep.c Fix up support for PCI attachments of pcic devices on i386 in general, 1998-12-20 17:53:28 +00:00
pciide_machdep.c Indicate which IRQ is being used for compatibility interrupts. 1999-02-19 18:01:27 +00:00