GENERIC revision 1.3 1 # $NetBSD: GENERIC,v 1.3 2000/04/22 21:03:27 groo Exp $
2
3 include "arch/cobalt/conf/std.cobalt"
4
5 #ident "GENERIC-$Revision: 1.3 $"
6
7 maxusers 32
8
9 # Standard system options
10 options KTRACE # system call tracing support
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 NTP # network time protocol
17 #options UCONSOLE # users can redirect console (unsafe)
18
19 # Debugging options
20 options DIAGNOSTIC # extra kernel sanity checking
21 #options DEBUG # extra kernel debugging support
22 #options KMEMSTATS # kernel memory statistics (vmstat -m)
23 options DDB # kernel dynamic debugger
24 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
25 #makeoptions DEBUG="-g" # compile full symbol table
26
27 # Compatibility options
28 options COMPAT_43 # compatibility with 4.3BSD binaries
29 #options COMPAT_10 # NetBSD 0.9 binary compatibility
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_13 # NetBSD 1.3 binary compatibility
34 #options COMPAT_14 # NetBSD 1.4 binary compatibility
35 #options EXEC_ECOFF # exec ECOFF binaries
36 #options COMPAT_ULTRIX # binary compatibility with Ultrix
37
38 # File systems
39 file-system FFS # Berkeley Fast Filesystem
40 file-system NFS # Sun NFS-compatible filesystem client
41 file-system KERNFS # kernel data-structure filesystem
42 #file-system NULLFS # NULL layered filesystem
43 file-system OVERLAY # overlay file system
44 file-system MFS # memory-based filesystem
45 file-system FDESC # user file descriptor filesystem
46 #file-system UMAPFS # uid/gid remapping filesystem
47 file-system LFS # Log-based filesystem (still experimental)
48 #file-system PORTAL # portal filesystem (still experimental)
49 file-system PROCFS # /proc
50 #file-system CD9660 # ISO 9660 + Rock Ridge file system
51 #file-system UNION # union file system
52 #file-system MSDOSFS # MS-DOS FAT filesystem(s).
53 #file-system CODA # Coda File System; also needs vcoda (below)
54
55 # File system options
56 options NFSSERVER # Sun NFS-compatible filesystem server
57 options QUOTA # FFS quotas
58 #options FFS_EI # FFS Endian Independant support
59 #options SOFTDEP # FFS soft updates support.
60 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
61 # immutable) behave as system flags.
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 GATEWAY # IP packet forwarding
78 options INET # Internet protocols
79 options INET6 # IPV6
80 #options IPSEC # IP security
81 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
82 #options IPSEC_DEBUG # debug for IP security
83 #options MROUTING # packet forwarding of multicast packets
84 #options NS # Xerox NS networking
85 #options NSIP # Xerox NS tunneling over IP
86 #options ISO,TPIP # OSI networking
87 #options EON # OSI tunneling over IP
88 #options CCITT,LLC,HDLC # X.25
89 #options NETATALK # AppleTalk (over Ethernet) protocol
90 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
91 #options PPP_DEFLATE # Deflate compression support for PPP
92 options PPP_FILTER # Active filter support for PPP (requires bpf)
93 options PFIL_HOOKS # pfil(9) packet filter hooks
94 options IPFILTER_LOG # ipmon(8) log support
95
96 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
97 #options TCP_COMPAT_42
98
99 # These options enable verbose messages for several subsystems.
100 # Warning, these may compile large string tables into the kernel!
101 options PCIVERBOSE # verbose PCI device autoconfig messages
102 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
103 options SCSIVERBOSE # human readable SCSI error messages
104
105 options NFS_BOOT_DHCP
106
107 config netbsd root on ? type ?
108
109 mainbus0 at root
110
111 cpu0 at mainbus?
112
113 com0 at mainbus? addr 0x1c800000 level 3
114 options COM16650
115
116 gt0 at mainbus? addr 0x14000000
117
118 pci* at gt0
119 pchb* at pci? dev ? function ?
120 pcib* at pci? dev ? function ?
121
122 # PCI serial/parallel interfaces
123 puc* at pci? dev ? function ? # PCI "universal" comm. cards
124 com* at puc? port ?
125 #lpt* at puc? port ?
126 #cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial cards
127
128 # PCI SCSI controllers
129 #adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA]
130 #adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI
131 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
132 #bha* at pci? dev ? function ? # BusLogic 9xx SCSI
133 #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
134 #isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FC
135 ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
136 #pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
137
138 # SCSI bus support
139 #scsibus* at adv?
140 #scsibus* at adw?
141 scsibus* at ahc?
142 #scsibus* at bha?
143 #scsibus* at dpt?
144 #scsibus* at isp?
145 scsibus* at ncr?
146 #scsibus* at pcscp?
147
148 # SCSI devices
149 sd* at scsibus? target ? lun ? # SCSI disk drives
150 st* at scsibus? target ? lun ? # SCSI tape drives
151 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
152 ch* at scsibus? target ? lun ? # SCSI autochangers
153 #ss* at scsibus? target ? lun ? # SCSI scanners
154 uk* at scsibus? target ? lun ? # SCSI unknown
155
156 # RAID controllers and devices
157 #cac* at pci? dev ? function ? # Compaq array controller
158 #ca* at cac? unit ? # Compaq array disk device
159
160 # IDE and related devices
161 # PCI IDE controllers - see pciide(4) for supported hardware.
162 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
163 # how to set up DMA modes for this chip. This may work, or may cause
164 # a machine hang with some controllers.
165 pciide* at pci? dev ? function ? flags 0x0000
166
167 # IDE drives
168 # Flags are used only with controllers that support DMA operations
169 # and mode settings (e.g. some pciide controllers)
170 # The lowest order four bits (rightmost digit) of the flags define the PIO
171 # mode to use, the next set of four bits the DMA mode and the third set the
172 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
173 # to use, and the last bit must be 1 for this setting to be used.
174 # For DMA and UDMA, 0xf (1111) means 'disable'.
175 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
176 # (0xc=1100, 0xa=1010, 0xf=1111)
177 # 0x0000 means "use whatever the drive claims to support".
178 wd* at pciide? channel ? drive ? flags 0x0000
179
180 # PCI network interfaces
181 #de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
182 #en* at pci? dev ? function ? # ENI/Adaptec ATM
183 #ep* at pci? dev ? function ? # 3Com 3c59x
184 #ex* at pci? dev ? function ? # 3Com 90x[B]
185 #epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
186 #esh* at pci? dev ? function ? # Essential HIPPI card
187 #fpa* at pci? dev ? function ? # DEC DEFPA FDDI
188 #fxp* at pci? dev ? function ? # Intel EtherExpress PRO10+/100B
189 #le* at pci? dev ? function ? # PCnet-PCI Ethernet
190 #ne* at pci? dev ? function ? # NE2000-compatible Ethernet
191 #ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
192 #sip* at pci? dev ? function ? # SiS 900 Ethernet
193 #tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
194 tlp* at pci? dev ? function ? # DECchip 21x4x (and clones)
195 #options TLP_MATCH_21040
196 #options TLP_MATCH_21041
197 #options TLP_MATCH_21140
198 options TLP_MATCH_21142
199 #vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
200 #lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
201 #rtk* at pci? dev ? function ? # Realtek 8129/8139
202
203 # MII/PHY support
204 #exphy* at mii? phy ? # 3Com internal PHYs
205 #icsphy* at mii? phy ? # ICS1890 PHYs
206 #inphy* at mii? phy ? # Intel 82555 PHYs
207 #iophy* at mii? phy ? # Intel 82553 PHYs
208 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
209 #nsphy* at mii? phy ? # NS83840 PHYs
210 #nsphyter* at mii? phy ? # NS83843 PHYs
211 #qsphy* at mii? phy ? # Quality Semiconductor QS6612
212 #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
213 #tlphy* at mii? phy ? # ThunderLAN PHYs
214 #tqphy* at mii? phy ? # TDK Semiconductor PHYs
215 #ukphy* at mii? phy ? # generic unknown PHYs
216
217 # PCI audio devices
218 #clcs* at pci? dev ? function ? # Cirrus Logic CS4280
219 #eap* at pci? dev ? function ? # Ensoniq AudioPCI
220 #eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
221 #fms* at pci? dev ? function ? # Forte Media FM801
222 #sbl* at pci? dev ? function ? # SoundBlaster Live!
223 #sv* at pci? dev ? function ? # S3 SonicVibes
224
225 # Pseudo-devices
226
227 # Disk/mass storage pseudo-devices
228 pseudo-device ccd 4 # concatenated disk devices
229 #pseudo-device raid 4 # RAIDframe disk driver
230 #options RAID_AUTOCONFIG # auto-configuration of RAID
231 pseudo-device md 1 # memory disk device (ramdisk)
232 pseudo-device vnd 4 # disk-like interface to files
233
234 # Network pseudo-devices
235 pseudo-device bpfilter 8 # Berkeley packet filter
236 pseudo-device ipfilter # IP filter (firewall) and NAT
237 pseudo-device loop # network loopback
238 #pseudo-device ppp 2 # Point-to-Point Protocol
239 #pseudo-device sl 2 # Serial Line IP
240 #pseudo-device strip 2 # Starmode Radio IP (Metricom)
241 #pseudo-device tun 2 # network tunneling over tty
242 #pseudo-device gre 2 # generic L3 over IP tunnel
243 #pseudo-device ipip 2 # RFC 2003 IP Encapsulation
244 #pseudo-device gif 4 # RFC1933 tunnel
245 #pseudo-device faith 1 # IPv[46] tcp relay translation
246 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
247
248 # Miscellaneous pseudo-devices
249 pseudo-device pty 64 # pseudo-terminals
250 #pseudo-device tb 1 # tablet line discipline
251 #pseudo-device sequencer 1 # MIDI sequencer
252 # rnd works; RND_COM does not on port i386 yet.
253 pseudo-device rnd # /dev/random & kernel generator
254 #options RND_COM # use "com" randomness (BROKEN)
255
256 # A pseudo device needed for Coda # also needs CODA (above)
257 #pseudo-device vcoda 4 # coda minicache <-> venus comm.
258