GENERIC revision 1.56 1 # $NetBSD: GENERIC,v 1.56 2002/09/25 11:49:53 martti Exp $
2 #
3 # GENERIC machine description file
4 #
5 # This machine description file is used to generate the default NetBSD
6 # kernel. The generic kernel does not include all options, subsystems
7 # and device drivers, but should be useful for most applications.
8 #
9 # The machine description file can be customised for your specific
10 # machine to reduce the kernel size and improve its performance.
11 #
12 # For further information on compiling NetBSD kernels, see the config(8)
13 # man page.
14 #
15 # For further information on hardware support for this architecture, see
16 # the intro(4) man page. For further information about kernel options
17 # for this architecture, see the options(4) man page. For an explanation
18 # of each device driver in this file see the section 4 man page for the
19 # device.
20
21 include "arch/prep/conf/std.prep"
22
23 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24
25 #ident "GENERIC-$Revision: 1.56 $"
26
27 maxusers 32
28
29 # Platform support
30 options PLATFORM_IBM_6050 # IBM Personal Power Series 830
31 options PLATFORM_IBM_7248 # IBM RS/6000 7248-100/120/133
32 options PLATFORM_IBM_7043_140 # IBM RS/6000 43P 7043-140
33 options PLATFORM_MOTOROLA_ULMB60XA # Motorola ULMB60xA (?)
34
35 options OPENPIC # OpenPIC support (7043-140)
36
37 # Standard system options
38
39 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
40 options NTP # NTP phase/frequency locked loop
41
42 options KTRACE # system call tracing via ktrace(1)
43
44 options SYSVMSG # System V-like message queues
45 options SYSVSEM # System V-like semaphores
46 #options SEMMNI=10 # number of semaphore identifiers
47 #options SEMMNS=60 # number of semaphores in system
48 #options SEMUME=10 # max number of undo entries per process
49 #options SEMMNU=30 # number of undo structures in system
50 options SYSVSHM # System V-like memory sharing
51 #options SHMMAXPGS=1024 # 1024 pages is the default
52
53 options LKM # loadable kernel modules
54
55 options USERCONF # userconf(4) support
56 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
57
58 # Diagnostic/debugging support options
59 options DIAGNOSTIC # cheap kernel consistency checks
60 #options DEBUG # expensive debugging checks/support
61 #options KMEMSTATS # kernel memory statistics (vmstat -m)
62 options DDB # in-kernel debugger
63 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
64 #makeoptions DEBUG="-g"
65
66 # Compatibility options
67 options COMPAT_13 # NetBSD 1.3,
68 options COMPAT_14 # NetBSD 1.4,
69 options COMPAT_15 # NetBSD 1.5,
70 options COMPAT_43 # and 4.3BSD
71 #options COMPAT_LINUX # Linux binary compatibility
72 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
73
74 # File systems
75 file-system FFS # UFS
76 file-system EXT2FS # second extended file system (linux)
77 file-system LFS # log-structured file system
78 file-system MFS # memory file system
79 file-system NFS # Network File System client
80 file-system NTFS # Windows/NT file system (experimental)
81 file-system CD9660 # ISO 9660 + Rock Ridge file system
82 file-system MSDOSFS # MS-DOS file system
83 file-system FDESC # /dev/fd
84 file-system KERNFS # /kern
85 file-system NULLFS # loopback file system
86 file-system OVERLAY # overlay file system
87 file-system PORTAL # portal filesystem (still experimental)
88 file-system PROCFS # /proc
89 file-system UMAPFS # NULLFS + uid and gid remapping
90 file-system UNION # union file system
91 #file-system CODA # Coda File System; also needs vcoda (below)
92
93 # File system options
94 options QUOTA # UFS quotas
95 options FFS_EI # FFS Endian Independant support
96 options SOFTDEP # FFS soft updates support.
97 options NFSSERVER # Network File System server
98 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
99 # immutable) behave as system flags.
100
101 # Networking options
102 #options GATEWAY # packet forwarding
103 options INET # IP + ICMP + TCP + UDP
104 options INET6 # IPv6
105 #options IPSEC # IP security
106 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
107 #options IPSEC_DEBUG # debug for IP security
108 #options MROUTING # IP multicast routing
109 options NETATALK # AppleTalk networking protocols
110 options PPP_BSDCOMP # BSD-Compress compression support for PPP
111 options PPP_DEFLATE # Deflate compression support for PPP
112 options PPP_FILTER # Active filter support for PPP (requires bpf)
113 options PFIL_HOOKS # pfil(9) packet filter hooks
114 options IPFILTER_LOG # ipmon(8) log support
115 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
116 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
117
118 # These options enable verbose messages for several subsystems.
119 # Warning, these may compile large string tables into the kernel!
120 options MIIVERBOSE # verbose PHY autoconfig messages
121 options PCIVERBOSE # verbose PCI device autoconfig messages
122 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
123 options PCMCIAVERBOSE # verbose PCMCIA configuration messages
124 options SCSIVERBOSE # human readable SCSI error messages
125 #options USBVERBOSE # verbose USB device autoconfig messages
126 #options RESIDUAL_DATA_DUMP # verbosely dump residual data
127
128 options NFS_BOOT_BOOTP
129 options NFS_BOOT_BOOTPARAM
130 options NFS_BOOT_DHCP
131
132 #
133 # wscons options
134 #
135 # builtin terminal emulations
136 options WSEMUL_VT100 # VT100 / VT220 emulation
137 # different kernel output - see dev/wscons/wsdisplayvar.h
138 options WS_KERNEL_FG=WSCOL_GREEN
139 #options WS_KERNEL_BG=WSCOL_BLACK
140 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
141 #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
142 # allocate a number of virtual screens at autoconfiguration time
143 #options WSDISPLAY_DEFAULTSCREENS=4
144 # use a large software cursor that doesn't blink
145 options PCDISPLAY_SOFTCURSOR
146
147 # Kernel root file system and dump configuration.
148 config netbsd root on ? type ?
149 #config netbsd root on tlp0 type nfs
150 #config netbsd root on le0 type nfs
151
152
153 #
154 # Device configuration
155 #
156
157 mainbus0 at root
158 cpu0 at mainbus0
159
160
161 # Basic Bus Support
162
163 # PCI bus support
164 pci0 at mainbus0 bus ?
165 pci* at pchb? bus ?
166 pci* at ppb? bus ?
167
168 options PCI_NETBSD_CONFIGURE
169
170 # PCI bridges
171 pchb* at pci? dev ? function ? # PCI-Host bridges
172 ppb* at pci? dev ? function ? # PCI-PCI bridges
173 pcib* at pci? dev ? function ? # PCI-ISA bridges
174
175 # ISA bus support
176 isa* at pcib? # ISA on PCI-ISA bridge
177
178 # PCMCIA bus support
179 pcmcia* at pcic? controller ? socket ?
180
181 # ISA PCMCIA controllers
182 pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
183
184 #options PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
185 #options PCIC_ISA_ALLOC_IOBASE=0x0400
186 #options PCIC_ISA_ALLOC_IOSIZE=0x0100
187
188 # ISA Plug-and-Play bus support
189 isapnp0 at isa?
190
191 # on-board I/O for IBM Personal Power Series 830 IDE controller
192 obio0 at mainbus0
193
194
195 # Console Devices
196
197 # wscons
198 pckbc0 at isa? # pc keyboard controller
199 pckbd* at pckbc? # PC keyboard
200 pms* at pckbc? # PS/2 mouse for wsmouse
201 vga* at pci?
202 wsdisplay* at vga? console ?
203 wskbd* at pckbd? console ?
204 wsmouse* at pms? mux 0
205
206 pcppi0 at isa? # PC prog. periph. interface
207 isabeep0 at pcppi? # "keyboard" beep
208
209 mcclock0 at isa? port 0x70 # mc146818 and compatible
210 mkclock0 at isa? port 0x74 # mk48t18 and compatible
211
212
213 # Serial Devices
214
215 # ISA serial interfaces
216 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
217 com1 at isa? port 0x2f8 irq 3
218
219 # PCMCIA serial interfaces
220 com* at pcmcia? function ? # Modems and serial cards
221
222 pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
223 com* at pcmcom? slave ? # ...and the slave devices
224
225
226 # Parallel Printer Interfaces
227
228 # ISA parallel printer interfaces
229 lpt0 at isa? port 0x3bc irq 7 # standard PC parallel ports
230
231
232 # SCSI Controllers and Devices
233
234 # PCI SCSI controllers
235 adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
236 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
237 iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
238 pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
239 siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
240
241 # PCMCIA SCSI controllers
242 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
243
244 # SCSI bus support
245 scsibus* at adw?
246 scsibus* at ahc?
247 scsibus* at aic?
248 scsibus* at iha?
249 scsibus* at pcscp?
250 scsibus* at siop?
251
252 # SCSI devices
253 sd* at scsibus? target ? lun ? # SCSI disk drives
254 st* at scsibus? target ? lun ? # SCSI tape drives
255 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
256 ch* at scsibus? target ? lun ? # SCSI autochangers
257 ss* at scsibus? target ? lun ? # SCSI scanners
258 uk* at scsibus? target ? lun ? # SCSI unknown
259
260
261 # IDE and related devices
262
263 # IBM Personal Power Series 830 IDE controller
264 wdc0 at obio? port 0x1f0 irq 13
265 wdc1 at obio? port 0x170 irq 13
266
267 # ISA Plug-and-Play IDE controllers
268 wdc* at isapnp?
269
270 # PCMCIA IDE controllers
271 wdc* at pcmcia? function ?
272
273 # IDE drives
274 # Flags are used only with controllers that support DMA operations
275 # and mode settings (e.g. some pciide controllers)
276 # The lowest order four bits (rightmost digit) of the flags define the PIO
277 # mode to use, the next set of four bits the DMA mode and the third set the
278 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
279 # to use, and the last bit must be 1 for this setting to be used.
280 # For DMA and UDMA, 0xf (1111) means 'disable'.
281 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
282 # (0xc=1100, 0xa=1010, 0xf=1111)
283 # 0x0000 means "use whatever the drive claims to support".
284 wd* at wdc? channel ? drive ? flags 0x0000
285
286 # ATAPI bus support
287 atapibus* at wdc? channel ?
288
289 # ATAPI devices
290 # flags have the same meaning as for IDE drives.
291 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
292 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
293 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
294
295
296 # Network Interfaces
297
298 # PCI network interfaces
299 ep* at pci? dev ? function ? # 3Com 3c59x
300 ex* at pci? dev ? function ? # 3Com 3c90x[BC]
301 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
302 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
303 pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
304 rtk* at pci? dev ? function ? # Realtek 8129/8139
305 sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
306 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
307 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
308
309 # ISA network interfaces
310 ep* at isa? port ? irq ? # 3Com 3c509 Ethernet
311 ne0 at isa? port 0x280 irq 9 # NE2000-compatible Ethernet
312 ne1 at isa? port 0x300 irq 10
313 we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
314
315 # ISA Plug-and-Play network intefaces
316 ep* at isapnp? # 3Com 3c509 Ethernet
317 ne* at isapnp? # NE2000-compatible Ethernet
318
319 # PCMCIA network interfaces
320 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
321 ne* at pcmcia? function ? # NE2000-compatible Ethernet
322
323 # MII/PHY support
324 dmphy* at mii? phy ? # Davicom DM9101 PHYs
325 exphy* at mii? phy ? # 3Com internal PHYs
326 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
327 inphy* at mii? phy ? # Intel 82555 PHYs
328 iophy* at mii? phy ? # Intel 82553 PHYs
329 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
330 nsphy* at mii? phy ? # NS83840 PHYs
331 nsphyter* at mii? phy ? # NS83843 PHYs
332 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
333 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
334 tlphy* at mii? phy ? # ThunderLAN PHYs
335 tqphy* at mii? phy ? # TDK Semiconductor PHYs
336 ukphy* at mii? phy ? # generic unknown PHYs
337
338
339 # USB Controller and Devices
340
341 # PCI USB controllers
342 #uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
343 #ohci* at pci? dev ? function ? # Open Host Controller
344
345 # USB bus support
346 #usb* at uhci?
347 #usb* at ohci?
348
349 # USB Hubs
350 #uhub* at usb?
351 #uhub* at uhub? port ? configuration ? interface ?
352
353 # USB HID device
354 #uhidev* at uhub? port ? configuration ? interface ?
355
356 # USB Mice
357 #ums* at uhidev? reportid ?
358 #wsmouse* at ums? mux 0
359
360 # USB Keyboards
361 #ukbd* at uhidev? reportid ?
362 #wskbd* at ukbd? console ? mux 1
363
364 # USB Generic HID devices
365 #uhid* at uhidev? reportid ?
366
367 # USB Printer
368 #ulpt* at uhub? port ? configuration ? interface ?
369
370 # USB Modem
371 #umodem* at uhub? port ? configuration ?
372 #ucom* at umodem?
373
374 # USB Mass Storage
375 #umass* at uhub? port ? configuration ? interface ?
376 #scsibus* at umass? channel ?
377 #atapibus* at umass? channel ?
378
379 # USB audio
380 #uaudio* at uhub? port ? configuration ?
381
382 # USB Ethernet adapters
383 #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
384 #cue* at uhub? port ? # CATC USB-EL1201A based adapters
385 #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
386
387 # Prolofic PL2301/PL2302 host-to-host adapter
388 #upl* at uhub? port ?
389
390 # Serial adapters
391 #uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
392 #ucom* at uftdi? portno ?
393
394 #umct* at uhub? port ? # MCT USB-RS232 serial adapter
395 #ucom* at umct? portno ?
396
397 #uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
398 #ucom* at uplcom? portno ?
399
400 #uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
401 #ucom* at uvscom? portno ?
402
403 # Diamond Multimedia Rio 500
404 #urio* at uhub? port ?
405
406 # USB Handspring Visor
407 #uvisor* at uhub? port ?
408 #ucom* at uvisor?
409
410 # Y@P firmware loader
411 #uyap* at uhub? port ?
412
413 # USB Generic driver
414 #ugen* at uhub? port ?
415
416 # USB scanners
417 #uscanner* at uhub? port ?
418
419
420 # Audio device
421
422 # ISA Plug-and-Play audio devices
423 #wss* at isapnp? # CS4232
424
425 # Audio support
426 #audio* at uaudio?
427 #audio* at wss?
428
429 # MIDI support
430 midi* at pcppi? # MIDI interface to the PC speaker
431
432 # The spkr driver provides a simple tone interface to the built in speaker.
433 spkr0 at pcppi? # PC speaker
434
435
436 # Joysticks
437
438 # ISA Plug-and-Play joysticks
439 joy* at isapnp? # Game ports (usually on audio cards)
440
441 # ISA joysticks. Probe is a little strange; add only if you have one.
442 #joy0 at isa? port 0x201
443
444
445 # Pseudo-Devices
446
447 # disk/mass storage pseudo-devices
448 pseudo-device ccd 4 # concatenated/striped disk devices
449 #pseudo-device raid 8 # RAIDframe disk driver
450 #options RAID_AUTOCONFIG # auto-configuration of RAID components
451 # Options to enable various other RAIDframe RAID types.
452 # options RF_INCLUDE_EVENODD=1
453 # options RF_INCLUDE_RAID5_RS=1
454 # options RF_INCLUDE_PARITYLOGGING=1
455 # options RF_INCLUDE_CHAINDECLUSTER=1
456 # options RF_INCLUDE_INTERDECLUSTER=1
457 # options RF_INCLUDE_PARITY_DECLUSTERING=1
458 # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
459 pseudo-device md 1 # memory disk device (ramdisk)
460 pseudo-device vnd 4 # disk-like interface to files
461
462 # network pseudo-devices
463 pseudo-device loop # network loopback
464 pseudo-device bpfilter 8 # Berkeley packet filter
465 pseudo-device ipfilter # IP filter (firewall) and NAT
466 pseudo-device ppp 2 # Point-to-Point Protocol
467 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
468 pseudo-device sl 2 # Serial Line IP
469 pseudo-device strip 2 # Starmode Radio IP (Metricom)
470 pseudo-device tun 2 # network tunneling over tty
471 pseudo-device gre 2 # generic L3 over IP tunnel
472 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
473 #pseudo-device faith 2 # IPv[46] tcp relay translation i/f
474 #pseudo-device stf 2 # 6to4 IPv6 over IPv4 encapsulation
475 pseudo-device vlan # IEEE 802.1q encapsulation
476 pseudo-device bridge # simple inter-network bridging
477
478 # miscellaneous pseudo-devices
479 pseudo-device pty # pseudo-terminals
480 pseudo-device tb 1 # tablet line discipline
481 pseudo-device sequencer 1 # MIDI sequencer
482 pseudo-device rnd # /dev/random and in-kernel generator
483 #options RND_COM # use "com" randomness as well
484 pseudo-device clockctl # user control of clock subsystem
485
486 # a pseudo device needed for Coda # also needs CODA (above)
487 #pseudo-device vcoda 4 # coda minicache <-> venus comm.
488
489 # wscons pseudo-devices
490 pseudo-device wsmux # mouse & keyboard multiplexor
491 pseudo-device wsfont
492