1998-07-21 10:17:35 +04:00
|
|
|
# $NetBSD: std.next68k,v 1.3 1998/07/21 06:17:35 dbj Exp $
|
1998-06-09 11:53:05 +04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
1998-07-21 10:17:35 +04:00
|
|
|
esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation
|
1998-06-09 11:53:05 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Serial ports
|
|
|
|
#
|
|
|
|
zstty0 at zsc0 channel 0 # ttya
|
|
|
|
zstty1 at zsc0 channel 1 # ttyb
|
|
|
|
|
|
|
|
# SCSI bus support
|
1998-07-05 11:53:44 +04:00
|
|
|
scsibus* at scsi?
|
1998-06-09 11:53:05 +04:00
|
|
|
|
|
|
|
# SCSI devices
|
1998-07-05 11:53:44 +04:00
|
|
|
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
|
1998-06-09 11:53:05 +04:00
|
|
|
|
|
|
|
# Standard defines
|
|
|
|
options EXEC_AOUT
|
|
|
|
options EXEC_SCRIPT
|
|
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER
|