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