GENERIC revision 1.2 1 # $NetBSD: GENERIC,v 1.2 2000/01/17 00:58:01 nisimura Exp $
2 #
3 # GENERIC LUNA68K
4 #
5 include "arch/luna68k/conf/std.luna68k"
6
7 maxusers 8
8
9 options M68030
10 #options M68040
11 #options FPSP # on m68040 to emulate some missing FP instructions
12
13 # Needs to be set per system. i.e change these as you see fit
14
15 # Standard system options
16 options NTP # NTP phase/frequency locked loop
17 options KTRACE
18 #options SYSVMSG # System V message queues
19 #options SYSVSEM # System V semaphores
20 #options SYSVSHM # System V shared memory
21 #optoins SHMMAXPGS=1024 # 1024 pages is the default
22 #options LKM # loadable kernel modules
23 #options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool
24 #options UCONSOLE # users can redirect console (unsafe)
25
26 # Debugging options
27 options DDB
28 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
29 #options SYMTAB_SPACE=72000 # place DDB symbols in data segment
30 #options DEBUG # extra kernel debugging support
31 #options DIAGNOSTIC # extra kernel sanity checking
32 #options SCSIVERBOSE # Verbose SCSI errors
33 #options SCSIDEBUG
34 #makeoptions DEBUG="-g" # compile full symbol table
35
36 # Compatability options
37 options COMPAT_43 # and 4.3BSD and ...
38 options COMPAT_12 # NetBSD 1.2 binary compatibility
39 options COMPAT_13 # NetBSD 1.3 binary compatibility
40 options COMPAT_14 # NetBSD 1.4 binary compatibility
41
42 # Filesystem options
43 file-system FFS # ufs file system
44 #file-system LFS # log-structured file system
45 file-system NFS # nfs client support
46 file-system MFS
47 #file-system CD9660 # ISO 9660 + Rock Ridge file system
48 #file-system MSDOSFS # MS-DOS FAT file system
49 file-system KERNFS # /kern
50 file-system PROCFS # /proc
51 #file-system FDESC # /dev/fd/*
52 file-system NULLFS # loopback file system
53 #file-system PORTAL # portal filesystem (still experimental)
54 #file-system UMAPFS # NULLFS + uid and gid remapping
55 #file-system UNION # union file system
56 #file-system CODA # Coda File System; also needs vcode (below)
57
58 #options NFSSERVER # nfs server support
59 #options QUOTA # ffs quotas
60 #options FFS_EI # ffs endian independant support
61 #options SOFTDEP # ffs soft updates support
62
63 # Pull in config fragments for kernel crypto. This is required for
64 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
65 # one of these, based on whether you use crypto-us or crypto-intl, and
66 # adjust the prefixes as necessary.
67
68 #prefix ../crypto-us/sys
69 #cinclude "conf/files.crypto-us"
70 #prefix
71
72 #prefix ../crypto-intl/sys
73 #cinclude "conf/files.crypto-intl"
74 #prefix
75
76 # Networking options
77 options INET # IP prototol stack support
78 #options INET6 # IPV6
79 #options IPSEC # IP security
80 #options IPSEC_ESP # IP securyty (encryption part; define w/IPSEC)
81 #options IPSEC_DEBUG # debug for IP security
82 #options GATEWAY # IP packet forwarding
83 #options MROUTING # IP multicast routing
84 #options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
85 #options NS # XNS
86 #options NSIP # XNS tunneling over IP
87 #options ISO,TPIP # OSI
88 #options EON # OSI tunneling over IP
89 #options CCITT,LLC,HDLC # X.25
90 #options NETATALK # AppleTalk networking protocols
91 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
92 #options PPP_DEFLATE # Deflate compression support for PPP
93 #options PPP_FILTER # Active filter support for PPP (requires bpf)
94 #options PFIL_HOOKS # pfil(9) packet filter hooks
95 #options IPFILTER_LOG # ipmon(8) log support
96 options NFS_BOOT_DHCP # superset of BOOTP
97
98 # WS console uses SUN or VT100 terminal emulation
99 options WSEMUL_VT100
100
101 config netbsd root on ? type nfs
102
103 mainbus0 at root
104
105 clock0 at mainbus0
106
107 # uPD7201 SIO
108 sio0 at mainbus0
109 siotty0 at sio0 # ttya
110 ws0 at sio0 # port for keyboard and mouse
111 # AM7990 LANCE
112 le0 at mainbus0
113 # MB89532 SPC
114 spc0 at mainbus0
115 #spc1 at mainbus0 # 2nd SCSI on LUNA-II
116 # framebuffer
117 fb0 at mainbus0 # 16 or 256 pseudo color
118
119 # Workstation Console attachments
120 wsdisplay* at fb?
121 wskbd* at ws? console ?
122 #wsmouse* at ws? # not supported, yet...
123
124 # SCSI bus support
125 scsibus* at spc?
126
127 # SCSI devices
128 sd* at scsibus? target ? lun ? # SCSI disks
129 st* at scsibus? target ? lun ? # SCSI tapes
130 #cd* at scsibus? target ? lun ? # SCSI CD-ROMs
131 #ch* at scsibus? target ? lun ? # SCSI changer devices
132 #ss* at scsibus? target ? lun ? # SCSI scanners
133 #uk* at scsibus? target ? lun ? # unknown SCSI devices
134
135 pseudo-device bpfilter 2 # Berkeley Packet Filter
136 #pseudo-device ccd 2 # concatenated and striped disks
137 #pseudo-device gre 2 # generic L3 over IP tunnel
138 #pseudo-device ipfilter 1 # ip filter
139 pseudo-device loop 1 # loopback interface; required
140 pseudo-device md 1 # memory disk device
141 #pseudo-device ppp 1 # PPP interfaces
142 pseudo-device pty 32 # pseudo-terminals
143 #pseudo-device raid 2 # RAIDframe disk driver
144 #pseudo-device sl 1 # SLIP interfaces
145 #pseudo-device tun 2 # Network "tunnel" device
146 #pseudo-device vnd 2 # disk-like interface to files
147
148 # rnd is EXPERIMENTAL
149 #pseudo-device rnd # /dev/random and in-kernel generator
150 #options RND_COM # use "com" randomness too
151