GENERIC revision 1.56
1#	$NetBSD: GENERIC,v 1.56 1997/02/12 04:29:10 scottr 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
74
75config		netbsd	root on ? type ?
76
77asc0		at obio?			# ASC/EASC audio
78intvid0		at obio?			# Internal video hardware
79
80nubus0		at mainbus?
81ae*		at nubus?			# 8390-based Ethernet NIC
82macvid*		at nubus?			# NuBus video card
83
84# Attach grf semantics to all video hardware as it is found
85grf*		at intvid?
86grf*		at macvid?
87
88# Attach ite semantics to the appropriate grf device
89ite0		at grf?
90
91# Use only one of ncrscsi or sbc
92ncrscsi0	at obio?			# SCSI NCR 5380
93#sbc0		at obio? flags 0x1		# MI SCSI NCR 5380
94
95esp0		at obio?			# SCSI NCR 53C9x
96esp1		at obio?			# SCSI NCR 53C9x
97
98scsibus*	at scsi?
99sd*		at scsibus? target ? lun ?	# SCSI disk drives
100st*		at scsibus? target ? lun ?	# SCSI tape drives
101cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
102ch*		at scsibus? target ? lun ?	# SCSI autochangers
103ss*		at scsibus? target ? lun ?	# SCSI scanners
104uk*		at scsibus? target ? lun ?	# SCSI unknown
105
106pseudo-device	pty		16
107pseudo-device	bpfilter	12
108pseudo-device	vnd		2
109pseudo-device	ccd		2
110pseudo-device	ppp		2
111pseudo-device	loop
112pseudo-device	sl
113#pseudo-device	ipfilter
114