GENERIC revision 1.63
1#	$NetBSD: GENERIC,v 1.63 1997/05/06 00:31:49 lukem Exp $
2#
3# GENERIC
4
5include	"arch/mac68k/conf/std.mac68k"
6
7maxusers	16
8
9# Standard system options
10options 	KTRACE		# system call tracing
11options 	SYSVMSG		# System V message queues
12options 	SYSVSEM		# System V semaphores
13options 	SYSVSHM		# System V shared memory
14#options 	SHMMAXPGS=1024	# 1024 pages is the default
15options 	LKM		# loadable kernel modules
16#options 	INSECURE	# disable kernel security level
17options 	UCONSOLE	# allow anyone to steal the virtual console
18
19# Debugging options
20options 	DDB		# kernel dynamic debugger
21#options 	DEBUG		# kernel debugging code
22options 	DIAGNOSTIC	# extra kernel sanity checking
23#options 	KGDB		# support for kernel gdb
24#options 	KGDBDEV=0xc01	# kgdb device number (dev_t)
25#options 	KGDBRATE=38400	# baud rate
26
27# Compatibility options
28options 	COMPAT_43	# 4.3BSD system interfaces
29options 	COMPAT_10	# NetBSD 1.0 binary compatibility
30options 	COMPAT_11	# NetBSD 1.1 binary compatibility
31options 	COMPAT_12	# NetBSD 1.2 binary compatibility
32options 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
33#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
34
35# Filesystem options
36file-system	FFS		# Berkeley Fast Filesystem
37file-system	NFS		# Sun NFS-compatible filesystem client
38file-system	KERNFS		# kernel data-structure filesystem
39file-system	NULLFS		# NULL layered filesystem
40file-system	MFS		# memory-based filesystem
41file-system	FDESC		# user file descriptor filesystem
42file-system	UMAPFS		# uid/gid remapping filesystem
43file-system	LFS		# Log-based filesystem (still experimental)
44file-system	PORTAL		# portal filesystem (still experimental)
45file-system	PROCFS		# /proc
46file-system	CD9660		# ISO 9660 + Rock Ridge file system
47file-system	UNION		# union file system
48file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
49
50# Filesystem options
51options 	QUOTA		# FFS quotas
52options 	NFSSERVER	# Sun NFS-compatible filesystem server
53options 	FIFO		# POSIX fifo support (in all filesystems)
54
55# Networking options
56options 	INET		# IP stack
57options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
58options 	GATEWAY		# IP packet forwarding
59#options 	ISO,TPIP	# OSI networking
60#options 	EON		# OSI tunneling over IP
61#options 	CCITT,LLC,HDLC	# X.25
62options 	PPP_BSDCOMP	# PPP header compression
63options 	PPP_DEFLATE	# PPP-Deflate compression
64options  	PFIL_HOOKS	# pfil(9) packet filter hooks.
65
66# Mac-specific options
67options 	M68040
68options 	M68030
69options 	M68020		# Must have 68851 PMMU
70options 	FPSP
71options 	FPU_EMULATE
72options 	ZS_CONSOLE_ABORT
73options 	DISABLE_EXT_CACHE # Don't use IIci external cache
74options 	MRG_ADB		# Use ROM-based ADB driver
75
76config		netbsd	root on ? type ?
77
78asc0		at obio?			# ASC/EASC audio
79intvid0		at obio?			# Internal video hardware
80sn*		at obio?			# SONIC-based internal ethernet
81
82nubus0		at mainbus?
83ae*		at nubus?			# 8390-based Ethernet NIC
84sn*		at nubus?			# SONIC-based Ethernet NIC
85macvid*		at nubus?			# NuBus video card
86
87# Attach grf semantics to all video hardware as it is found
88grf*		at intvid?
89grf*		at macvid?
90
91# Attach ite semantics to the appropriate grf device
92ite0		at grf?
93
94# Use only one of ncrscsi or sbc
95ncrscsi0	at obio?			# SCSI NCR 5380
96#sbc0		at obio? flags 0x1		# MI SCSI NCR 5380
97
98esp0		at obio?			# SCSI NCR 53C9x
99esp1		at obio?			# SCSI NCR 53C9x
100
101scsibus*	at scsi?
102sd*		at scsibus? target ? lun ?	# SCSI disk drives
103st*		at scsibus? target ? lun ?	# SCSI tape drives
104cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
105ch*		at scsibus? target ? lun ?	# SCSI autochangers
106se*		at scsibus? target ? lun ?	# SCSI ethernet
107ss*		at scsibus? target ? lun ?	# SCSI scanners
108uk*		at scsibus? target ? lun ?	# SCSI unknown
109
110pseudo-device	pty		16
111pseudo-device	bpfilter	12
112pseudo-device	vnd		2
113pseudo-device	ccd		2
114pseudo-device	md		1
115pseudo-device	ppp		2
116pseudo-device	loop
117pseudo-device	sl
118#pseudo-device	ipfilter
119