3a852a52dc
hardware rework, so it doesn't need to be listed as ncr*. However, this could also be thought of as covering up a (new?) bug in the probe/attach code that has recently decided that there are at least ncr0 and ncr1 with the same interrupt and address mappings. So this change is just to let people build kernels that don't panic at boot time... There, is that a long winded commit message or what?
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
# $NetBSD: std.pc532,v 1.12 2000/01/10 04:47:08 jonb Exp $
|
|
#
|
|
# Standard configuration info for NetBSD/pc532.
|
|
|
|
machine pc532
|
|
|
|
prefix ../gnu/sys
|
|
cinclude "conf/files.softdep"
|
|
prefix
|
|
|
|
mainbus0 at root
|
|
clock0 at mainbus0 # system timer
|
|
rtc0 at mainbus0 # realtime clock
|
|
ncr0 at mainbus0 # ncr SCSI driver
|
|
scsibus0 at ncr? # ncr SCSI bus
|
|
#aic* at mainbus0 # aic SCSI driver
|
|
#scsibus1 at aic? # aic SCSI bus
|
|
#XXX Wildcards don't work with holes at the moment,
|
|
#XXX so we do a config for every channel.
|
|
#XXX The following is better, but still wrong:
|
|
#scn* at mainbus0
|
|
#XXX It should look like:
|
|
#scn* at mainbus0
|
|
#scntty* at scn? channel?
|
|
scn0 at mainbus? flags 0x1 # addr 0x28000000
|
|
scn1 at mainbus? flags 0x0 # addr 0x28000008
|
|
scn2 at mainbus? flags 0x0 # addr 0x28000010
|
|
scn3 at mainbus? flags 0x0 # addr 0x28000018
|
|
scn4 at mainbus? flags 0x0 # addr 0x28000020
|
|
scn5 at mainbus? flags 0x0 # addr 0x28000028
|
|
scn6 at mainbus? flags 0x0 # addr 0x28000030
|
|
scn7 at mainbus? flags 0x0 # addr 0x28000038
|
|
|
|
options EXEC_AOUT # #! scripts
|
|
options EXEC_SCRIPT # a.out executables
|