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