NetBSD/sys/arch/i386
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
..
boot Don't save caller-saved registers. 1996-01-06 22:15:29 +00:00
compile
conf close prs #2076 and #2159: Install kernels have had DIAGNOSTIC and 1996-03-12 01:32:43 +00:00
eisa Attach isa, eisa, and pci to mainbus now, rather than root. The i386 1996-03-04 03:25:48 +00:00
i386 don't pass max device number for a given bus in, use 1996-03-14 02:37:28 +00:00
include To enable people to mount DOS partitions on disks with no NetBSD 1996-03-09 20:52:54 +00:00
isa Fix typo (pointed out by Shinya Taniguchi, PR 2203) 1996-03-12 06:01:16 +00:00
netboot Fix #includes. 1996-02-02 18:05:36 +00:00
pci (1) remove the #ifdef i386 from pci.c, and provide a machine-dependent 1996-03-14 02:37:59 +00:00
stand LOCORE -> _LOCORE 1996-02-01 22:28:24 +00:00
Makefile