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