std.next68k revision 1.1
11.1Sdbj# $NetBSD: std.next68k,v 1.1 1998/06/09 07:53:05 dbj Exp $
21.1Sdbj
31.1Sdbj# Standard information for next68k
41.1Sdbjmachine	next68k m68k
51.1Sdbj
61.1Sdbj# Devices that should be present in any next kernel
71.1Sdbj
81.1Sdbj# The root node:
91.1Sdbjmainbus0 at root
101.1Sdbj
111.1Sdbj#fpu0 at mainbus?
121.1Sdbj
131.1Sdbj# device space
141.1Sdbjintio0  at mainbus?
151.1Sdbj
161.1Sdbj# INTIO
171.1Sdbjzsc0    at intio? ipl 5
181.1Sdbj#zsc1    at intio? ipl 5
191.1Sdbj
201.1Sdbjxe*     at intio? ipl 3         # ethernet
211.1Sdbj
221.1Sdbj#esp0    at intio? ipl 3
231.1Sdbj
241.1Sdbj#
251.1Sdbj# Serial ports
261.1Sdbj#
271.1Sdbjzstty0	at zsc0 channel 0	# ttya
281.1Sdbjzstty1	at zsc0 channel 1	# ttyb
291.1Sdbj
301.1Sdbj# SCSI bus support
311.1Sdbj#scsibus* at scsi?
321.1Sdbj
331.1Sdbj# SCSI devices
341.1Sdbj#sd*	at scsibus? target ? lun ?	# SCSI disk drives
351.1Sdbj#st*	at scsibus? target ? lun ?	# SCSI tape drives
361.1Sdbj#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
371.1Sdbj#ch*	at scsibus? target ? lun ?	# SCSI autochangers
381.1Sdbj#se*	at scsibus? target ? lun ?	# SCSI ethernet
391.1Sdbj#ss*	at scsibus? target ? lun ?	# SCSI scanners
401.1Sdbj#uk*	at scsibus? target ? lun ?	# SCSI unknown
411.1Sdbj
421.1Sdbj# Standard defines
431.1Sdbjoptions 	EXEC_AOUT
441.1Sdbjoptions 	EXEC_SCRIPT
451.1Sdbjoptions 	SWAPPAGER, VNODEPAGER, DEVPAGER
46