std.next68k revision 1.2
1# $NetBSD: std.next68k,v 1.2 1998/07/05 07:53:45 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
22esp0    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
31scsibus* at scsi?
32
33# SCSI devices
34sd*	at scsibus? target ? lun ?	# SCSI disk drives
35st*	at scsibus? target ? lun ?	# SCSI tape drives
36cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
37ch*	at scsibus? target ? lun ?	# SCSI autochangers
38se*	at scsibus? target ? lun ?	# SCSI ethernet
39ss*	at scsibus? target ? lun ?	# SCSI scanners
40uk*	at scsibus? target ? lun ?	# SCSI unknown
41
42# Standard defines
43options 	EXEC_AOUT
44options 	EXEC_SCRIPT
45options 	SWAPPAGER, VNODEPAGER, DEVPAGER
46