Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / amiga / conf / GENERIC.in
blobf87e78ecef9f226461fbc4edc54a37037b4d83d0
1 # $NetBSD: GENERIC.in,v 1.72 2009/01/12 19:11:41 mhitch Exp $
3 # GENERIC machine description file
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.
9 # The machine description file can be customised for your specific
10 # machine to reduce the kernel size and improve its performance.
12 # For further information on compiling NetBSD kernels, see the config(8)
13 # man page.
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.
21 m4_divert(-1)
23 # GENERIC Amiga or DraCo
25 # This configuration file contains all possible options
27 # make AMIGA extracts the AMIGA configuration file.
28 # make DRACO extracts the DRACO configuration file.
29 # make GENERIC extracts the GENERIC configuration file.
30 # make INSTALL extracts the INSTALL configuration file.
31 # make WSCONS extracts the WSCONS configuration file.
33 # commit them, too.
36 # Define XXX_CONFIGURATION
38 m4_define(M4_Target`_CONFIGURATION', `')
40 # If not building AMIGA, set DRACO_CONFIGURATION
42 m4_ifelse(M4_Target, `AMIGA', `', `m4_define(`DRACO_CONFIGURATION', `')')
44 # If not building DRACO, set AMIGA_CONFIGURATION
46 m4_ifelse(M4_Target, `DRACO', `', `m4_define(`AMIGA_CONFIGURATION', `')')
48 # If building WSCONS, uncomment various options
50 m4_ifdef(`WSCONS_CONFIGURATION', `m4_define(`WSOFF', `wson')', `m4_define(`WSOFF', `wsoff')')
53 m4_divert(0)m4_dnl
55 include "arch/amiga/conf/std.amiga"
57 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
59 #ident          "GENERIC-$Revision: 1.73 $"
61 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
62 makeoptions     COPTS="-Os"
63 ')m4_dnl
65 maxusers        8
66 options         RTC_OFFSET=0
69 # mainboards to support (in addition to Amiga)
71 m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl
72 options         DRACO
73 ')m4_dnl
74 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
75 options         BB060STUPIDROM  # You need this, if you have a non-DraCo
76                                 # MC68060 with an OS ROM up to (at least)
77                                 # V40 (OS3.1) and want to boot with the
78                                 # bootblock.
79                                 # You do not need this if you have a DraCo,
80                                 # have no 68060 or NEVER use the bootblock
81 options         P5PPC68KBOARD   # Phase5 PPC/68K board support
82 ')m4_dnl
84 # processors this kernel should support
86 options         M68060          # support for 060
87 options         M060SP          # MC68060 software support (Required for 060)
88 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
89 options         M68040          # support for 040
90 options         FPSP            # MC68040 floating point support
91 options         M68030          # support for 030
92 options         M68020          # support for 020/851
93 options         FPU_EMULATE     # FPU emulation
94 ')m4_dnl
97 # Networking options
99 options         INET            # IP networking support (Required)
100 options         INET6           # IPV6
101 #options        IPSEC           # IP security
102 #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
103 #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)
104 #options        IPSEC_DEBUG     # debug for IP security
105 #options        GATEWAY         # Packet forwarding
106 #options        DIRECTED_BROADCAST      # Broadcast across subnets
108 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
109 #options        MROUTING        # Multicast routing
110 #options        PIM             # Protocol Independent Multicast
111 #options        ISO,TPIP        # OSI
112 #options        EON             # OSI tunneling over IP
113 options         NETATALK        # AppleTalk networking protocols
114 #options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
115 ')m4_dnl
117 options         PPP_BSDCOMP     # BSD-Compress compression support for PPP
118 options         PPP_DEFLATE     # Deflate compression support for PPP
119 options         PPP_FILTER      # Active filter support for PPP (requires bpf)
120 options         PFIL_HOOKS      # pfil(9) packet filter hooks
121 options         IPFILTER_LOG    # ipmon(8) log support
122 options         IPFILTER_LOOKUP # ippool(8) support
123 #options        IPFILTER_DEFAULT_BLOCK  # block all packets by default
125 #options        ALTQ            # Manipulate network interfaces' output queues
126 #options        ALTQ_BLUE       # Stochastic Fair Blue
127 #options        ALTQ_CBQ        # Class-Based Queueing
128 #options        ALTQ_CDNR       # Diffserv Traffic Conditioner
129 #options        ALTQ_FIFOQ      # First-In First-Out Queue
130 #options        ALTQ_FLOWVALVE  # RED/flow-valve (red-penalty-box)
131 #options        ALTQ_HFSC       # Hierarchical Fair Service Curve
132 #options        ALTQ_LOCALQ     # Local queueing discipline
133 #options        ALTQ_PRIQ       # Priority Queueing
134 #options        ALTQ_RED        # Random Early Detection
135 #options        ALTQ_RIO        # RED with IN/OUT
136 #options        ALTQ_WFQ        # Weighted Fair Queueing
138 # Filesystems
139 file-system     FFS             # Berkeley fast file system
140 file-system     EXT2FS          # second extended file system (linux)
141 #file-system    LFS             # log-structured filesystem (experimental)
143 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
144 file-system     MFS             # Memory based filesystem
145 ')m4_dnl
147 file-system     NFS             # Network File System client side code
148 file-system     ADOSFS          # AmigaDOS file system
149 file-system     CD9660          # ISO 9660 + Rock Ridge filesystem
150 file-system     MSDOSFS         # MS-DOS filesystem
152 file-system     KERNFS          # kernel data-structure filesystem
154 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
155 file-system     FDESC           # user file descriptor filesystem
156 file-system     NULLFS          # loopback filesystem
157 file-system     OVERLAY         # overlay filesystem
158 file-system     PROCFS          # /proc filesystem
159 file-system     UMAPFS          # NULLFS + uid and gid remapping
160 file-system     UNION           # union filesystem
161 file-system     SMBFS           # experimental - CIFS; also needs nsmb (below)
162 file-system     PTYFS           # /dev/pts/N support
163 #file-system    TMPFS           # Efficient memory file-system
164 #file-system    UDF             # experimental - OSTA UDF CD/DVD file-system
165 ')m4_dnl
167 # Filesystem options
169 #options        FFS_EI          # FFS Endian Independant support
170 options         WAPBL           # File system journaling support - Experimental
172 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
173 options         QUOTA           # User and group quotas in FFS
174 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
175 options         NFSSERVER       # Network File System server side code
176 #options        FFS_NO_SNAPSHOT # No FFS snapshot support
177 ')m4_dnl
179 #options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
180                                 # immutable) behave as system flags.
183 # Compatibility options for various existing systems
186 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
187 #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
188 options         COMPAT_43       # compatibility with 4.3BSD interfaces
189 options         COMPAT_09       # compatibility with NetBSD 0.9
190 options         COMPAT_10       # compatibility with NetBSD 1.0
191 options         COMPAT_12       # compatibility with NetBSD 1.2
192 options         COMPAT_13       # compatibility with NetBSD 1.3
193 options         COMPAT_14       # compatibility with NetBSD 1.4
194 options         COMPAT_15       # compatibility with NetBSD 1.5
195 options         COMPAT_16       # compatibility with NetBSD 1.6
196 options         COMPAT_20       # compatibility with NetBSD 2.0
197 options         COMPAT_30       # NetBSD 3.0 compatibility.
198 options         COMPAT_40       # NetBSD 4.0 compatibility.
199 options         COMPAT_50       # NetBSD 5.0 compatibility.
200 options         COMPAT_SUNOS    # Support to run Sun (m68k) executables
201 options         COMPAT_SVR4     # Support to run SVR4 (m68k) executables
202 options         COMPAT_NOMID    # allow nonvalid machine id executables
203 #options        COMPAT_LINUX    # Support to run Linux/m68k executables
204 ')m4_dnl
206 options         EXEC_AOUT       # 32-bit aout executables (NetBSD-1.5.x)
207 options         COMPAT_AOUT_M68K # actually make some system calls work.
208 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
210 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
212 # Support for System V IPC facilities.
214 options         SYSVSHM         # System V-like shared memory
215 options         SYSVMSG         # System V-like messages
216 options         SYSVSEM         # System V-like semaphores
217 options         P1003_1B_SEMAPHORE # p1003.1b semaphore support
218 ')m4_dnl
221 # Support for various kernel options
224 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
225 options         KTRACE          # system call tracing support
226 ')m4_dnl
227 #options        INSECURE        # disable kernel security levels
228 options         SCSIVERBOSE     # human readable SCSI error messages
229 options         USERCONF        # userconf(4) support
230 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
231 options         PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
232 options         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
233 ', `m4_dnl
234 options         NTP             # NTP phase/frequency locked loop
235 #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)
236 ')m4_dnl
238 # Enable experimental buffer queue strategy for better responsiveness under 
239 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
240 #options        BUFQ_READPRIO
241 #options        BUFQ_PRIOCSCAN
244 # Misc. debugging options
246 options         DDB             # Kernel debugger
247 #options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
248 #options        DIAGNOSTIC      # Extra kernel sanity checks
249 #options        DEBUG           # Enable misc. kernel debugging code
250 #options        SYSCALL_DEBUG   # debug all syscalls.
251 #options        SCSIDEBUG       # Add SCSI debugging statements
252 #options        PANICBUTTON     # Forced crash via keypress (?)
255 # Amiga specific options
257 #options        LIMITMEM=24     # Do not use more than LIMITMEM MB of the
258                                 # first bank of RAM. (default: unlimited)
259 #options        NKPTADD=4       # set this for 4 additional KPT pages
260 #options        NKPTADDSHIFT=24 # set this for 1 additional KPT page
261                                 # per 16 MB (1<<24 bytes) of RAM
262                                 # uncomment and decrease this, or uncomment and
263                                 # increase NKPTADD if you get "out of PT pages"
264                                 # panics.
266 # ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
267 # before the 10 secondinterval ends, or that KBDRESET does work at all.
268 #options        KBDRESET        # sync on Ctrl-Amiga-Amiga
270 # These options improve performance with the built-in serial port
271 # on slower Amigas.  Try the larger buffers first then lev6_defer.
272 #options        SERIBUF_SIZE=4096
273 #options        SEROBUF_SIZE=32
274 #options        LEV6_DEFER      # defers l6 to l4 (below serial l5)
276 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
277 #options        DEVRELOAD       # implement /dev/reload
278 #                               # currently only works for a.out kernels
279 ')m4_dnl
281 options         RETINACONSOLE   # enable code to allow retina to be console
282 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
283 options         ULOWELLCONSOLE  # enable code to allow a2410 to be console
284 options         CL5426CONSOLE   # Cirrus console
285 options         CV64CONSOLE     # CyberVision console
286 options         TSENGCONSOLE    # Tseng console
287 options         CV3DCONSOLE     # CyberVision 64/3D console
289 options         GRF_ECS         # Enhanced Chip Set
290 options         GRF_NTSC        # NTSC
291 options         GRF_PAL         # PAL
292 options         GRF_A2024       # Support for the A2024
293 options         GRF_AGA         # AGA Chip Set
294 options         GRF_AGA_VGA     # AGA VGAONLY timing
295 options         GRF_SUPER72     # AGA Super-72
296 ')m4_dnl
297 #options        KFONT_8X11      # 8x11 font
299 # select a font for the console according to the character set and keymap
300 # you want to use
301 options        KFONT_CONS_ISO8859_1
302 #options         KFONT_CONS_ISO8859_2
304 # This is how you would tell the kernel the A2410 oscillator frequencies:
305 # The used frequencies are the defaults, and do not need option setting
306 #options        ULOWELL_OSC1=36000000
307 #options        ULOWELL_OSC2=66667000
309 # This is how you specify the blitting speed, higher values may speed up blits
310 # a littel bit.  If you raise this value too much some trash may appear.
311 # the commented version is the default.
312 #options        RH_MEMCLK=61000000
313 # this option enables the 64 bit sprite which does not work
314 # for quite a few people.  E.g. The cursor sprite will turn to a block
315 # when moved to the top of the screen in X.
316 #options        RH_64BIT_SPRITE
317 # enables fast scroll code appears to now work on 040 systems.
318 #options        RETINA_SPEED_HACK
319 # enables the Hardwarecursor which does not work on some systems.
320 #options        RH_HARDWARECURSOR
322 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
323 # wscons aware interface to amiga custom chips.
324 # If you enable it enable also wskbd.
326 m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl
327 amidisplaycc0   at mainbus0             # wscons interface to custom chips
328 wsdisplay0      at amidisplaycc0 console ?
329 options         WSEMUL_VT100
330 options         FONT_VT220L8x10
331 options         FONT_VT220ISO8x16
332 ', `
333 #amidisplaycc0  at mainbus0             # wscons interface to custom chips
334 #wsdisplay0     at amidisplaycc0 console ?
335 #options        WSEMUL_VT100
336 #options        FONT_VT220L8x10
337 #options        FONT_VT220ISO8x16
338 ')m4_dnl
339 ')m4_dnl
341 m4_ifdef(`WSCONS_CONFIGURATION', `', `m4_dnl
342 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
343 grfcc0          at mainbus0             # custom chips
344 grfrt0          at zbus0                # retina II
345 ')m4_dnl
346 grfrh0          at zbus0                # retina III
347 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
348 grfcl*          at zbus0                # Picasso II/Piccolo/Spectrum
349 grful0          at zbus0                # A2410
350 grfcv0          at zbus0                # CyberVision 64
351 grfet*          at zbus0                # Tseng (oMniBus, Domino, Merlin)
352 grfcv3d0        at zbus0                # CyberVision 64/3D
353 ')m4_dnl
355 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
356 grf0            at grfcc0
357 grf1            at grfrt0
358 ')m4_dnl
359 grf2            at grfrh0
360 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
361 grf3            at grfcl?
362 grf4            at grful0
363 grf5            at grfcv0
364 grf6            at grfet?
365 grf7            at grfcv3d0
366 ite0            at grf0                 # terminal emulators for grfs
367 ite1            at grf1                 # terminal emulators for grfs
368 ')m4_dnl
369 ite2            at grf2                 # terminal emulators for grfs
370 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
371 ite3            at grf3                 # terminal emulators for grfs
372 ite4            at grf4                 # terminal emulators for grfs
373 ite5            at grf5                 # terminal emulators for grfs
374 ite6            at grf6                 # terminal emulators for grfs
375 ite7            at grf7                 # terminal emulators for grfs
376 ')m4_dnl
377 ')m4_dnl
379 msc0            at zbus0                # A2232 MSC multiport serial.
380 mfc0            at zbus0                # MultiFaceCard I/O board
381 mfcs0           at mfc0 unit 0          # MFC serial
382 mfcs1           at mfc0 unit 1          # MFC serial
383 #mfcp0          at mfc0 unit 0          # MFC parallel [not available yet]
384 #mfc1           at zbus0                # MultiFaceCard 2nd I/O board
385 #mfcs2          at mfc1 unit 0
386 #mfcs3          at mfc1 unit 1
387 #mfcp1          at mfc1 unit 0
389 hyper*          at zbus?                # zbus HyperCom3/3+/4/4+
390 #hyper*         at mainbus0             # not yet: HyperCom1 + HyperCom3
391 com*            at hyper? port ?        # Hypercom3/4 serial ports
392 lpt*            at hyper? port ?        # Hypercom3+/4+ parallel port
394 #options        IOBZCLOCK=22118400      # default, uncomment the next line
395 #options        IOBZCLOCK=24000000      # if needed.
397 iobl*           at zbus?                # zbus IOBlix
398 com*            at iobl? port ?         # IOBlix serial ports
399 lpt*            at iobl? port ?         # IOBlix parallel ports
403 # Keyboard device. Optionally can attach a wskbd.
404 # wskbd works together with a wsdisplay so enable them both if you will.
405 # Don't enable wskbd if you use ite.
407 # XXX in std.amiga: kbd0 at mainbus0
408 m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl
409 wskbd0          at kbd0 console ?
410 ', `
411 #wskbd0         at kbd0 console ?
412 ')m4_dnl
415 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
417 # Amiga Mainboard devices (sans graphics and keyboard)
420 ser0            at mainbus0             # Amiga onboard serial
421 par0            at mainbus0             # Amiga onboard parallel
422 ms*             at mainbus0             # Amiga mice
423 fdc0            at mainbus0             # Amiga FDC
424 fd*             at fdc0 unit ?          # floppy disks on the later
425 a34kbbc0        at mainbus0             # A3000/A4000 battery backed clock
426 a2kbbc0         at mainbus0             # A2000 battery backed clock
427 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
428 aucc*           at mainbus0             # Amiga CC audio
429 audio*          at aucc?
430 ')m4_dnl
431 ')m4_dnl
433 m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl
434 wsmouse*        at ms?
435 ', `
436 #wsmouse*       at ms?
437 ')m4_dnl
439 m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl
441 # DraCo Mainboard devices (sans keyboard)
444 drbbc0          at mainbus0             # DraCo battery backed clock
445 drsupio0        at mainbus0             # DraCo superio chip
446 com*            at drsupio? port ?      # DraCo serial
447 lpt0            at drsupio? port ?      # DraCo parallel
448 ')m4_dnl
451 # Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
454 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
455 m4_ifdef(`DRACO_CONFIGURATION', `', `m4_dnl
456 # Alas, Melody-Z2 dont configure in the DraCo bus.
457 melody*         at zbus0                # Melody MPEG audio decoder
458 audio*          at melody?
459 ')m4_dnl
461 repulse*        at zbus0                # ALiENDESiGN Repulse
462 audio*          at repulse?
464 toccata*        at zbus0                # MacroSystem GmbH Toccata
465 audio*          at toccata?
466 ')m4_dnl
468 # Ethernet cards:
469 le*             at zbus0                # A2065, Ameristar, Ariadne
470 ne*             at zbus0                # AriadneII, X-surf
471 ed*             at zbus0                # Hydra, ASDG LanRover
472 es*             at zbus0                # CEI A4066 EthernetPLUS
473 qn*             at zbus0                # Quicknet
475 # Arcnet
476 bah*            at zbus0                # C=/Ameristar A2060 / 560
478 m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
479 # Greater Valley Product Bus
480 gvpbus*         at zbus0
482 # scsi stuff, all possible
483 gtsc0           at gvpbus?              # GVP series II scsi
484 scsibus*        at gtsc0
485 ahsc0           at mainbus0             # A3000 scsi
486 scsibus*        at ahsc0
487 atzsc0          at zbus0                # A2091 scsi
488 scsibus*        at atzsc0
489 wstsc0          at zbus0                # Wordsync II scsi
490 scsibus*        at wstsc0
491 ivsc0           at zbus0                # IVS scsi
492 scsibus*        at ivsc0
493 mlhsc0          at zbus0                # Hacker scsi
494 scsibus*        at mlhsc0
495 otgsc0          at zbus0                # 12 gauge scsi
496 scsibus*        at otgsc0
497 zssc0           at zbus0                # Zeus scsi
498 scsibus*        at zssc0
499 mgnsc0          at zbus0                # Magnum scsi
500 scsibus*        at mgnsc0
501 wesc0           at zbus0                # Warp Engine scsi
502 scsibus*        at wesc0
503 afsc0           at zbus0                # A4091 scsi
504 scsibus*        at afsc0
505 aftsc0          at mainbus0             # A4000T scsi
506 scsibus*        at aftsc0
507 flsc0           at zbus0                # FastlaneZ3 scsi
508 scsibus*        at flsc0
509 bzsc0           at zbus0                # Blizzard 1230 I,II scsi
510 scsibus*        at bzsc0
511 bzivsc0         at zbus0                # Blizzard 12x0 IV scsi
512 scsibus*        at bzivsc0
513 bztzsc0         at zbus0                # Blizzard 2060 scsi
514 scsibus*        at bztzsc0
515 cbsc0           at zbus0                # CyberSCSI I
516 scsibus*        at cbsc0
517 cbiisc0         at zbus0                # CyberSCSI II
518 scsibus*        at cbiisc0
519 cbiiisc0        at zbus0                # Cyberstorm mk.III/Cyberstorm PPC SCSI
520 scsibus*        at cbiiisc0
521 empsc0          at zbus0                # Emplant scsi
522 scsibus*        at empsc0
524 wdc0            at mainbus0             # A4000 & A1200 IDE bus
525 wdc*            at zbus0                # Buddha / Catweasel
527 atabus*         at wdc? channel ?       # ATA bus
528 wd*             at atabus? drive ?      #  + drives
529 atapibus*       at atabus?              # ATAPI bus
530 cd*             at atapibus? drive ?    # ATAPI CD-ROM drives
531 sd*             at atapibus? drive ?    # ATAPI disk drives
533 pccard0         at mainbus0
534 pcmcia*         at pccard0
535 com*            at pcmcia? function ?           # Modems and serial cards
536 pcmcom*         at pcmcia? function ?           # PCMCIA multi-port serial cards
537 aic*            at pcmcia? function ?           # Adaptec APA-1460 SCSI
538 wdc*            at pcmcia? function ?
539 awi*            at pcmcia? function ?           # BayStack 650 (802.11FH)
540 ep*             at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet
541 mbe*            at pcmcia? function ?           # MB8696x based Ethernet
542 ne*             at pcmcia? function ?           # NE2000-compatible Ethernet
543 sm*             at pcmcia? function ?           # Megahertz Ethernet
544 mhzc*           at pcmcia? function ?   # Megahertz Ethernet/Modem combo cards
545 com*            at mhzc?
546 sm*             at mhzc?
548 ')m4_dnl
550 m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl
551 drsc0           at mainbus0             # DraCo scsi
552 scsibus*        at drsc0
553 ')m4_dnl
556 # each hard drive from low target to high
557 # will configure to the next available sd unit number
558 sd*     at scsibus? target ? lun ?      # scsi disks
559 st*     at scsibus? target ? lun ?      # scsi tapes
560 cd*     at scsibus? target ? lun ?      # scsi cds
561 ch*     at scsibus? target ? lun ?      # scsi autochangers
562 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
563 ss*     at scsibus? target ? lun ?      # scsi scanner
564 uk*     at scsibus? target ? lun ?      # scsi unknown
565 ')m4_dnl
567 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
569 # accept filters
570 pseudo-device   accf_data               # "dataready" accept filter
571 pseudo-device   accf_http               # "httpready" accept filter
572 ')m4_dnl
574 pseudo-device   loop                    # loopback network interface
575 pseudo-device   sl                      # SLIP network interfaces
576 pseudo-device   ppp                     # PPP network interfaces
577 pseudo-device   pppoe                   # PPP over Ethernet (RFC 2516)
578 pseudo-device   tun                     # network tunnel line discipline
579 pseudo-device   tap                     # virtual Ethernet
580 #pseudo-device  gre                     # generic L3 over IP tunnel
581 pseudo-device   bpfilter                # Berkeley packet filter
582 #pseudo-device  carp                    # Common Address Redundancy Protocol
583 pseudo-device   ipfilter                # IP Filter package
584 pseudo-device   gif                     # IPv[46] over IPv[46] tunnel (RFC1933)
585 #pseudo-device  faith                   # IPv[46] tcp relay translation i/f
586 pseudo-device   stf                     # 6to4 IPv6 over IPv4 encapsulation
587 pseudo-device   vlan                    # IEEE 802.1q encapsulation
588 pseudo-device   bridge                  # simple inter-network bridging
589 #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
590 pseudo-device   agr                     # IEEE 802.3ad link aggregation
591 #pseudo-device  pf                      # PF packet filter
592 #pseudo-device  pflog                   # PF log if
593 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
594 #pseudo-device  fss             4       # file system snapshot device
595 ', `m4_dnl
596 pseudo-device   fss             4       # file system snapshot device
597 ')m4_dnl
599 pseudo-device   view            4       # views (needed for grfcc)
600 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
601 pseudo-device   pty             2       # pseudo-terminals
602 ', `m4_dnl
603 pseudo-device   pty                     # pseudo-terminals
604 ')m4_dnl
605 pseudo-device   clockctl                # user control of clock subsystem
607 m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl
608 pseudo-device   wsfont                  # wsfont(4) dynamic font loading support
609 pseudo-device   wsmux                   # mouse & keyboard multiplexor
610 ', `m4_dnl
611 #pseudo-device  wsfont                  # wsfont(4) dynamic font loading support
612 #pseudo-device  wsmux                   # mouse & keyboard multiplexor
613 ')m4_dnl
615 pseudo-device   vnd                     # vnode pseudo-disks
616 #options        VND_COMPRESSION         # compressed vnd(4)
617 pseudo-device   ccd             4       # concatenated disk devices
618 #pseudo-device  cgd             4       # cryptographic disk devices
619 pseudo-device   raid            8       # RAIDframe disk driver
620 options         RAID_AUTOCONFIG         # auto-configuration of RAID components
621 # Options to enable various other RAIDframe RAID types.
622 # options       RF_INCLUDE_EVENODD=1
623 # options       RF_INCLUDE_RAID5_RS=1
624 # options       RF_INCLUDE_PARITYLOGGING=1
625 # options       RF_INCLUDE_CHAINDECLUSTER=1
626 # options       RF_INCLUDE_INTERDECLUSTER=1
627 # options       RF_INCLUDE_PARITY_DECLUSTERING=1
628 # options       RF_INCLUDE_PARITY_DECLUSTERING_DS=1
630 pseudo-device   rnd                     # /dev/random and in-kernel generator
631 #options        RND_COM                 # use "com" randomness as well (BROKEN)
633 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
634 pseudo-device   ksyms                   # /dev/ksyms (kernel symbols)
635 pseudo-device   nsmb                    # experimental - SMB requester
636 ')m4_dnl
638 # Veriexec
640 # a pseudo device needed for veriexec
641 #pseudo-device  veriexec                1
643 # Uncomment the fingerprint methods below that are desired. Note that
644 # removing fingerprint methods will have almost no impact on the kernel
645 # code size.
647 #options VERIFIED_EXEC_FP_RMD160
648 #options VERIFIED_EXEC_FP_SHA256
649 #options VERIFIED_EXEC_FP_SHA384
650 #options VERIFIED_EXEC_FP_SHA512
651 #options VERIFIED_EXEC_FP_SHA1
652 #options VERIFIED_EXEC_FP_MD5
654 config  netbsd root on ? type ?