std.next68k revision 1.1
1# $NetBSD: std.next68k,v 1.1 1998/06/09 07:53:05 dbj Exp $ 2 3# Standard information for next68k 4machine next68k m68k 5 6# Devices that should be present in any next kernel 7 8# The root node: 9mainbus0 at root 10 11#fpu0 at mainbus? 12 13# device space 14intio0 at mainbus? 15 16# INTIO 17zsc0 at intio? ipl 5 18#zsc1 at intio? ipl 5 19 20xe* at intio? ipl 3 # ethernet 21 22#esp0 at intio? ipl 3 23 24# 25# Serial ports 26# 27zstty0 at zsc0 channel 0 # ttya 28zstty1 at zsc0 channel 1 # ttyb 29 30# SCSI bus support 31#scsibus* at scsi? 32 33# SCSI devices 34#sd* at scsibus? target ? lun ? # SCSI disk drives 35#st* at scsibus? target ? lun ? # SCSI tape drives 36#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 37#ch* at scsibus? target ? lun ? # SCSI autochangers 38#se* at scsibus? target ? lun ? # SCSI ethernet 39#ss* at scsibus? target ? lun ? # SCSI scanners 40#uk* at scsibus? target ? lun ? # SCSI unknown 41 42# Standard defines 43options EXEC_AOUT 44options EXEC_SCRIPT 45options SWAPPAGER, VNODEPAGER, DEVPAGER 46