GENERIC revision 1.67 1 # $NetBSD: GENERIC,v 1.67 1997/08/23 19:18:37 mjacob 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
84 nubus0 at mainbus?
85 ae* at nubus? # 8390-based Ethernet NIC
86 sn* at nubus? # SONIC-based Ethernet NIC
87 macvid* at nubus? # NuBus video card
88
89 # Attach grf semantics to all video hardware as it is found
90 grf* at intvid?
91 grf* at macvid?
92
93 # Attach ite semantics to the appropriate grf device
94 ite0 at grf?
95
96 # Use only one of ncrscsi or sbc
97 ncrscsi0 at obio? # SCSI NCR 5380
98 #sbc0 at obio? flags 0x1 # MI SCSI NCR 5380
99
100 esp0 at obio? # SCSI NCR 53C9x
101 esp1 at obio? # SCSI NCR 53C9x
102
103 scsibus* at scsi?
104 sd* at scsibus? target ? lun ? # SCSI disk drives
105 st* at scsibus? target ? lun ? # SCSI tape drives
106 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
107 ch* at scsibus? target ? lun ? # SCSI autochangers
108 se* at scsibus? target ? lun ? # SCSI ethernet
109 ss* at scsibus? target ? lun ? # SCSI scanners
110 uk* at scsibus? target ? lun ? # SCSI unknown
111
112 pseudo-device pty 16
113 pseudo-device bpfilter 12
114 pseudo-device vnd 2
115 pseudo-device ccd 2
116 pseudo-device md 1
117 pseudo-device ppp 2
118 pseudo-device loop
119 pseudo-device sl
120 #pseudo-device ipfilter
121