NetBSD/sys/arch/i386/pci
cgd 0926920201 (1) remove the #ifdef i386 from pci.c, and provide a machine-dependent
hook (pci_md_attach_hook()) to do any machine-dependent attachment
    gunk, e.g. on the i386 printing out the configuration mode (if bus 0)
(2) don't pass max device number for a given bus in, use
    PCI_MAX_DEVICE_NUMBER, which can be defined on a per-machine basis.
    (defaults to 32.  on i386, it's 32 if pci conf mode == 1, 16 if 2.)
1996-03-14 02:37:59 +00:00
..
pci_machdep.c reorganize mapping register definitions 1996-03-04 19:30:50 +00:00
pci_machdep.h (1) remove the #ifdef i386 from pci.c, and provide a machine-dependent 1996-03-14 02:37:59 +00:00