GENERIC revision 1.1
1# $NetBSD: GENERIC,v 1.1 2003/04/26 18:39:34 fvdl 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 21include "arch/amd64/conf/std.amd64" 22 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 24 25#ident "GENERIC-$Revision: 1.1 $" 26 27maxusers 32 # estimated number of users 28 29# delay between "rebooting ..." message and hardware reset, in milliseconds 30#options CPURESET_DELAY=2000 31 32# This option allows you to force a serial console at the specified 33# I/O address. see console(4) for details. 34#options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600 35# you don't want the option below ON iff you are using the 36# serial console option of the new boot strap code. 37#options CONS_OVERRIDE # Always use above! independent of boot info 38 39# The following options override the memory sizes passed in from the boot 40# block. Use them *only* if the boot block is unable to determine the correct 41# values. Note that the BIOS may *correctly* report less than 640k of base 42# memory if the extended BIOS data area is located at the top of base memory 43# (as is the case on most recent systems). 44#options REALBASEMEM=639 # size of base memory (in KB) 45#options REALEXTMEM=15360 # size of extended memory (in KB) 46 47# Standard system options 48 49options INSECURE # disable kernel security levels - X needs this 50 51options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 52options NTP # NTP phase/frequency locked loop 53 54options KTRACE # system call tracing via ktrace(1) 55options SYSTRACE # system call vetting via systrace(1) 56 57options SYSVMSG # System V-like message queues 58options SYSVSEM # System V-like semaphores 59#options SEMMNI=10 # number of semaphore identifiers 60#options SEMMNS=60 # number of semaphores in system 61#options SEMUME=10 # max number of undo entries per process 62#options SEMMNU=30 # number of undo structures in system 63options SYSVSHM # System V-like memory sharing 64#options SHMMAXPGS=2048 # 2048 pages is the default 65 66#options LKM # loadable kernel modules 67 68options USERCONF # userconf(4) support 69#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 70 71# Enable experimental buffer queue strategy for better responsiveness under 72# high disk I/O load. Use it with caution - it's not proven to be stable yet. 73#options NEW_BUFQ_STRATEGY 74 75# Diagnostic/debugging support options 76#options DIAGNOSTIC # expensive kernel consistency checks 77#options DEBUG # expensive debugging checks/support 78#options KMEMSTATS # kernel memory statistics (vmstat -m) 79 80# 81# Because gcc omits the frame pointer for any -O level, the line below 82# is needed to make backtraces in DDB work. 83# 84#makeoptions COPTS="-O -fno-omit-frame-pointer" 85#options DDB # in-kernel debugger 86#options DDB_HISTORY_SIZE=512 # enable history editing in DDB 87#options KGDB # remote debugger 88#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 89#makeoptions DEBUG="-g" # compile full symbol table 90 91# Compatibility options 92options COMPAT_15 # NetBSD 1.5, 93options COMPAT_43 # and 4.3BSD 94options COMPAT_386BSD_MBRPART # recognize old partition ID 95 96options COMPAT_NETBSD32 97options EXEC_ELF32 98 99# File systems 100file-system FFS # UFS 101file-system EXT2FS # second extended file system (linux) 102file-system LFS # log-structured file system 103file-system MFS # memory file system 104file-system NFS # Network File System client 105file-system NTFS # Windows/NT file system (experimental) 106file-system CD9660 # ISO 9660 + Rock Ridge file system 107file-system MSDOSFS # MS-DOS file system 108file-system FDESC # /dev/fd 109file-system KERNFS # /kern 110file-system NULLFS # loopback file system 111file-system OVERLAY # overlay file system 112file-system PORTAL # portal filesystem (still experimental) 113file-system PROCFS # /proc 114file-system UMAPFS # NULLFS + uid and gid remapping 115file-system UNION # union file system 116file-system CODA # Coda File System; also needs vcoda (below) 117 118# File system options 119options QUOTA # UFS quotas 120#options FFS_EI # FFS Endian Independent support 121options SOFTDEP # FFS soft updates support. 122options NFSSERVER # Network File System server 123#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 124 # immutable) behave as system flags. 125 126# Networking options 127#options GATEWAY # packet forwarding 128options INET # IP + ICMP + TCP + UDP 129options INET6 # IPV6 130#options IPSEC # IP security 131#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 132#options IPSEC_DEBUG # debug for IP security 133#options MROUTING # IP multicast routing 134options NS # XNS 135#options NSIP # XNS tunneling over IP 136options ISO,TPIP # OSI 137#options EON # OSI tunneling over IP 138options CCITT,LLC,HDLC # X.25 139options NETATALK # AppleTalk networking protocols 140options PPP_BSDCOMP # BSD-Compress compression support for PPP 141options PPP_DEFLATE # Deflate compression support for PPP 142options PPP_FILTER # Active filter support for PPP (requires bpf) 143options PFIL_HOOKS # pfil(9) packet filter hooks 144options IPFILTER_LOG # ipmon(8) log support 145#options IPFILTER_DEFAULT_BLOCK # block all packets by default 146#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 147 148# These options enable verbose messages for several subsystems. 149# Warning, these may compile large string tables into the kernel! 150options MIIVERBOSE # verbose PHY autoconfig messages 151options PCIVERBOSE # verbose PCI device autoconfig messages 152#options PCI_CONFIG_DUMP # verbosely dump PCI config space 153#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 154options SCSIVERBOSE # human readable SCSI error messages 155options USBVERBOSE # verbose USB device autoconfig messages 156options I2OVERBOSE # verbose I2O driver messages 157 158options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 159 160# 161# wscons options 162# 163# builtin terminal emulations 164#options WSEMUL_SUN # sun terminal emulation 165options WSEMUL_VT100 # VT100 / VT220 emulation 166# different kernel output - see dev/wscons/wsdisplayvar.h 167options WS_KERNEL_FG=WSCOL_GREEN 168#options WS_KERNEL_BG=WSCOL_BLACK 169# compatibility to other console drivers 170options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 171options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 172options WSDISPLAY_COMPAT_USL # VT handling 173options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 174# see dev/pckbc/wskbdmap_mfii.c for implemented layouts 175#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 176# allocate a number of virtual screens at autoconfiguration time 177#options WSDISPLAY_DEFAULTSCREENS=4 178# use a large software cursor that doesn't blink 179options PCDISPLAY_SOFTCURSOR 180# modify the screen type of the console; defaults to "80x25" 181#options VGA_CONSOLE_SCREENTYPE="\"80x24\"" 182# work around a hardware bug that loaded fonts don't work; found on ATI cards 183#options VGA_CONSOLE_ATI_BROKEN_FONTSEL 184# the following enables some functions to get mouse console support. 185# if you want a really secure system, it may be better not to enable them, 186# see wsmoused(8), section SECURITY CONSIDERATIONS for more info. 187#options WSDISPLAY_CHARFUNCS # mouse console support 188# enable VGA raster mode capable of displaying multilingual text on console 189#options VGA_RASTERCONSOLE 190 191# Kernel root file system and dump configuration. 192config netbsd root on ? type ? 193#config netbsd root on sd0a type ffs 194#config netbsd root on ? type nfs 195 196# 197# Device configuration 198# 199 200mainbus0 at root 201 202options MPBIOS 203cpu* at mainbus? 204ioapic* at mainbus? apid ? 205 206#apm0 at mainbus0 # Advanced power management 207 208# Tuning for power management, see apm(4) for more details. 209#options APM_NO_IDLE # Don't call BIOS CPU idle function 210#options APM_V10_ONLY # Use only the APM 1.0 calls 211#options APM_NO_POWEROFF # Don't power off on halt(8) 212#options APM_POWER_PRINT # Print stats on the console 213#options APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts 214 215 216# Basic Bus Support 217 218# PCI bus support 219pci* at mainbus? bus ? 220pci* at pchb? bus ? 221pci* at ppb? bus ? 222 223# PCI bridges 224pchb* at pci? dev ? function ? # PCI-Host bridges 225pcib* at pci? dev ? function ? # PCI-ISA bridges 226ppb* at pci? dev ? function ? # PCI-PCI bridges 227# XXX 'puc's aren't really bridges, but there's no better place for them here 228puc* at pci? dev ? function ? # PCI "universal" comm. cards 229 230aapic* at pci? dev ? function ? # AMD 8131 IO apic 231 232#agp* at pchb? 233 234# 235 236# ISA bus support 237isa0 at mainbus? 238isa0 at pcib? 239 240# CardBus bridge support 241#cbb* at pci? dev ? function ? 242#cardslot* at cbb? 243 244# CardBus bus support 245#cardbus* at cardslot? 246#pcmcia* at cardslot? 247 248# Coprocessor Support 249 250# Console Devices 251 252# wscons 253pckbc0 at isa? # pc keyboard controller 254pckbd* at pckbc? # PC keyboard 255pms* at pckbc? # PS/2 mouse for wsmouse 256#options PMS_DISABLE_POWERHOOK # Disable PS/2 reset on resume 257vga* at pci? dev ? function ? 258wsdisplay* at vga? console ? 259wskbd* at pckbd? console ? 260wsmouse* at pms? mux 0 261 262pcppi0 at isa? 263sysbeep0 at pcppi? 264 265# Serial Devices 266 267# PCI serial interfaces 268com* at puc? port ? # 16x50s on "universal" comm boards 269cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 270cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 271 272# PCMCIA serial interfaces 273#com* at pcmcia? function ? # Modems and serial cards 274 275#pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 276#com* at pcmcom? slave ? # ...and the slave devices 277 278# CardBus serial interfaces 279#com* at cardbus? dev ? function ? # Modems and serial cards 280 281# ISA serial interfaces 282#options COM_HAYESP # adds Hayes ESP serial board support 283com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 284com1 at isa? port 0x2f8 irq 3 285 286# Parallel Printer Interfaces 287 288# PCI parallel printer interfaces 289lpt* at puc? port ? # || ports on "universal" comm boards 290 291# ISA parallel printer interfaces 292lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 293lpt1 at isa? port 0x278 294 295# Hardware monitors 296 297# LM7[89] and compatible hardware monitors 298#lm0 at isa? port 0x290 # other common ports: 0x280, 0x310 299 300# I2O devices 301iop* at pci? dev ? function ? # I/O processor 302iopsp* at iop? tid ? # SCSI/FC-AL ports 303ld* at iop? tid ? # block devices 304# XXX dpti.c wants a processor type that is not assigned for x86-64 305#dpti* at iop? tid 0 # DPT/Adaptec control interface 306 307 308# SCSI Controllers and Devices 309 310# PCI SCSI controllers 311adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 312adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 313ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 314bha* at pci? dev ? function ? # BusLogic 9xx SCSI 315dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 316iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 317isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 318mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID 319mpt* at pci? dev ? function ? # LSILogic 9x9 and 53c1030 320pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 321siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 322#options SIOP_SYMLED # drive the act. LED in software 323trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI 324 325# PCMCIA SCSI controllers 326#aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 327#esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 328 329# CardBus SCSI cards 330#adv* at cardbus? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 331#ahc* at cardbus? dev ? function ? # Adaptec ADP-1480 332 333# SCSI bus support 334scsibus* at scsi? 335 336# SCSI devices 337sd* at scsibus? target ? lun ? # SCSI disk drives 338st* at scsibus? target ? lun ? # SCSI tape drives 339cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 340ch* at scsibus? target ? lun ? # SCSI autochangers 341ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 342ss* at scsibus? target ? lun ? # SCSI scanners 343uk* at scsibus? target ? lun ? # SCSI unknown 344 345 346# RAID controllers and devices 347#aac* at pci? dev ? function ? # Broken -- 32bit assumptions. 348cac* at pci? dev ? function ? # Compaq PCI array controllers 349icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID 350mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family 351twe* at pci? dev ? function ? # 3ware Escalade RAID controllers 352 353ld* at cac? unit ? 354ld* at icp? unit ? 355ld* at twe? unit ? 356ld* at mlx? unit ? 357 358icpsp* at icp? unit ? # SCSI pass-through 359 360# IDE and related devices 361# PCI IDE controllers - see pciide(4) for supported hardware. 362# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 363# how to set up DMA modes for this chip. This may work, or may cause 364# a machine hang with some controllers. 365pciide* at pci? dev ? function ? flags 0x0000 366 367# PCMCIA IDE controllers 368#wdc* at pcmcia? function ? 369 370# ISA ST506, ESDI, and IDE controllers 371# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will 372# fall back to 16bits I/O if 32bits I/O are not functional). 373# Some controllers pass the initial 32bit test, but will fail later. 374wdc0 at isa? port 0x1f0 irq 14 flags 0x00 375wdc1 at isa? port 0x170 irq 15 flags 0x00 376 377# IDE drives 378# Flags are used only with controllers that support DMA operations 379# and mode settings (e.g. some pciide controllers) 380# The lowest order four bits (rightmost digit) of the flags define the PIO 381# mode to use, the next set of four bits the DMA mode and the third set the 382# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 383# to use, and the last bit must be 1 for this setting to be used. 384# For DMA and UDMA, 0xf (1111) means 'disable'. 385# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 386# (0xc=1100, 0xa=1010, 0xf=1111) 387# 0x0000 means "use whatever the drive claims to support". 388wd* at wdc? channel ? drive ? flags 0x0000 389wd* at pciide? channel ? drive ? flags 0x0000 390 391# ATAPI bus support 392atapibus* at atapi? 393 394# ATAPI devices 395# flags have the same meaning as for IDE drives. 396cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 397sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 398st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 399uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 400 401 402# Miscellaneous mass storage devices 403 404# ISA floppy 405fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 406#fdc1 at isa? port 0x370 irq ? drq ? 407fd* at fdc? drive ? # the drives themselves 408# some machines need you to do this instead of fd* 409#fd0 at fdc0 drive 0 410 411# Network Interfaces 412 413# PCI network interfaces 414an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 415bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 416en* at pci? dev ? function ? # ENI/Adaptec ATM 417ep* at pci? dev ? function ? # 3Com 3c59x 418epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 419esh* at pci? dev ? function ? # Essential HIPPI card 420ex* at pci? dev ? function ? # 3Com 90x[BC] 421fpa* at pci? dev ? function ? # DEC DEFPA FDDI 422fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 423gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 424#hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 425le* at pci? dev ? function ? # PCnet-PCI Ethernet 426lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 427mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 428ne* at pci? dev ? function ? # NE2000-compatible Ethernet 429ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 430pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 431rtk* at pci? dev ? function ? # Realtek 8129/8139 432sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 433sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 434ste* at pci? dev ? function ? # Sundance ST-201 Ethernet 435stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 436ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 437tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 438tlp* at pci? dev ? function ? # DECchip 21x4x and clones 439vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 440wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 441wm* at pci? dev ? function ? # Intel 82543/82544 gigabit 442 443# PCMCIA network interfaces 444#an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 445#awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 446#cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 447#ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 448#mbe* at pcmcia? function ? # MB8696x based Ethernet 449#ne* at pcmcia? function ? # NE2000-compatible Ethernet 450#ray* at pcmcia? function ? # Raytheon Raylink (802.11) 451#sm* at pcmcia? function ? # Megahertz Ethernet 452# tr at pcmcia has problems with Cardbus bridges 453#tr* at pcmcia? function ? # TROPIC based Token-Ring 454#wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 455#xi* at pcmcia? function ? # Xircom CreditCard Ethernet 456 457#mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 458#com* at mhzc? 459#sm* at mhzc? 460 461# CardBus network cards 462#ex* at cardbus? dev ? function ? # 3Com 3C575TX 463#fxp* at cardbus? dev ? function ? # Intel i8255x 464#rtk* at cardbus? dev ? function ? # Realtek 8129/8139 465#tlp* at cardbus? dev ? function ? # DECchip 21143 466 467# MII/PHY support 468acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 469amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 470bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 471brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 472dmphy* at mii? phy ? # Davicom DM9101 PHYs 473exphy* at mii? phy ? # 3Com internal PHYs 474glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 475gphyter* at mii? phy ? # NS83861 Gig-E PHY 476icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 477inphy* at mii? phy ? # Intel 82555 PHYs 478iophy* at mii? phy ? # Intel 82553 PHYs 479lxtphy* at mii? phy ? # Level One LXT-970 PHYs 480makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 481nsphy* at mii? phy ? # NS83840 PHYs 482nsphyter* at mii? phy ? # NS83843 PHYs 483pnaphy* at mii? phy ? # generic HomePNA PHYs 484qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 485sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 486tlphy* at mii? phy ? # ThunderLAN PHYs 487tqphy* at mii? phy ? # TDK Semiconductor PHYs 488ukphy* at mii? phy ? # generic unknown PHYs 489urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 490 491 492# USB Controller and Devices 493 494# PCI USB controllers 495# The EHCI is not ready for prime time. 496#ehci* at pci? dev ? function ? # Enhanced Host Controller 497ohci* at pci? dev ? function ? # Open Host Controller 498uhci* at pci? dev ? function ? # Universal Host Controller (Intel) 499 500# CardBus USB controllers 501#ehci* at cardbus? dev ? function ? # Enhanced Host Controller 502#ohci* at cardbus? dev ? function ? # Open Host Controller 503 504# ISA USB controllers 505#slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS 506 507# USB bus support 508#usb* at ehci? 509usb* at ohci? 510usb* at uhci? 511#usb* at slhci? 512 513# USB Hubs 514uhub* at usb? 515uhub* at uhub? port ? configuration ? interface ? 516 517# USB HID device 518uhidev* at uhub? port ? configuration ? interface ? 519 520# USB Mice 521ums* at uhidev? reportid ? 522wsmouse* at ums? mux 0 523 524# USB Keyboards 525ukbd* at uhidev? reportid ? 526wskbd* at ukbd? console ? mux 1 527 528# USB Generic HID devices 529uhid* at uhidev? reportid ? 530 531# USB Printer 532ulpt* at uhub? port ? configuration ? interface ? 533 534# USB Modem 535umodem* at uhub? port ? configuration ? 536ucom* at umodem? 537 538# USB Mass Storage 539umass* at uhub? port ? configuration ? interface ? 540#wd* at umass? 541 542# USB audio 543uaudio* at uhub? port ? configuration ? 544 545# USB MIDI 546umidi* at uhub? port ? configuration ? 547 548# USB IrDA 549# USB-IrDA bridge spec 550uirda* at uhub? port ? configuration ? interface ? 551irframe* at uirda? 552 553# SigmaTel STIr4200 USB/IrDA Bridge 554ustir* at uhub? port ? 555irframe* at ustir? 556 557# USB Ethernet adapters 558aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 559cue* at uhub? port ? # CATC USB-EL1201A based adapters 560kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 561uax* at uhub? port ? # ASIX AX88172 based adapters 562url* at uhub? port ? # Realtek RTL8150L based adapters 563 564# Prolific PL2301/PL2302 host-to-host adapter 565upl* at uhub? port ? 566 567# Serial adapters 568ubsa* at uhub? port ? # Belkin serial adapter 569ucom* at ubsa? portno ? 570 571uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 572ucom* at uftdi? portno ? 573 574umct* at uhub? port ? # MCT USB-RS232 serial adapter 575ucom* at umct? portno ? 576 577uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 578ucom* at uplcom? portno ? 579 580uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 581ucom* at uvscom? portno ? 582 583# Diamond Multimedia Rio 500 584urio* at uhub? port ? 585 586# USB Handspring Visor 587uvisor* at uhub? port ? 588ucom* at uvisor? 589 590# USB scanners 591uscanner* at uhub? port ? 592 593# USB scanners that use SCSI emulation, e.g., HP5300 594usscanner* at uhub? port ? 595 596# Y@P firmware loader 597uyap* at uhub? port ? 598 599# D-Link DSB-R100 USB radio 600udsbr* at uhub? port ? 601radio* at udsbr? 602 603# USB Generic driver 604ugen* at uhub? port ? 605 606 607# IrDA and Consumer Ir devices 608 609# Toshiba Oboe 610#oboe* at pci? dev ? function ? # broken -- vtophys 611#irframe* at oboe? 612 613 614# Audio Devices 615 616# PCI audio devices 617auich* at pci? dev ? function ? # AMD 8111 audio 618autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 619clcs* at pci? dev ? function ? # Cirrus Logic CS4280 620clct* at pci? dev ? function ? # Cirrus Logic CS4281 621cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 622eap* at pci? dev ? function ? # Ensoniq AudioPCI 623emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512 624esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio 625esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator 626eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 627fms* at pci? dev ? function ? # Forte Media FM801 628neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio 629sv* at pci? dev ? function ? # S3 SonicVibes 630yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 631 632# PCMCIA audio devices 633#esl* at pcmcia? function ? # ESS 1688 AudioDrive 634 635# OPL[23] FM synthesizers 636#opl0 at isa? port 0x388 # use only if not attached to sound card 637opl* at cmpci? flags 1 638#opl* at esl? 639opl* at eso? 640opl* at fms? 641opl* at sv? 642 643# Audio support 644audio* at audiobus? 645 646# MPU 401 UARTs 647#mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card 648mpu* at cmpci? 649mpu* at eso? 650mpu* at yds? 651 652# MIDI support 653midi* at midibus? 654midi* at pcppi? # MIDI interface to the PC speaker 655 656# The spkr driver provides a simple tone interface to the built in speaker. 657#spkr0 at pcppi? # PC speaker 658 659 660# FM-Radio devices 661# PCI radio devices 662#gtp* at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card 663 664# Radio support 665#radio* at gtp? 666 667 668# TV cards 669 670# Brooktree 848/849/878/879 based TV cards 671bktr* at pci? dev ? function ? 672radio* at bktr? 673 674 675# Mice 676 677# Middle Digital, Inc. PCI-Weasel serial console board control 678# devices (watchdog timer, etc.) 679weasel* at pci? 680 681# Pull in optional local configuration 682include "arch/amd64/conf/GENERIC.local" 683 684# Pseudo-Devices 685 686# disk/mass storage pseudo-devices 687pseudo-device ccd 4 # concatenated/striped disk devices 688#pseudo-device cgd 4 # cryptographic disk devices 689pseudo-device raid 8 # RAIDframe disk driver 690options RAID_AUTOCONFIG # auto-configuration of RAID components 691#Options to enable various other RAIDframe RAID types. 692#options RF_INCLUDE_EVENODD=1 693#options RF_INCLUDE_RAID5_RS=1 694#options RF_INCLUDE_PARITYLOGGING=1 695#options RF_INCLUDE_CHAINDECLUSTER=1 696#options RF_INCLUDE_INTERDECLUSTER=1 697#options RF_INCLUDE_PARITY_DECLUSTERING=1 698#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 699 700pseudo-device md 1 # memory disk device (ramdisk) 701pseudo-device vnd 4 # disk-like interface to files 702 703# network pseudo-devices 704pseudo-device bpfilter 8 # Berkeley packet filter 705pseudo-device ipfilter # IP filter (firewall) and NAT 706pseudo-device loop # network loopback 707pseudo-device ppp 2 # Point-to-Point Protocol 708pseudo-device pppoe # PPP over Ethernet (RFC 2516) 709pseudo-device sl 2 # Serial Line IP 710pseudo-device strip 2 # Starmode Radio IP (Metricom) 711pseudo-device irframetty # IrDA frame line discipline 712pseudo-device tun 2 # network tunneling over tty 713pseudo-device gre 2 # generic L3 over IP tunnel 714pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 715#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 716#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 717pseudo-device vlan # IEEE 802.1q encapsulation 718pseudo-device bridge # simple inter-network bridging 719#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 720 721# miscellaneous pseudo-devices 722pseudo-device pty # pseudo-terminals 723pseudo-device tb 1 # tablet line discipline 724pseudo-device sequencer 1 # MIDI sequencer 725# rnd works; RND_COM does not on port i386 yet. 726pseudo-device rnd # /dev/random and in-kernel generator 727#options RND_COM # use "com" randomness as well (BROKEN) 728pseudo-device clockctl # user control of clock subsystem 729pseudo-device ksyms # /dev/ksyms 730 731# a pseudo device needed for Coda # also needs CODA (above) 732pseudo-device vcoda 4 # coda minicache <-> venus comm. 733 734# wscons pseudo-devices 735pseudo-device wsmux # mouse & keyboard multiplexor 736pseudo-device wsfont 737