GENERIC revision 1.49
1#	$NetBSD: GENERIC,v 1.49 1996/11/19 00:38:05 scottr Exp $
2#
3# GENERIC
4
5include	"arch/mac68k/conf/std.mac68k"
6
7maxusers	16
8
9# Standard system options
10options		DIAGNOSTIC		# DEBUG for extra kernel debugging
11options		KTRACE			# system call tracing support
12#options	KGDB			# support for kernel gdb
13#options	GDB			# support for normal gdb
14#options	KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
15
16# Filesystem options
17options		FIFO		# POSIX fifo support (in all filesystems)
18options		DDB
19options		FFS
20options		QUOTA		# fast filesystem with user and group quotas
21options		MFS		# memory-based filesystem
22#options	NFSSERVER	# Sun NFS-compatible filesystem
23options		NFSCLIENT	# Sun NFS-compatible filesystem
24options		NULLFS		# Null (formerly loop-back) filesystem
25options		CD9660		# ISO-9660 w/ RockRidge
26options		KERNFS		# kernel data-structure filesystem
27options		FDESC		# user file descriptor filesystem
28#options	UMAPFS		# uid/gid remapping filesystem
29#options	LFS		# Log-based filesystem (still experimental)
30#options	PORTAL		# portal filesystem (still experimental)
31options		PROCFS		# Process filesystem
32
33options		SCSI
34#options	SCSIDEBUG
35
36# Networking options
37options		INET
38options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
39options		GATEWAY		# IP packet forwarding
40#options	ISO		# OSI networking
41#options	TPIP
42#options	EON
43options		COMPAT_42
44options		COMPAT_43
45options		NS
46options		MAPMEM
47options		SYSVSHM,SYSVSEM,SYSVMSG
48options		PPP_BSDCOMP,PPP_DEFLATE
49
50# Mac-specific options
51options		M68040
52options		M68030
53options		M68020		# Must have 68851 PMMU
54options		FPSP
55options		FPU_EMULATE
56options		COMPAT_NOMID
57options		COMPAT_SUNOS
58options		COMPAT_09
59options		COMPAT_10
60options 	COMPAT_11
61options 	COMPAT_12
62#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
63options		ZS_CONSOLE_ABORT
64options 	DISABLE_EXT_CACHE # Don't use IIci external cache
65
66config		netbsd	swap generic
67
68intvid0		at obio?	# Internal video hardware
69
70nubus0		at mainbus?
71
72ae*		at nubus?
73macvid*		at nubus?
74
75# Attach grf semantics to all video hardware as it is found
76grf*		at intvid?
77grf*		at macvid?
78
79# Attach ite semantics to the appropriate grf device
80ite0		at grf?
81
82ncrscsi0	at obio?		# SCSI NCR 5380
83esp0		at obio?		# SCSI NCR 53C96
84esp1		at obio?		# SCSI NCR 53C96
85
86scsibus*	at scsi?
87sd*	at scsibus? target ? lun ?	# SCSI disk drives
88st*	at scsibus? target ? lun ?	# SCSI tape drives
89cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
90ch*	at scsibus? target ? lun ?	# SCSI autochangers
91ss*	at scsibus? target ? lun ?	# SCSI scanners
92uk*	at scsibus? target ? lun ?	# SCSI unknown
93
94pseudo-device	pty		16
95pseudo-device	bpfilter	12
96pseudo-device	vnd		2
97pseudo-device	ppp		2
98pseudo-device	loop
99pseudo-device	sl
100