NetBSD/sys/arch/prep
jkunz 1a54c65d22 Only a part of the PCI memory space is mapped via BAT registers in machdep.c.
Depending on where the firmware relocated the OpenPIC register window it may
be unmapped causing a kernel panic early in bootup when the OpenPIC is
initialized. So take care of mapping it if it is outside the already mapped
region. As mapiodev() requires UVM move this initialization to cpu_startup().
2005-01-31 18:48:41 +00:00
..
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf Add file system snapshots to kernel configs. 2005-01-31 16:54:32 +00:00
dev Move most of wdc_softc into a new atac_softc structure that contains 2004-08-20 06:39:37 +00:00
include Pass the interrupt swizzle down to the platforms' fixup functions. 2005-01-13 23:57:04 +00:00
isa ansify and KNF 2005-01-15 15:19:51 +00:00
pci Pass the interrupt swizzle down to the platforms' fixup functions. 2005-01-13 23:57:04 +00:00
prep Only a part of the PCI memory space is mapped via BAT registers in machdep.c. 2005-01-31 18:48:41 +00:00
stand In the delay loop, mark the scratch register as earlyclobber. 2004-06-29 16:26:05 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00