GENERIC.in revision 1.80
1# $NetBSD: GENERIC.in,v 1.80 2011/07/01 13:30:18 rkujawa 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.80 $" 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 111#options 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 123options IPFILTER_COMPAT # Compat for IP-Filter 124#options IPFILTER_DEFAULT_BLOCK # block all packets by default 125 126#options ALTQ # Manipulate network interfaces' output queues 127#options ALTQ_BLUE # Stochastic Fair Blue 128#options ALTQ_CBQ # Class-Based Queueing 129#options ALTQ_CDNR # Diffserv Traffic Conditioner 130#options ALTQ_FIFOQ # First-In First-Out Queue 131#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 132#options ALTQ_HFSC # Hierarchical Fair Service Curve 133#options ALTQ_LOCALQ # Local queueing discipline 134#options ALTQ_PRIQ # Priority Queueing 135#options ALTQ_RED # Random Early Detection 136#options ALTQ_RIO # RED with IN/OUT 137#options ALTQ_WFQ # Weighted Fair Queueing 138 139# Filesystems 140file-system FFS # Berkeley fast file system 141file-system EXT2FS # second extended file system (linux) 142#file-system LFS # log-structured filesystem (experimental) 143 144m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 145file-system MFS # Memory based filesystem 146')m4_dnl 147 148file-system NFS # Network File System client side code 149file-system ADOSFS # AmigaDOS file system 150file-system CD9660 # ISO 9660 + Rock Ridge filesystem 151file-system MSDOSFS # MS-DOS filesystem 152 153file-system KERNFS # kernel data-structure filesystem 154 155m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 156file-system FDESC # user file descriptor filesystem 157file-system NULLFS # loopback filesystem 158file-system OVERLAY # overlay 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 164file-system TMPFS # 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 Independent support 171options WAPBL # File system journaling support - Experimental 172 173m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 174options QUOTA # legacy UFS quotas 175options QUOTA2 # new, in-filesystem UFS quotas 176#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 177options NFSSERVER # Network File System server side code 178#options FFS_NO_SNAPSHOT # No FFS snapshot support 179')m4_dnl 180 181#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 182 # immutable) behave as system flags. 183 184# 185# Compatibility options for various existing systems 186# 187 188m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 189#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 190options COMPAT_43 # compatibility with 4.3BSD interfaces 191options COMPAT_09 # compatibility with NetBSD 0.9 192options COMPAT_10 # compatibility with NetBSD 1.0 193options COMPAT_12 # compatibility with NetBSD 1.2 194options COMPAT_13 # compatibility with NetBSD 1.3 195options COMPAT_14 # compatibility with NetBSD 1.4 196options COMPAT_15 # compatibility with NetBSD 1.5 197options COMPAT_16 # compatibility with NetBSD 1.6 198options COMPAT_20 # compatibility with NetBSD 2.0 199options COMPAT_30 # NetBSD 3.0 compatibility. 200options COMPAT_40 # NetBSD 4.0 compatibility. 201options COMPAT_50 # NetBSD 5.0 compatibility. 202options COMPAT_SUNOS # Support to run Sun (m68k) executables 203options COMPAT_SVR4 # Support to run SVR4 (m68k) executables 204options COMPAT_NOMID # allow nonvalid machine id executables 205#options COMPAT_LINUX # Support to run Linux/m68k executables 206')m4_dnl 207 208options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x) 209options COMPAT_AOUT_M68K # actually make some system calls work. 210options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 211 212m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 213# 214# Support for System V IPC facilities. 215# 216options SYSVSHM # System V-like shared memory 217options SYSVMSG # System V-like messages 218options SYSVSEM # System V-like semaphores 219options P1003_1B_SEMAPHORE # p1003.1b semaphore support 220')m4_dnl 221 222# 223# Support for various kernel options 224# 225 226m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 227options KTRACE # system call tracing support 228')m4_dnl 229#options INSECURE # disable kernel security levels 230options SCSIVERBOSE # human readable SCSI error messages 231options USERCONF # userconf(4) support 232m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl 233options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 234options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 235', `m4_dnl 236options NTP # NTP phase/frequency locked loop 237#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 238')m4_dnl 239 240# Enable experimental buffer queue strategy for better responsiveness under 241# high disk I/O load. Use it with caution - it's not proven to be stable yet. 242#options BUFQ_READPRIO 243#options BUFQ_PRIOCSCAN 244 245# 246# Misc. debugging options 247# 248options DDB # Kernel debugger 249#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 250#options DIAGNOSTIC # Extra kernel sanity checks 251#options DEBUG # Enable misc. kernel debugging code 252#options SYSCALL_DEBUG # debug all syscalls. 253#options SCSIDEBUG # Add SCSI debugging statements 254#options PANICBUTTON # Forced crash via keypress (?) 255 256# 257# Amiga specific options 258# 259#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 260 # first bank of RAM. (default: unlimited) 261#options NKPTADD=4 # set this for 4 additional KPT pages 262#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 263 # per 16 MB (1<<24 bytes) of RAM 264 # uncomment and decrease this, or uncomment and 265 # increase NKPTADD if you get "out of PT pages" 266 # panics. 267 268# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 269# before the 10 secondinterval ends, or that KBDRESET does work at all. 270#options KBDRESET # sync on Ctrl-Amiga-Amiga 271 272# These options improve performance with the built-in serial port 273# on slower Amigas. Try the larger buffers first then lev6_defer. 274#options SERIBUF_SIZE=4096 275#options SEROBUF_SIZE=32 276#options LEV6_DEFER # defers l6 to l4 (below serial l5) 277 278m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 279#options DEVRELOAD # implement /dev/reload 280# # currently only works for a.out kernels 281')m4_dnl 282 283options RETINACONSOLE # enable code to allow retina to be console 284m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 285options ULOWELLCONSOLE # enable code to allow a2410 to be console 286options CL5426CONSOLE # Cirrus console 287options CV64CONSOLE # CyberVision console 288options TSENGCONSOLE # Tseng console 289options CV3DCONSOLE # CyberVision 64/3D console 290 291options GRF_ECS # Enhanced Chip Set 292options GRF_NTSC # NTSC 293options GRF_PAL # PAL 294options GRF_A2024 # Support for the A2024 295options GRF_AGA # AGA Chip Set 296options GRF_AGA_VGA # AGA VGAONLY timing 297options GRF_SUPER72 # AGA Super-72 298')m4_dnl 299#options KFONT_8X11 # 8x11 font 300 301# select a font for the console according to the character set and keymap 302# you want to use 303options KFONT_CONS_ISO8859_1 304#options KFONT_CONS_ISO8859_2 305 306# This is how you would tell the kernel the A2410 oscillator frequencies: 307# The used frequencies are the defaults, and do not need option setting 308#options ULOWELL_OSC1=36000000 309#options ULOWELL_OSC2=66667000 310 311# This is how you specify the blitting speed, higher values may speed up blits 312# a littel bit. If you raise this value too much some trash may appear. 313# the commented version is the default. 314#options RH_MEMCLK=61000000 315# this option enables the 64 bit sprite which does not work 316# for quite a few people. E.g. The cursor sprite will turn to a block 317# when moved to the top of the screen in X. 318#options RH_64BIT_SPRITE 319# enables fast scroll code appears to now work on 040 systems. 320#options RETINA_SPEED_HACK 321# enables the Hardwarecursor which does not work on some systems. 322#options RH_HARDWARECURSOR 323 324m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 325# wscons aware interface to amiga custom chips. 326# If you enable it enable also wskbd. 327# 328m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl 329amidisplaycc0 at mainbus0 # wscons interface to custom chips 330wsdisplay0 at amidisplaycc0 console ? 331options WSEMUL_VT100 332options FONT_VT220L8x10 333options FONT_VT220ISO8x16 334', ` 335#amidisplaycc0 at mainbus0 # wscons interface to custom chips 336#wsdisplay0 at amidisplaycc0 console ? 337#options WSEMUL_VT100 338#options FONT_VT220L8x10 339#options FONT_VT220ISO8x16 340')m4_dnl 341')m4_dnl 342 343m4_ifdef(`WSCONS_CONFIGURATION', `', `m4_dnl 344m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 345grfcc0 at mainbus0 # custom chips 346grfrt0 at zbus0 # retina II 347')m4_dnl 348grfrh0 at zbus0 # retina III 349m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 350grfcl* at zbus0 # Picasso II/Piccolo/Spectrum 351grful0 at zbus0 # A2410 352grfcv0 at zbus0 # CyberVision 64 353grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 354grfcv3d0 at zbus0 # CyberVision 64/3D 355')m4_dnl 356 357m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 358grf0 at grfcc0 359grf1 at grfrt0 360')m4_dnl 361grf2 at grfrh0 362m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 363grf3 at grfcl? 364grf4 at grful0 365grf5 at grfcv0 366grf6 at grfet? 367grf7 at grfcv3d0 368ite0 at grf0 # terminal emulators for grfs 369ite1 at grf1 # terminal emulators for grfs 370')m4_dnl 371ite2 at grf2 # terminal emulators for grfs 372m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 373ite3 at grf3 # terminal emulators for grfs 374ite4 at grf4 # terminal emulators for grfs 375ite5 at grf5 # terminal emulators for grfs 376ite6 at grf6 # terminal emulators for grfs 377ite7 at grf7 # terminal emulators for grfs 378')m4_dnl 379')m4_dnl 380 381msc0 at zbus0 # A2232 MSC multiport serial. 382mfc0 at zbus0 # MultiFaceCard I/O board 383mfcs0 at mfc0 unit 0 # MFC serial 384mfcs1 at mfc0 unit 1 # MFC serial 385#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 386#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 387#mfcs2 at mfc1 unit 0 388#mfcs3 at mfc1 unit 1 389#mfcp1 at mfc1 unit 0 390 391hyper* at zbus? # zbus HyperCom3/3+/4/4+ 392#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 393com* at hyper? port ? # Hypercom3/4 serial ports 394lpt* at hyper? port ? # Hypercom3+/4+ parallel port 395 396#options IOBZCLOCK=22118400 # default, uncomment the next line 397#options IOBZCLOCK=24000000 # if needed. 398 399iobl* at zbus? # zbus IOBlix 400com* at iobl? port ? # IOBlix serial ports 401lpt* at iobl? port ? # IOBlix parallel ports 402 403 404# 405# Keyboard device. Optionally can attach a wskbd. 406# wskbd works together with a wsdisplay so enable them both if you will. 407# Don't enable wskbd if you use ite. 408# 409# XXX in std.amiga: kbd0 at mainbus0 410m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl 411wskbd0 at kbd0 console ? 412', ` 413#wskbd0 at kbd0 console ? 414')m4_dnl 415 416 417m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 418# 419# Amiga Mainboard devices (sans graphics and keyboard) 420# 421 422ser0 at mainbus0 # Amiga onboard serial 423par0 at mainbus0 # Amiga onboard parallel 424ms* at mainbus0 # Amiga mice 425fdc0 at mainbus0 # Amiga FDC 426fd* at fdc0 unit ? # floppy disks on the later 427a34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 428a2kbbc0 at mainbus0 # A2000 battery backed clock 429m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 430aucc* at mainbus0 # Amiga CC audio 431audio* at aucc? 432')m4_dnl 433')m4_dnl 434 435m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl 436wsmouse* at ms? 437', ` 438#wsmouse* at ms? 439')m4_dnl 440 441m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl 442# 443# DraCo Mainboard devices (sans keyboard) 444# 445 446drbbc0 at mainbus0 # DraCo battery backed clock 447drsupio0 at mainbus0 # DraCo superio chip 448com* at drsupio? port ? # DraCo serial 449lpt0 at drsupio? port ? # DraCo parallel 450')m4_dnl 451 452# 453# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 454# 455 456m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 457m4_ifdef(`DRACO_CONFIGURATION', `', `m4_dnl 458# Alas, Melody-Z2 dont configure in the DraCo bus. 459melody* at zbus0 # Melody MPEG audio decoder 460audio* at melody? 461')m4_dnl 462 463repulse* at zbus0 # ALiENDESiGN Repulse 464audio* at repulse? 465 466toccata* at zbus0 # MacroSystem GmbH Toccata 467audio* at toccata? 468')m4_dnl 469 470# Ethernet cards: 471le* at zbus0 # A2065, Ameristar, Ariadne 472ne* at zbus0 # AriadneII, X-surf 473ed* at zbus0 # Hydra, ASDG LanRover 474es* at zbus0 # CEI A4066 EthernetPLUS 475qn* at zbus0 # Quicknet 476 477# Arcnet 478bah* at zbus0 # C=/Ameristar A2060 / 560 479 480m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl 481# Greater Valley Product Bus 482gvpbus* at zbus0 483 484# scsi stuff, all possible 485gtsc0 at gvpbus? # GVP series II scsi 486scsibus* at gtsc0 487ahsc0 at mainbus0 # A3000 scsi 488scsibus* at ahsc0 489atzsc0 at zbus0 # A2091 scsi 490scsibus* at atzsc0 491wstsc0 at zbus0 # Wordsync II scsi 492scsibus* at wstsc0 493ivsc0 at zbus0 # IVS scsi 494scsibus* at ivsc0 495mlhsc0 at zbus0 # Hacker scsi 496scsibus* at mlhsc0 497otgsc0 at zbus0 # 12 gauge scsi 498scsibus* at otgsc0 499zssc0 at zbus0 # Zeus scsi 500scsibus* at zssc0 501mgnsc0 at zbus0 # Magnum scsi 502scsibus* at mgnsc0 503wesc0 at zbus0 # Warp Engine scsi 504scsibus* at wesc0 505bppcsc0 at zbus0 # BlizzardPPC 603e+ scsi 506scsibus* at bppcsc0 507afsc0 at zbus0 # A4091 scsi 508scsibus* at afsc0 509aftsc0 at mainbus0 # A4000T scsi 510scsibus* at aftsc0 511flsc0 at zbus0 # FastlaneZ3 scsi 512scsibus* at flsc0 513bzsc0 at zbus0 # Blizzard 1230 I,II scsi 514scsibus* at bzsc0 515bzivsc0 at zbus0 # Blizzard 12x0 IV scsi 516scsibus* at bzivsc0 517bztzsc0 at zbus0 # Blizzard 2060 scsi 518scsibus* at bztzsc0 519cbsc0 at zbus0 # CyberSCSI I 520scsibus* at cbsc0 521cbiisc0 at zbus0 # CyberSCSI II 522scsibus* at cbiisc0 523cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 524scsibus* at cbiiisc0 525empsc0 at zbus0 # Emplant scsi 526scsibus* at empsc0 527 528wdc0 at mainbus0 # A4000 & A1200 IDE bus 529wdc* at zbus0 # Buddha / Catweasel 530 531atabus* at wdc? channel ? # ATA bus 532wd* at atabus? drive ? # + drives 533atapibus* at atabus? # ATAPI bus 534cd* at atapibus? drive ? # ATAPI CD-ROM drives 535sd* at atapibus? drive ? # ATAPI disk drives 536 537pccard0 at mainbus0 538pcmcia* at pccard0 539com* at pcmcia? function ? # Modems and serial cards 540pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 541aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 542wdc* at pcmcia? function ? 543awi* at pcmcia? function ? # BayStack 650 (802.11FH) 544ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 545mbe* at pcmcia? function ? # MB8696x based Ethernet 546ne* at pcmcia? function ? # NE2000-compatible Ethernet 547sm* at pcmcia? function ? # Megahertz Ethernet 548mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 549com* at mhzc? 550sm* at mhzc? 551 552')m4_dnl 553 554m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl 555drsc0 at mainbus0 # DraCo scsi 556scsibus* at drsc0 557')m4_dnl 558 559 560# each hard drive from low target to high 561# will configure to the next available sd unit number 562sd* at scsibus? target ? lun ? # scsi disks 563st* at scsibus? target ? lun ? # scsi tapes 564cd* at scsibus? target ? lun ? # scsi cds 565ch* at scsibus? target ? lun ? # scsi autochangers 566m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 567ss* at scsibus? target ? lun ? # scsi scanner 568uk* at scsibus? target ? lun ? # scsi unknown 569 570# Bluetooth Controller and Device support 571# tested only with btuart on an A1200 572 573# Bluetooth PCMCIA Controllers 574bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 575btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 576 577# Bluetooth Device Hub 578bthub* at bcsp? 579bthub* at bt3c? 580bthub* at btbc? 581bthub* at btuart? 582 583# Bluetooth HID support 584bthidev* at bthub? 585 586# Bluetooth Mouse 587btms* at bthidev? reportid ? 588wsmouse* at btms? mux 0 589 590# Bluetooth Keyboard 591#btkbd* at bthidev? reportid ? 592#wskbd* at btkbd? console ? mux 1 593 594# Bluetooth Apple Magic Mouse 595btmagic* at bthub? 596wsmouse* at btmagic? mux 0 597 598# Bluetooth Audio support 599#btsco* at bthub? 600')m4_dnl 601 602m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 603# 604# accept filters 605pseudo-device accf_data # "dataready" accept filter 606pseudo-device accf_http # "httpready" accept filter 607')m4_dnl 608 609pseudo-device loop # loopback network interface 610pseudo-device sl # SLIP network interfaces 611pseudo-device ppp # PPP network interfaces 612pseudo-device pppoe # PPP over Ethernet (RFC 2516) 613pseudo-device tun # network tunnel line discipline 614pseudo-device tap # virtual Ethernet 615#pseudo-device gre # generic L3 over IP tunnel 616pseudo-device bpfilter # Berkeley packet filter 617#pseudo-device carp # Common Address Redundancy Protocol 618pseudo-device ipfilter # IP Filter package 619pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 620#pseudo-device faith # IPv[46] tcp relay translation i/f 621pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 622pseudo-device vlan # IEEE 802.1q encapsulation 623pseudo-device bridge # simple inter-network bridging 624#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 625pseudo-device agr # IEEE 802.3ad link aggregation 626#pseudo-device pf # PF packet filter 627#pseudo-device pflog # PF log if 628m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl 629#pseudo-device fss # file system snapshot device 630', `m4_dnl 631pseudo-device fss # file system snapshot device 632')m4_dnl 633 634pseudo-device view 4 # views (needed for grfcc) 635m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl 636pseudo-device pty 2 # pseudo-terminals 637', `m4_dnl 638pseudo-device pty # pseudo-terminals 639')m4_dnl 640pseudo-device clockctl # user control of clock subsystem 641 642m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl 643pseudo-device wsfont # wsfont(4) dynamic font loading support 644pseudo-device wsmux # mouse & keyboard multiplexor 645', `m4_dnl 646#pseudo-device wsfont # wsfont(4) dynamic font loading support 647#pseudo-device wsmux # mouse & keyboard multiplexor 648')m4_dnl 649 650pseudo-device vnd # vnode pseudo-disks 651#options VND_COMPRESSION # compressed vnd(4) 652pseudo-device ccd 4 # concatenated disk devices 653#pseudo-device cgd 4 # cryptographic disk devices 654pseudo-device raid 8 # RAIDframe disk driver 655options RAID_AUTOCONFIG # auto-configuration of RAID components 656# Options to enable various other RAIDframe RAID types. 657# options RF_INCLUDE_EVENODD=1 658# options RF_INCLUDE_RAID5_RS=1 659# options RF_INCLUDE_PARITYLOGGING=1 660# options RF_INCLUDE_CHAINDECLUSTER=1 661# options RF_INCLUDE_INTERDECLUSTER=1 662# options RF_INCLUDE_PARITY_DECLUSTERING=1 663# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 664 665pseudo-device rnd # /dev/random and in-kernel generator 666#options RND_COM # use "com" randomness as well (BROKEN) 667 668m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl 669pseudo-device ksyms # /dev/ksyms (kernel symbols) 670pseudo-device nsmb # experimental - SMB requester 671 672pseudo-device bcsp # BlueCore Serial Protocol 673pseudo-device btuart # Bluetooth HCI UART (H4) 674')m4_dnl 675 676# Veriexec 677# 678# a pseudo device needed for veriexec 679#pseudo-device veriexec 1 680# 681# Uncomment the fingerprint methods below that are desired. Note that 682# removing fingerprint methods will have almost no impact on the kernel 683# code size. 684# 685#options VERIFIED_EXEC_FP_RMD160 686#options VERIFIED_EXEC_FP_SHA256 687#options VERIFIED_EXEC_FP_SHA384 688#options VERIFIED_EXEC_FP_SHA512 689#options VERIFIED_EXEC_FP_SHA1 690#options VERIFIED_EXEC_FP_MD5 691 692config netbsd root on ? type ? 693