GENERIC revision 1.32
1# $NetBSD: GENERIC,v 1.32 2002/01/27 13:23:21 jdolecek Exp $
2#
3# GENERIC machine description file
4# 
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include		"arch/mvme68k/conf/std.mvme68k"
22
23#ident 		"GENERIC-$Revision: 1.32 $"
24
25# Boards this kernel supports
26options 	MVME147
27options 	MVME162
28options 	MVME167
29options 	MVME172
30options 	MVME177
31
32maxusers	4
33
34# Needed on m68040 boards to emulate some missing FP instructions
35options 	FPSP
36
37# Needed on m68060 boards
38options 	M060SP
39
40#options 	DDB
41options 	DIAGNOSTIC, DEBUG
42
43#options 	SYSVSHM
44options 	KTRACE
45options 	COMPAT_43
46
47#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
48
49file-system 	FFS
50file-system 	NFS
51file-system 	KERNFS
52file-system 	MFS
53file-system 	CD9660
54#file-system	MSDOSFS
55#file-system	UNION
56
57options 	NFSSERVER
58#options 	FFS_EI		# FFS Endian Independant support
59options 	SOFTDEP		# FFS soft updates support.
60
61# Networking options
62options 	INET
63options 	INET6		# IPV6
64#options 	IPSEC		# IP security
65#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
66#options 	IPSEC_DEBUG	# debug for IP security
67#options 	GATEWAY		# IP packet forwarding
68#options 	ISO		# OSI networking
69#options 	TPIP
70#options 	EON
71#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
72
73options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
74options 	COMPAT_09, COMPAT_10, COMPAT_11
75options 	COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
76#options 	COMPAT_SUNOS
77#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
78#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
79#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
80
81## force NFS root and swap
82#config	netbsd		root on ? type nfs
83## "generic" boot (put root on boot device)
84config netbsd		root on ? type ?
85
86# Which protocol to use when booting over NFS
87options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
88options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
89options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
90
91pseudo-device	sl
92pseudo-device	ppp 2
93pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
94pseudo-device	loop
95pseudo-device	bpfilter
96pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
97#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
98#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
99pseudo-device	vlan			# IEEE 802.1q encapsulation
100pseudo-device	bridge			# simple inter-network bridging
101pseudo-device	pty			# pseudo-terminals
102pseudo-device	vnd 2
103
104# random number generator pseudo-device
105pseudo-device	rnd			# /dev/random and in-kernel generator
106#options 	RND_COM			# use "com" randomness as well (BROKEN)
107
108mainbus0	at root
109
110# MVME147 specific devices
111pcc0		at mainbus0
112vmepcc0 	at pcc?
113clock0		at pcc? ipl 5
114zsc*		at pcc? ipl 4
115le0		at pcc? ipl 3
116wdsc0		at pcc? ipl 2
117lpt0		at pcc? ipl 1
118
119# MVME16x and MVME17x shared devices
120pcctwo0		at mainbus0
121vmetwo0 	at mainbus0
122memc*		at mainbus0
123clock0		at pcctwo? ipl 5
124ie0		at pcctwo? ipl 3
125osiop0		at pcctwo? ipl 2
126
127# MVME162/MVME172 specific devices
128zsc*		at pcctwo? ipl 4
129
130# MVME167/MVME177 specific devices
131clmpcc0		at pcctwo? ipl 4
132lpt0		at pcctwo? ipl 1
133
134# Common front-end for MVME147 and MVME162 `zs' device
135zstty*		at zsc? channel ?
136
137# MI VMEbus Interface
138vme0		at vmepcc0
139vme0		at vmetwo0
140
141# Example VMEbus device
142#foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
143
144scsibus*	at wdsc?
145scsibus*	at osiop?
146
147sd*		at scsibus? target ? lun ?
148st*		at scsibus? target ? lun ?
149cd*		at scsibus? target ? lun ?
150#ch*		at scsibus? target ? lun ?
151#ss*		at scsibus? target ? lun ?	# SCSI scanners
152#uk*		at scsibus? target ? lun ?	# SCSI unknown
153