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