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