GENERIC revision 1.16 1 # $NetBSD: GENERIC,v 1.16 2001/01/05 17:55:38 tsutsui Exp $
2 #
3 # GENERIC -- everything that's currently supported
4 #
5
6 include "arch/prep/conf/std.prep"
7
8 #ident "GENERIC-$Revision: 1.16 $"
9
10 maxusers 32
11
12 # Standard system options
13
14 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
15 options NTP # NTP phase/frequency locked loop
16
17 options KTRACE # system call tracing via ktrace(1)
18
19 options SYSVMSG # System V-like message queues
20 options SYSVSEM # System V-like semaphores
21 options SYSVSHM # System V-like memory sharing
22 #options SHMMAXPGS=1024 # 1024 pages is the default
23
24 options LKM # loadable kernel modules
25
26 # Diagnostic/debugging support options
27 options DIAGNOSTIC # cheap kernel consistency checks
28 #options DEBUG # expensive debugging checks/support
29 #options KMEMSTATS # kernel memory statistics (vmstat -m)
30 options DDB # in-kernel debugger
31 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
32 #makeoptions DEBUG="-g"
33
34 # Compatibility options
35 options COMPAT_13 # NetBSD 1.3,
36 options COMPAT_14 # NetBSD 1.4,
37 options COMPAT_43 # and 4.3BSD
38
39 # File systems
40 file-system FFS # UFS
41 file-system EXT2FS # second extended file system (linux)
42 file-system LFS # log-structured file system
43 file-system MFS # memory file system
44 file-system NFS # Network File System client
45 file-system NTFS # Windows/NT file system (experimental)
46 file-system CD9660 # ISO 9660 + Rock Ridge file system
47 file-system MSDOSFS # MS-DOS file system
48 file-system FDESC # /dev/fd
49 file-system KERNFS # /kern
50 file-system NULLFS # loopback file system
51 file-system OVERLAY # overlay file system
52 file-system PORTAL # portal filesystem (still experimental)
53 file-system PROCFS # /proc
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 vcoda (below)
57
58 # File system options
59 options QUOTA # UFS quotas
60 options FFS_EI # FFS Endian Independant support
61 options SOFTDEP # FFS soft updates support.
62 options NFSSERVER # Network File System server
63 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
64 # immutable) behave as system flags.
65
66 # Networking options
67 #options GATEWAY # packet forwarding
68 options INET # IP + ICMP + TCP + UDP
69 options INET6 # IPv6
70 #options IPSEC # IP security
71 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
72 #options IPSEC_DEBUG # debug for IP security
73 #options MROUTING # IP multicast routing
74 options NETATALK # AppleTalk networking protocols
75 options PPP_BSDCOMP # BSD-Compress compression support for PPP
76 options PPP_DEFLATE # Deflate compression support for PPP
77 options PPP_FILTER # Active filter support for PPP (requires bpf)
78 options PFIL_HOOKS # pfil(9) packet filter hooks
79 options IPFILTER_LOG # ipmon(8) log support
80
81 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
82 #options TCP_COMPAT_42
83
84 # These options enable verbose messages for several subsystems.
85 # Warning, these may compile large string tables into the kernel!
86 options MIIVERBOSE # verbose PHY autoconfig messages
87 options PCIVERBOSE # verbose PCI device autoconfig messages
88 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
89 options PCMCIAVERBOSE # verbose PCMCIA configuration messages
90 options SCSIVERBOSE # human readable SCSI error messages
91 #options USBVERBOSE # verbose USB device autoconfig messages
92
93 options NFS_BOOT_BOOTP
94 options NFS_BOOT_BOOTPARAM
95 options NFS_BOOT_DHCP
96
97 #
98 # wscons options
99 #
100 # builtin terminal emulations
101 options WSEMUL_VT100 # VT100 / VT220 emulation
102 # different kernel output - see dev/wscons/wsdisplayvar.h
103 options WS_KERNEL_FG=WSCOL_GREEN
104 #options WS_KERNEL_BG=WSCOL_BLACK
105 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
106 #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
107 # allocate a number of virtual screens at autoconfiguration time
108 #options WSDISPLAY_DEFAULTSCREENS=4
109 # use a large software cursor that doesn't blink
110 options PCDISPLAY_SOFTCURSOR
111
112 # Kernel root file system and dump configuration.
113 config netbsd root on ? type ?
114 #config netbsd root on de0 type nfs
115 #config netbsd root on le0 type nfs
116
117
118 #
119 # Device configuration
120 #
121
122 mainbus0 at root
123 cpu0 at mainbus0
124
125
126 # Basic Bus Support
127
128 # PCI bus support
129 pci0 at mainbus0 bus ?
130 pci* at pchb? bus ?
131 pci* at ppb? bus ?
132
133 # PCI bridges
134 pchb* at pci? dev ? function ? # PCI-Host bridges
135 ppb* at pci? dev ? function ? # PCI-PCI bridges
136 pcib* at pci? dev ? function ? # PCI-ISA bridges
137
138 # ISA bus support
139 isa* at pcib? # ISA on PCI-ISA bridge
140
141 # PCMCIA bus support
142 pcmcia* at pcic? controller ? socket ?
143
144 # ISA PCMCIA controllers
145 pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
146
147 #options PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
148 #options PCIC_ISA_ALLOC_IOBASE=0x0400
149 #options PCIC_ISA_ALLOC_IOSIZE=0x0100
150
151 # ISA Plug-and-Play bus support
152 isapnp0 at isa?
153
154 # Console Devices
155
156 # ISA console.
157 #pc0 at isa? port 0x60 irq 1 # generic PC console device
158
159 # Keyboard layout configuration for pccons
160 #options FRENCH_KBD
161 #options FINNISH_KBD
162 #options GERMAN_KBD
163 #options NORWEGIAN_KBD
164
165 # wscons
166 pckbc0 at isa? # pc keyboard controller
167 pckbd* at pckbc? # PC keyboard
168 pms* at pckbc? # PS/2 mouse for wsmouse
169 pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
170 vga* at pci?
171 wsdisplay* at vga? console ?
172 wskbd* at pckbd? console ?
173 wsmouse* at pms? mux 0
174 wsmouse* at pmsi? mux 0
175
176 pcppi0 at isa? # PC prog. periph. interface
177 isabeep0 at pcppi? # "keyboard" beep
178
179 mcclock0 at isa? port 0x70 # mc146818 and compatible
180
181
182 # Serial Devices
183
184 # ISA serial interfaces
185 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
186 com1 at isa? port 0x2f8 irq 3
187
188 # PCMCIA serial interfaces
189 com* at pcmcia? function ? # Modems and serial cards
190
191 pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
192 com* at pcmcom? slave ? # ...and the slave devices
193
194
195 # Parallel Printer Interfaces
196
197 # ISA parallel printer interfaces
198 lpt0 at isa? port 0x3bc irq 7 # standard PC parallel ports
199
200
201 # SCSI Controllers and Devices
202
203 # PCI SCSI controllers
204 pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
205
206 # PCMCIA SCSI controllers
207 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
208
209 # SCSI bus support
210 scsibus* at aic?
211 scsibus* at pcscp?
212
213 # SCSI devices
214 sd* at scsibus? target ? lun ? # SCSI disk drives
215 st* at scsibus? target ? lun ? # SCSI tape drives
216 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
217 ch* at scsibus? target ? lun ? # SCSI autochangers
218 ss* at scsibus? target ? lun ? # SCSI scanners
219 uk* at scsibus? target ? lun ? # SCSI unknown
220
221
222 # IDE and related devices
223
224 # PCMCIA IDE controllers
225 wdc* at pcmcia? function ?
226
227 # IDE drives
228 # Flags are used only with controllers that support DMA operations
229 # and mode settings (e.g. some pciide controllers)
230 # The lowest order four bits (rightmost digit) of the flags define the PIO
231 # mode to use, the next set of four bits the DMA mode and the third set the
232 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
233 # to use, and the last bit must be 1 for this setting to be used.
234 # For DMA and UDMA, 0xf (1111) means 'disable'.
235 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
236 # (0xc=1100, 0xa=1010, 0xf=1111)
237 # 0x0000 means "use whatever the drive claims to support".
238 wd* at wdc? channel ? drive ? flags 0x0000
239
240 # ATAPI bus support
241 atapibus* at wdc? channel ?
242
243 # ATAPI devices
244 # flags have the same meaning as for IDE drives.
245 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
246 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
247 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
248
249
250 # Network Interfaces
251
252 # PCI network interfaces
253 de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
254 ep* at pci? dev ? function ? # 3Com 3c59x
255 #le* at pci? dev ? function ? # PCnet-PCI Ethernet
256 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
257 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
258
259 # ISA Plug-and-Play network intefaces
260 ep* at isapnp? # 3Com 3c509 Ethernet
261
262 # PCMCIA network interfaces
263 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
264 ne* at pcmcia? function ? # NE2000-compatible Ethernet
265
266 mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
267 com* at mhzc?
268 sm* at mhzc?
269
270 # MII/PHY support
271 dmphy* at mii? phy ? # Davicom DM9101 PHYs
272 exphy* at mii? phy ? # 3Com internal PHYs
273 icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
274 inphy* at mii? phy ? # Intel 82555 PHYs
275 iophy* at mii? phy ? # Intel 82553 PHYs
276 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
277 nsphy* at mii? phy ? # NS83840 PHYs
278 nsphyter* at mii? phy ? # NS83843 PHYs
279 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
280 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
281 tlphy* at mii? phy ? # ThunderLAN PHYs
282 tqphy* at mii? phy ? # TDK Semiconductor PHYs
283 ukphy* at mii? phy ? # generic unknown PHYs
284
285
286 # USB Controller and Devices
287
288 # PCI USB controllers
289 #uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
290 #ohci* at pci? dev ? function ? # Open Host Controller
291
292 # USB bus support
293 #usb* at uhci?
294 #usb* at ohci?
295
296 # USB Hubs
297 #uhub* at usb?
298 #uhub* at uhub? port ? configuration ? interface ?
299
300 # USB Mice
301 #ums* at uhub? port ? configuration ? interface ?
302 #wsmouse* at ums? mux 0
303
304 # USB Keyboards
305 #ukbd* at uhub? port ? configuration ? interface ?
306 #wskbd* at ukbd? console ? mux 1
307
308 # USB Generic HID devices
309 #uhid* at uhub? port ? configuration ? interface ?
310
311 # USB Printer
312 #ulpt* at uhub? port ? configuration ? interface ?
313
314 # USB Modem
315 #umodem* at uhub? port ? configuration ?
316 #ucom* at umodem?
317
318 # USB Mass Storage
319 #umass* at uhub? port ? configuration ? interface ?
320 #scsibus* at umass? channel ?
321 #atapibus* at umass? channel ?
322
323 # USB audio
324 #uaudio* at uhub? port ? configuration ?
325
326 # USB Ethernet adapters
327 #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
328 #cue* at uhub? port ? # CATC USB-EL1201A based adapters
329 #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
330
331 # Prolofic PL2301/PL2302 host-to-host adapter
332 #upl* at uhub? port ?
333
334 # Serial adapters
335 # FTDI FT8U100AX serial adapter
336 #uftdi* at uhub? port ?
337 #ucom* at uftdi? portno ?
338
339 # Diamond Multimedia Rio 500
340 #urio* at uhub? port ?
341
342 # USB Handspring Visor
343 #uvisor* at uhub? port ?
344 #ucom* at uvisor?
345
346 # USB Generic driver
347 #ugen* at uhub? port ?
348
349 # USB scanners
350 #uscanner* at uhub? port ?
351
352
353 # Audio device
354
355 # ISA Plug-and-Play audio devices
356 #wss* at isapnp? # CS4232
357
358 # Audio support
359 #audio* at wss?
360 #audio* at uaudio?
361
362 # MIDI support
363 midi* at pcppi? # MIDI interface to the PC speaker
364
365 # The spkr driver provides a simple tone interface to the built in speaker.
366 spkr0 at pcppi? # PC speaker
367
368
369 # Joysticks
370
371 # ISA joysticks. Probe is a little strange; add only if you have one.
372 joy0 at isa? port 0x201
373
374
375 # Pseudo-Devices
376
377 # disk/mass storage pseudo-devices
378 pseudo-device ccd 4 # concatenated/striped disk devices
379 pseudo-device raid 4 # RAIDframe disk driver
380 #options RAID_AUTOCONFIG # auto-configuration of RAID components
381 pseudo-device md 1 # memory disk device (ramdisk)
382 pseudo-device vnd 4 # disk-like interface to files
383
384 # network pseudo-devices
385 pseudo-device loop # network loopback
386 pseudo-device bpfilter 8 # Berkeley packet filter
387 pseudo-device ipfilter # IP filter (firewall) and NAT
388 pseudo-device ppp 2 # Point-to-Point Protocol
389 pseudo-device sl 2 # Serial Line IP
390 pseudo-device strip 2 # Starmode Radio IP (Metricom)
391 pseudo-device tun 2 # network tunneling over tty
392 pseudo-device gre 2 # generic L3 over IP tunnel
393 pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
394 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
395 #pseudo-device faith 2 # IPv[46] tcp relay translation i/f
396 #pseudo-device stf 2 # 6to4 IPv6 over IPv4 encapsulation
397 pseudo-device vlan # IEEE 802.1q encapsulation
398
399 # miscellaneous pseudo-devices
400 pseudo-device pty # pseudo-terminals
401 pseudo-device tb 1 # tablet line discipline
402 pseudo-device sequencer 1 # MIDI sequencer
403 pseudo-device rnd # /dev/random and in-kernel generator
404 #options RND_COM # use "com" randomness as well
405
406 # a pseudo device needed for Coda # also needs CODA (above)
407 #pseudo-device vcoda 4 # coda minicache <-> venus comm.
408
409 # mouse & keyboard multiplexor pseudo-devices
410 pseudo-device wsmux 2
411