GENERIC revision 1.54
1#	$NetBSD: GENERIC,v 1.54 1997/01/26 18:41:19 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
36options 	FFS		# Berkeley Fast Filesystem
37options 	QUOTA		# FFS quotas
38options 	NFSSERVER	# Sun NFS-compatible filesystem server
39options 	NFSCLIENT	# Sun NFS-compatible filesystem client
40options 	KERNFS		# kernel data-structure filesystem
41options 	NULLFS		# NULL layered filesystem
42options 	MFS		# memory-based filesystem
43options 	FDESC		# user file descriptor filesystem
44options 	UMAPFS		# uid/gid remapping filesystem
45options 	LFS		# Log-based filesystem (still experimental)
46options 	PORTAL		# portal filesystem (still experimental)
47options 	PROCFS		# /proc
48options 	CD9660		# ISO 9660 + Rock Ridge file system
49options 	UNION		# union file system
50options 	MSDOSFS		# MS-DOS FAT filesystem(s).
51options 	FIFO		# POSIX fifo support (in all filesystems)
52
53# Networking options
54options 	INET		# IP stack
55options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
56options 	GATEWAY		# IP packet forwarding
57#options 	ISO,TPIP	# OSI networking
58#options 	EON		# OSI tunneling over IP
59#options 	CCITT,LLC,HDLC	# X.25
60options 	PPP_BSDCOMP	# PPP header compression
61options 	PPP_DEFLATE	# PPP-Deflate compression
62#options  	PFIL_HOOKS	# pfil(9) packet filter hooks.
63
64# Mac-specific options
65options 	M68040
66options 	M68030
67options 	M68020		# Must have 68851 PMMU
68options 	FPSP
69options 	FPU_EMULATE
70options 	ZS_CONSOLE_ABORT
71options 	DISABLE_EXT_CACHE # Don't use IIci external cache
72
73config		netbsd	swap generic
74
75intvid0		at obio?	# Internal video hardware
76
77nubus0		at mainbus?
78
79ae*		at nubus?
80macvid*		at nubus?
81
82# Attach grf semantics to all video hardware as it is found
83grf*		at intvid?
84grf*		at macvid?
85
86# Attach ite semantics to the appropriate grf device
87ite0		at grf?
88
89# Use only one of ncrscsi or sbc
90ncrscsi0	at obio?		# SCSI NCR 5380
91#sbc0		at obio? flags 0x1	# MI NCR 5380 SCSI Bus Controller
92
93esp0		at obio?		# SCSI NCR 53C9x
94esp1		at obio?		# SCSI NCR 53C9x
95
96scsibus*	at scsi?
97sd*	at scsibus? target ? lun ?	# SCSI disk drives
98st*	at scsibus? target ? lun ?	# SCSI tape drives
99cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
100ch*	at scsibus? target ? lun ?	# SCSI autochangers
101ss*	at scsibus? target ? lun ?	# SCSI scanners
102uk*	at scsibus? target ? lun ?	# SCSI unknown
103
104pseudo-device	pty		16
105pseudo-device	bpfilter	12
106pseudo-device	vnd		2
107pseudo-device	ccd		2
108pseudo-device	ppp		2
109pseudo-device	loop
110pseudo-device	sl
111#pseudo-device	ipfilter
112