023ee4f133
Fixed bus_space_handle_t in nextdma device. Fixed scsi interrupt define.
46 lines
968 B
Plaintext
46 lines
968 B
Plaintext
# $NetBSD: std.next68k,v 1.2 1998/07/05 07:53:45 dbj Exp $
|
|
|
|
# Standard information for next68k
|
|
machine next68k m68k
|
|
|
|
# Devices that should be present in any next kernel
|
|
|
|
# The root node:
|
|
mainbus0 at root
|
|
|
|
#fpu0 at mainbus?
|
|
|
|
# device space
|
|
intio0 at mainbus?
|
|
|
|
# INTIO
|
|
zsc0 at intio? ipl 5
|
|
#zsc1 at intio? ipl 5
|
|
|
|
xe* at intio? ipl 3 # ethernet
|
|
|
|
esp0 at intio? ipl 3
|
|
|
|
#
|
|
# Serial ports
|
|
#
|
|
zstty0 at zsc0 channel 0 # ttya
|
|
zstty1 at zsc0 channel 1 # ttyb
|
|
|
|
# SCSI bus support
|
|
scsibus* at scsi?
|
|
|
|
# SCSI devices
|
|
sd* at scsibus? target ? lun ? # SCSI disk drives
|
|
st* at scsibus? target ? lun ? # SCSI tape drives
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
|
ch* at scsibus? target ? lun ? # SCSI autochangers
|
|
se* at scsibus? target ? lun ? # SCSI ethernet
|
|
ss* at scsibus? target ? lun ? # SCSI scanners
|
|
uk* at scsibus? target ? lun ? # SCSI unknown
|
|
|
|
# Standard defines
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER
|