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