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