GENERIC revision 1.68.2.1 1 # $NetBSD: GENERIC,v 1.68.2.1 1997/11/05 21:58:05 mellon Exp $
2 #
3 # GENERIC
4
5 include "arch/mac68k/conf/std.mac68k"
6
7 maxusers 16
8
9 # Standard system options
10 options KTRACE # system call tracing
11 options SYSVMSG # System V message queues
12 options SYSVSEM # System V semaphores
13 options SYSVSHM # System V shared memory
14 #options SHMMAXPGS=1024 # 1024 pages is the default
15 options LKM # loadable kernel modules
16 #options INSECURE # disable kernel security level
17 options UCONSOLE # allow anyone to steal the virtual console
18
19 # Debugging options
20 options DDB # kernel dynamic debugger
21 #options DEBUG # kernel debugging code
22 options 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 #options SCSIVERBOSE # Verbose SCSI errors
27
28 # Compatibility options
29 options COMPAT_43 # 4.3BSD system interfaces
30 options COMPAT_10 # NetBSD 1.0 binary compatibility
31 options COMPAT_11 # NetBSD 1.1 binary compatibility
32 options COMPAT_12 # NetBSD 1.2 binary compatibility
33 options COMPAT_SUNOS # SunOS 4.x binary compatibility
34 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
35
36 # File systems
37 file-system FFS # Berkeley Fast Filesystem
38 file-system NFS # Sun NFS-compatible filesystem client
39 file-system KERNFS # kernel data-structure filesystem
40 file-system NULLFS # NULL layered filesystem
41 file-system MFS # memory-based filesystem
42 file-system FDESC # user file descriptor filesystem
43 file-system UMAPFS # uid/gid remapping filesystem
44 file-system LFS # Log-based filesystem (still experimental)
45 file-system PORTAL # portal filesystem (still experimental)
46 file-system PROCFS # /proc
47 file-system CD9660 # ISO 9660 + Rock Ridge file system
48 file-system UNION # union file system
49 file-system MSDOSFS # MS-DOS FAT filesystem(s).
50
51 # File system options
52 options QUOTA # FFS quotas
53 options NFSSERVER # Sun NFS-compatible filesystem server
54 options FIFO # POSIX fifo support (in all filesystems)
55
56 # Networking options
57 options INET # IP stack
58 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
59 options GATEWAY # IP packet forwarding
60 #options ISO,TPIP # OSI networking
61 #options EON # OSI tunneling over IP
62 #options CCITT,LLC,HDLC # X.25
63 options NETATALK # AppleTalk networking
64 options PPP_BSDCOMP # PPP header compression
65 options PPP_DEFLATE # PPP-Deflate compression
66 options PFIL_HOOKS # pfil(9) packet filter hooks.
67
68 # Mac-specific options
69 options M68040
70 options M68030
71 options M68020 # Must have 68851 PMMU
72 options FPSP
73 options FPU_EMULATE
74 options ZS_CONSOLE_ABORT
75 options DISABLE_EXT_CACHE # Don't use IIci external cache
76 options MRG_ADB # Use ROM-based ADB driver
77
78 config netbsd root on ? type ?
79
80 asc0 at obio? # ASC/EASC audio
81 intvid0 at obio? # Internal video hardware
82 sn* at obio? # SONIC-based internal ethernet
83 mc* at obio? # MACE-based internal ethernet
84
85 nubus0 at mainbus?
86 ae* at nubus? # 8390-based Ethernet NIC
87 sn* at nubus? # SONIC-based Ethernet NIC
88 macvid* at nubus? # NuBus video card
89
90 # Attach grf semantics to all video hardware as it is found
91 grf* at intvid?
92 grf* at macvid?
93
94 # Attach ite semantics to the appropriate grf device
95 ite0 at grf?
96
97 # Use only one of ncrscsi or sbc
98 ncrscsi0 at obio? # SCSI NCR 5380
99 #sbc0 at obio? flags 0x1 # MI SCSI NCR 5380
100
101 esp0 at obio? # SCSI NCR 53C9x
102 esp1 at obio? # SCSI NCR 53C9x
103
104 scsibus* at scsi?
105 sd* at scsibus? target ? lun ? # SCSI disk drives
106 st* at scsibus? target ? lun ? # SCSI tape drives
107 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
108 ch* at scsibus? target ? lun ? # SCSI autochangers
109 se* at scsibus? target ? lun ? # SCSI ethernet
110 ss* at scsibus? target ? lun ? # SCSI scanners
111 uk* at scsibus? target ? lun ? # SCSI unknown
112
113 pseudo-device pty 16
114 pseudo-device bpfilter 12
115 pseudo-device vnd 2
116 pseudo-device ccd 2
117 pseudo-device md 1
118 pseudo-device ppp 2
119 pseudo-device loop
120 pseudo-device sl
121 pseudo-device ipfilter
122 #pseudo-device rnd # /dev/random and in-kernel generator
123