GENERIC revision 1.25
11.25Sreinoud# $NetBSD: GENERIC,v 1.25 2006/02/02 21:32:09 reinoud Exp $ 21.1Sgavan# 31.1Sgavan# GENERIC -- Generic kernel 41.1Sgavan# 51.1Sgavan 61.1Sgavaninclude "arch/iyonix/conf/std.iyonix" 71.1Sgavan 81.1Sgavanoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Sgavanoptions MSGBUFSIZE=65536 101.1Sgavan 111.1Sgavan# Enable the hooks used for initializing the root memory-disk. 121.1Sgavan#options MEMORY_DISK_IS_ROOT # use memory disk as root 131.1Sgavan# options MEMORY_DISK_HOOKS 141.1Sgavan# options MEMORY_DISK_SERVER=0 # no userspace memory disk support 151.1Sgavan# options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks 161.1Sgavan 171.1Sgavan# estimated number of users 181.1Sgavan 191.1Sgavanmaxusers 32 201.1Sgavan 211.1Sgavan# Standard system options 221.1Sgavan 231.1Sgavanoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 241.1Sgavan#options NTP # NTP phase/frequency locked loop 251.1Sgavan 261.1Sgavan# CPU options 271.1Sgavan 281.1Sgavan# For XScale systems 291.1Sgavanoptions CPU_XSCALE_80321 # Support the XScale core 301.1Sgavanmakeoptions CPUFLAGS="-mcpu=xscale" 311.1Sgavan 321.1Sgavan# Architecture options 331.1Sgavanoptions XSCALE_CACHE_READ_WRITE_ALLOCATE 341.1Sgavan#options HZ=512 351.1Sgavan 361.1Sgavan# File systems 371.1Sgavan 381.1Sgavanfile-system FFS # UFS 391.1Sgavan#file-system LFS # log-structured file system 401.1Sgavanfile-system MFS # memory file system 411.1Sgavanfile-system NFS # Network file system 421.1Sgavan#file-system ADOSFS # AmigaDOS-compatible file system 431.1Sgavan#file-system EXT2FS # second extended file system (linux) 441.1Sgavanfile-system CD9660 # ISO 9660 + Rock Ridge file system 451.1Sgavan#file-system MSDOSFS # MS-DOS file system 461.1Sgavan#file-system FDESC # /dev/fd 471.1Sgavanfile-system FILECORE # Acorn filecore file system 481.1Sgavan#file-system KERNFS # /kern 491.1Sgavan#file-system NULLFS # loopback file system 501.1Sgavan#file-system PORTAL # portal filesystem (still experimental) 511.1Sgavan#file-system PROCFS # /proc 521.1Sgavan#file-system UMAPFS # NULLFS + uid and gid remapping 531.1Sgavan#file-system UNION # union file system 541.18Schristosfile-system PTYFS # /dev/pts/N support 551.20Sjmmv#file-system TMPFS # experimental - Efficient memory file-system 561.25Sreinoud#file-system UDF # experimental - OSTA UDF CD/DVD file-system 571.1Sgavan 581.1Sgavan# File system options 591.1Sgavan#options QUOTA # UFS quotas 601.1Sgavan#options FFS_EI # FFS Endian Independant support 611.1Sgavan#options NFSSERVER 621.1Sgavan#options SOFTDEP 631.5Srumble#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 641.23Stsutsuioptions FFS_NO_SNAPSHOT # No FFS snapshot support 651.1Sgavan 661.1Sgavan# Networking options 671.1Sgavan 681.1Sgavan#options GATEWAY # packet forwarding 691.1Sgavanoptions INET # IP + ICMP + TCP + UDP 701.1Sgavan#options INET6 # IPV6 711.1Sgavan#options IPSEC # IP security 721.1Sgavan#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 731.12Stron#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 741.1Sgavan#options IPSEC_DEBUG # debug for IP security 751.1Sgavan#options MROUTING # IP multicast routing 761.1Sgavan#options NS # XNS 771.1Sgavan#options NSIP # XNS tunneling over IP 781.1Sgavan#options ISO,TPIP # OSI 791.1Sgavan#options EON # OSI tunneling over IP 801.1Sgavan#options CCITT,LLC,HDLC # X.25 811.1Sgavan#options NETATALK # AppleTalk networking 821.1Sgavan#options PFIL_HOOKS # pfil(9) packet filter hooks 831.1Sgavan#options PPP_BSDCOMP # BSD-Compress compression support for PPP 841.1Sgavan#options PPP_DEFLATE # Deflate compression support for PPP 851.1Sgavan#options PPP_FILTER # Active filter support for PPP (requires bpf) 861.1Sgavan#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 871.1Sgavan 881.1Sgavanoptions NFS_BOOT_BOOTP 891.1Sgavanoptions NFS_BOOT_DHCP 901.1Sgavan#options NFS_BOOT_BOOTPARAM 911.1Sgavan 921.1Sgavan# Compatibility options 931.1Sgavan 941.1Sgavanoptions COMPAT_16 # NetBSD 1.6 951.17Schristosoptions COMPAT_30 # NetBSD 3.0 compatibility. 961.1Sgavanoptions COMPAT_20 # NetBSD 2.0 971.1Sgavan#options COMPAT_43 # 4.3BSD compatibility. 981.1Sgavan#options COMPAT_16 # NetBSD 1.6 compatibility. 991.1Sgavan#options COMPAT_15 # NetBSD 1.5 compatibility. 1001.1Sgavan#options COMPAT_14 # NetBSD 1.4 compatibility. 1011.1Sgavan#options COMPAT_13 # NetBSD 1.3 compatibility. 1021.1Sgavan#options COMPAT_12 # NetBSD 1.2 compatibility. 1031.1Sgavan#options COMPAT_11 # NetBSD 1.1 compatibility. 1041.1Sgavan#options COMPAT_10 # NetBSD 1.0 compatibility. 1051.1Sgavan#options COMPAT_09 # NetBSD 0.9 compatibility. 1061.1Sgavan#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 1071.3Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 1081.1Sgavan 1091.1Sgavan# Shared memory options 1101.1Sgavan 1111.1Sgavan#options SYSVMSG # System V-like message queues 1121.1Sgavan#options SYSVSEM # System V-like semaphores 1131.1Sgavan#options SEMMNI=10 # number of semaphore identifiers 1141.1Sgavan#options SEMMNS=60 # number of semaphores in system 1151.1Sgavan#options SEMUME=10 # max number of undo entries per process 1161.1Sgavan#options SEMMNU=30 # number of undo structures in system 1171.1Sgavan#options SYSVSHM # System V-like memory sharing 1181.1Sgavan#options SHMMAXPGS=1024 # 1024 pages is the default 1191.1Sgavan 1201.1Sgavan# Device options 1211.1Sgavan 1221.1Sgavan#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 1231.1Sgavan#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 1241.1Sgavan#options MEMORY_DISK_IS_ROOT # use memory disk as root 1251.1Sgavan 1261.1Sgavan# Console options. The default console is speed is 115200 baud. 1271.1Sgavan#options CONSPEED=9600 # Console speed 1281.1Sgavan 1291.1Sgavan# Miscellaneous kernel options 1301.1Sgavanoptions KTRACE # system call tracing, a la ktrace(1) 1311.1Sgavanoptions IRQSTATS # manage IRQ statistics 1321.1Sgavan#options LKM # loadable kernel modules 1331.1Sgavan#options KMEMSTATS # kernel memory statistics 1341.1Sgavan#options SCSIVERBOSE # Verbose SCSI errors 1351.1Sgavanoptions PCIVERBOSE # Verbose PCI descriptions 1361.1Sgavanoptions MIIVERBOSE # Verbose MII autoconfuration messages 1371.1Sgavan#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1381.1Sgavan#options DDB_KEYCODE=0x40 1391.1Sgavanoptions USERCONF # userconf(4) support 1401.1Sgavan#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1411.1Sgavan 1421.1Sgavan# Development and Debugging options 1431.1Sgavan 1441.1Sgavanoptions PERFCTRS # performance counters 1451.21Schs#options DIAGNOSTIC # internally consistency checks 1461.21Schs#options DEBUG 1471.1Sgavan#options PMAP_DEBUG # Enable pmap_debug_level code 1481.1Sgavan#options IPKDB # remote kernel debugging 1491.1Sgavan#options VERBOSE_INIT_ARM # verbose bootstraping messages 1501.1Sgavanoptions DDB # in-kernel debugger 1511.1Sgavanoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1521.1Sgavanmakeoptions DEBUG="-g" # compile full symbol table 1531.22Sheoptions SYMTAB_SPACE=270000 1541.1Sgavan 1551.1Sgavan##options PMAP_INCLUDE_PTE_SYNC 1561.1Sgavan##options LOCKDEBUG 1571.1Sgavan 1581.1Sgavan##config netbsd root on ? type ? 1591.1Sgavanconfig netbsd root on rtk0 type nfs 1601.1Sgavan#config netbsd-wm0 root on wm0 type nfs 1611.1Sgavan#config netbsd-wd0 root on wd0 type ffs 1621.1Sgavan#config netbsd-sd0 root on sd0 type ffs 1631.1Sgavan 1641.1Sgavan# The main bus device 1651.1Sgavanmainbus0 at root 1661.1Sgavan 1671.1Sgavan# The boot cpu 1681.1Sgavancpu0 at mainbus? 1691.1Sgavan 1701.1Sgavan# i80321 I/O Processor peripheral support 1711.1Sgavaniopxs* at mainbus? 1721.1Sgavan 1731.1Sgavaniopaau* at iopxs? # Application Accelerator Unit 1741.1Sgavaniopiic* at iopxs? # I2C Controller Unit(s) 1751.1Sgavaniic0 at iopiic? 1761.1Sgavaniic1 at iopiic? 1771.1Sgavaniopwdog* at iopxs? # Watchdog timer 1781.1Sgavanpci0 at iopxs? bus ? # PCI/PCI-X support 1791.1Sgavan 1801.1Sgavan# PCI bridges 1811.1Sgavanppb* at pci? dev ? function ? 1821.1Sgavanpci* at ppb? bus ? 1831.1Sgavan 1841.1Sgavan# VGA 1851.1Sgavan#vga* at pci? dev ? function ? 1861.1Sgavan 1871.1Sgavan# IDE and related devices 1881.1Sgavan# PCI IDE controllers - see pciide(4) for supported hardware. 1891.1Sgavan# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 1901.1Sgavan# how to set up DMA modes for this chip. This may work, or may cause 1911.1Sgavan# a machine hang with some controllers. 1921.1Sgavanpciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 1931.1Sgavanacardide* at pci? dev ? function ? # Acard IDE controllers 1941.1Sgavanaceride* at pci? dev ? function ? # Acer Lab IDE controllers 1951.1Sgavanartsata* at pci? dev ? function ? # Intel i31244 SATA controller 1961.1Sgavancmdide* at pci? dev ? function ? # CMD tech IDE controllers 1971.1Sgavancypide* at pci? dev ? function ? # Cypress IDE controllers 1981.1Sgavanhptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 1991.1Sgavanoptiide* at pci? dev ? function ? # Opti IDE controllers 2001.1Sgavanpdcide* at pci? dev ? function ? # Promise IDE controllers 2011.4Sbouyerpdcsata* at pci? dev ? function ? # Promise SATA150 controllers 2021.1Sgavanrccide* at pci? dev ? function ? # ServerWorks IDE controllers 2031.1Sgavansatalink* at pci? dev ? function ? # SiI SATALink controllers 2041.1Sgavansiside* at pci? dev ? function ? # SiS IDE controllers 2051.1Sgavanslide* at pci? dev ? function ? # Symphony Labs IDE controllers 2061.1Sgavanstpcide* at pci? dev ? function ? # STMicro STPC IDE controllers 2071.1Sgavanviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 2081.1Sgavan 2091.1Sgavan# ATA (IDE) bus support 2101.1Sgavanatabus* at ata? 2111.1Sgavan 2121.1Sgavan# IDE drives 2131.1Sgavan# Flags are used only with controllers that support DMA operations 2141.1Sgavan# and mode settings (e.g. some pciide controllers) 2151.1Sgavan# The lowest order four bits (rightmost digit) of the flags define the PIO 2161.1Sgavan# mode to use, the next set of four bits the DMA mode and the third set the 2171.1Sgavan# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 2181.1Sgavan# to use, and the last bit must be 1 for this setting to be used. 2191.1Sgavan# For DMA and UDMA, 0xf (1111) means 'disable'. 2201.1Sgavan# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 2211.1Sgavan# (0xc=1100, 0xa=1010, 0xf=1111) 2221.1Sgavan# 0x0000 means "use whatever the drive claims to support". 2231.1Sgavanwd* at atabus? drive ? flags 0x0000 2241.1Sgavan 2251.1Sgavan# ATA RAID configuration support, as found on some Promise controllers. 2261.1Sgavanpseudo-device ataraid 2271.1Sgavanld* at ataraid? vendtype ? unit ? 2281.1Sgavan 2291.1Sgavan# ATAPI bus support 2301.1Sgavanatapibus* at atapi? 2311.1Sgavan 2321.1Sgavan# ATAPI devices 2331.1Sgavan# flags have the same meaning as for IDE drives. 2341.1Sgavan# XXX No DMA on IDE devices for now 2351.1Sgavancd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives 2361.1Sgavansd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 2371.1Sgavanst* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 2381.1Sgavanuk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 2391.1Sgavan 2401.1Sgavan# PCI network interfaces 2411.1Sgavan# an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 2421.1Sgavan# ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11 2431.1Sgavan# atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11) 2441.1Sgavan# bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet 2451.1Sgavan# bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 2461.1Sgavan# en* at pci? dev ? function ? # ENI/Adaptec ATM 2471.1Sgavan# ep* at pci? dev ? function ? # 3Com 3c59x 2481.1Sgavan# epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 2491.1Sgavan# esh* at pci? dev ? function ? # Essential HIPPI card 2501.1Sgavan# ex* at pci? dev ? function ? # 3Com 90x[BC] 2511.1Sgavan# fpa* at pci? dev ? function ? # DEC DEFPA FDDI 2521.1Sgavan# fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 2531.1Sgavan# gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 2541.1Sgavan#hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 2551.1Sgavan# le* at pci? dev ? function ? # PCnet-PCI Ethernet 2561.1Sgavan# lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 2571.1Sgavan# mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 2581.1Sgavan# ne* at pci? dev ? function ? # NE2000-compatible Ethernet 2591.1Sgavan# ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 2601.1Sgavan# pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 2611.1Sgavan# re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S 2621.1Sgavanrtk* at pci? dev ? function ? # Realtek 8129/8139 2631.1Sgavan# sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 2641.1Sgavan# sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 2651.1Sgavan# skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 2661.1Sgavan# sk* at skc? # SysKonnect SK9821 Gigabit Ethernet 2671.1Sgavan# ste* at pci? dev ? function ? # Sundance ST-201 Ethernet 2681.1Sgavan# stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 2691.1Sgavan# ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 2701.1Sgavan# tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 2711.1Sgavan# tlp* at pci? dev ? function ? # DECchip 21x4x and clones 2721.1Sgavan# vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 2731.1Sgavan# wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 2741.1Sgavanwm* at pci? dev ? function ? # Intel 8254x gigabit 2751.1Sgavan 2761.1Sgavan# MII/PHY support 2771.1Sgavanacphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 2781.1Sgavanamhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 2791.1Sgavanbmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 2801.1Sgavanbrgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 2811.1Sgavandmphy* at mii? phy ? # Davicom DM9101 PHYs 2821.1Sgavanexphy* at mii? phy ? # 3Com internal PHYs 2831.1Sgavangentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 2841.1Sgavanglxtphy* at mii? phy ? # Level One LXT-1000 PHYs 2851.1Sgavangphyter* at mii? phy ? # NS83861 Gig-E PHY 2861.1Sgavanicsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 2871.1Sgavanigphy* at mii? phy ? # Intel IGP01E1000 2881.1Sgavaninphy* at mii? phy ? # Intel 82555 PHYs 2891.1Sgavaniophy* at mii? phy ? # Intel 82553 PHYs 2901.1Sgavanlxtphy* at mii? phy ? # Level One LXT-970 PHYs 2911.1Sgavanmakphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 2921.1Sgavannsphy* at mii? phy ? # NS83840 PHYs 2931.1Sgavannsphyter* at mii? phy ? # NS83843 PHYs 2941.1Sgavanpnaphy* at mii? phy ? # generic HomePNA PHYs 2951.1Sgavanqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 2961.1Sgavansqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 2971.1Sgavantlphy* at mii? phy ? # ThunderLAN PHYs 2981.1Sgavantqphy* at mii? phy ? # TDK Semiconductor PHYs 2991.1Sgavanukphy* at mii? phy ? # generic unknown PHYs 3001.1Sgavanurlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 3011.1Sgavan 3021.1Sgavan# USB Controller and Devices 3031.1Sgavan 3041.1Sgavan# PCI USB controllers 3051.1Sgavan# The EHCI is not ready for prime time. 3061.1Sgavan#ehci* at pci? dev ? function ? # Enhanced Host Controller 3071.1Sgavanohci* at pci? dev ? function ? # Open Host Controller 3081.1Sgavanuhci* at pci? dev ? function ? # Universal Host Controller (Intel) 3091.1Sgavan 3101.1Sgavan# CardBus USB controllers 3111.19Sdrochner#ehci* at cardbus? function ? # Enhanced Host Controller 3121.19Sdrochner#ohci* at cardbus? function ? # Open Host Controller 3131.1Sgavan 3141.1Sgavan# ISA USB controllers 3151.1Sgavan#slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS 3161.1Sgavan 3171.1Sgavan# USB bus support 3181.1Sgavan#usb* at ehci? 3191.1Sgavanusb* at ohci? 3201.1Sgavanusb* at uhci? 3211.1Sgavan#usb* at slhci? 3221.1Sgavan 3231.1Sgavan# USB Hubs 3241.1Sgavan# uhub* at usb? 3251.1Sgavan# uhub* at uhub? port ? configuration ? interface ? 3261.1Sgavan 3271.1Sgavan# USB HID device 3281.1Sgavan# uhidev* at uhub? port ? configuration ? interface ? 3291.1Sgavan 3301.1Sgavan# USB Mice 3311.1Sgavan# ums* at uhidev? reportid ? 3321.1Sgavan# wsmouse* at ums? mux 0 3331.1Sgavan 3341.1Sgavan# USB eGalax touch-panel 3351.1Sgavan# uep* at uhub? port ? 3361.1Sgavan# wsmouse* at uep? mux 0 3371.1Sgavan 3381.1Sgavan# USB Keyboards 3391.1Sgavan# ukbd* at uhidev? reportid ? 3401.1Sgavan# wskbd* at ukbd? console ? mux 1 3411.1Sgavan 3421.16Sskrll# USB serial adpater 3431.16Sskrll# ucycom* at uhidev? reportid ? 3441.16Sskrll 3451.1Sgavan# USB Generic HID devices 3461.1Sgavan# uhid* at uhidev? reportid ? 3471.1Sgavan 3481.1Sgavan# USB Printer 3491.1Sgavan# ulpt* at uhub? port ? configuration ? interface ? 3501.1Sgavan 3511.1Sgavan# USB Modem 3521.1Sgavan# umodem* at uhub? port ? configuration ? 3531.1Sgavan# ucom* at umodem? 3541.1Sgavan 3551.1Sgavan# USB Mass Storage 3561.1Sgavan# umass* at uhub? port ? configuration ? interface ? 3571.1Sgavan# scsibus* at umass? 3581.1Sgavan# wd* at umass? 3591.1Sgavan 3601.1Sgavan# USB audio 3611.1Sgavan# uaudio* at uhub? port ? configuration ? 3621.1Sgavan 3631.1Sgavan# USB MIDI 3641.1Sgavan# umidi* at uhub? port ? configuration ? 3651.1Sgavan 3661.1Sgavan# USB IrDA 3671.1Sgavan# USB-IrDA bridge spec 3681.1Sgavan# uirda* at uhub? port ? configuration ? interface ? 3691.1Sgavan# irframe* at uirda? 3701.1Sgavan 3711.1Sgavan# SigmaTel STIr4200 USB/IrDA Bridge 3721.1Sgavan# ustir* at uhub? port ? 3731.1Sgavan# irframe* at ustir? 3741.1Sgavan 3751.1Sgavan# USB Ethernet adapters 3761.1Sgavan# aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 3771.2Saugustss# axe* at uhub? port ? # ASIX AX88172 based adapters 3781.1Sgavan# cue* at uhub? port ? # CATC USB-EL1201A based adapters 3791.1Sgavan# kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 3801.1Sgavan# udav* at uhub? port ? # Davicom DM9601 based adapters 3811.1Sgavan# url* at uhub? port ? # Realtek RTL8150L based adapters 3821.1Sgavan 3831.1Sgavan# Prolific PL2301/PL2302 host-to-host adapter 3841.1Sgavan# upl* at uhub? port ? 3851.1Sgavan 3861.1Sgavan# Serial adapters 3871.1Sgavan# ubsa* at uhub? port ? # Belkin serial adapter 3881.1Sgavan# ucom* at ubsa? portno ? 3891.1Sgavan 3901.1Sgavan# uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 3911.1Sgavan# ucom* at uftdi? portno ? 3921.1Sgavan 3931.1Sgavan# umct* at uhub? port ? # MCT USB-RS232 serial adapter 3941.1Sgavan# ucom* at umct? portno ? 3951.1Sgavan 3961.1Sgavan# uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 3971.1Sgavan# ucom* at uplcom? portno ? 3981.1Sgavan 3991.1Sgavan# uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 4001.1Sgavan# ucom* at uvscom? portno ? 4011.1Sgavan 4021.1Sgavan# Diamond Multimedia Rio 500 4031.1Sgavan# urio* at uhub? port ? 4041.1Sgavan 4051.1Sgavan# USB Handspring Visor 4061.1Sgavan# uvisor* at uhub? port ? 4071.1Sgavan# ucom* at uvisor? 4081.1Sgavan 4091.9Sitohy# Kyocera AIR-EDGE PHONE 4101.9Sitohy#ukyopon* at uhub? port ? 4111.9Sitohy#ucom* at ukyopon? portno ? 4121.9Sitohy 4131.1Sgavan# USB scanners 4141.1Sgavan# uscanner* at uhub? port ? 4151.1Sgavan 4161.1Sgavan# USB scanners that use SCSI emulation, e.g., HP5300 4171.1Sgavan# usscanner* at uhub? port ? 4181.1Sgavan 4191.1Sgavan# Y@P firmware loader 4201.1Sgavan# uyap* at uhub? port ? 4211.1Sgavan 4221.1Sgavan# D-Link DSB-R100 USB radio 4231.1Sgavan# udsbr* at uhub? port ? 4241.1Sgavan# radio* at udsbr? 4251.1Sgavan 4261.1Sgavan# USB Generic driver 4271.1Sgavan# ugen* at uhub? port ? 4281.1Sgavan 4291.1Sgavan 4301.1Sgavan# IrDA and Consumer Ir devices 4311.1Sgavan 4321.1Sgavan# Toshiba Oboe 4331.1Sgavan# oboe* at pci? dev ? function ? 4341.1Sgavan# irframe* at oboe? 4351.1Sgavan 4361.1Sgavan# PCI IEEE1394 controllers 4371.1Sgavan#fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 4381.1Sgavan 4391.1Sgavan# CardBus IEEE1394 controllers 4401.19Sdrochner#fwohci* at cardbus? function ? # IEEE1394 Open Host Controller 4411.1Sgavan 4421.1Sgavan#fw* at fwbus? # IP over 1394 4431.1Sgavan 4441.1Sgavan# IEEE1394 nodes 4451.1Sgavan#fwnode* at fwbus? idhi ? idlo ? 4461.1Sgavan#sbpscsi* at fwnode? 4471.1Sgavan#scsibus* at sbpscsi? 4481.1Sgavan 4491.1Sgavan# Audio Devices 4501.1Sgavan 4511.1Sgavan# PCI audio devices 4521.1Sgavanauich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio 4531.1Sgavanautri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 4541.1Sgavanauvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 4551.1Sgavanclcs* at pci? dev ? function ? # Cirrus Logic CS4280 4561.1Sgavanclct* at pci? dev ? function ? # Cirrus Logic CS4281 4571.1Sgavancmpci* at pci? dev ? function ? # C-Media CMI8338/8738 4581.1Sgavaneap* at pci? dev ? function ? # Ensoniq AudioPCI 4591.1Sgavanemuxki* at pci? dev ? function ? # Creative SBLive! and PCI512 4601.1Sgavanesa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio 4611.1Sgavanesm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator 4621.1Sgavaneso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 4631.1Sgavanfms* at pci? dev ? function ? # Forte Media FM801 4641.1Sgavanneo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio 4651.1Sgavansv* at pci? dev ? function ? # S3 SonicVibes 4661.1Sgavanyds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 4671.1Sgavan 4681.1Sgavan# OPL[23] FM synthesizers 4691.1Sgavanopl* at cmpci? flags 1 4701.1Sgavanopl* at eso? 4711.1Sgavanopl* at fms? 4721.1Sgavanopl* at sv? 4731.1Sgavanopl* at yds? 4741.1Sgavan 4751.1Sgavan# Audio support 4761.1Sgavanaudio* at audiobus? 4771.1Sgavan 4781.1Sgavan# MPU 401 UARTs 4791.1Sgavanmpu* at cmpci? 4801.1Sgavanmpu* at eso? 4811.1Sgavanmpu* at fms? 4821.1Sgavanmpu* at yds? 4831.1Sgavan 4841.1Sgavan# MIDI support 4851.1Sgavanmidi* at midibus? 4861.1Sgavan 4871.1Sgavan# On-board device support 4881.1Sgavanobio* at mainbus? 4891.1Sgavan#com1 at obio? addr 0x900003e8 xint 1 # on-board UART 4901.1Sgavancom0 at obio? addr 0x900002f8 xint 1 # on-board UART 4911.1Sgavan#com* at obio? addr 0x900003e8 xint 1 # on-board UART 4921.1Sgavan#com* at obio? addr 0x900003f8 xint 1 # on-board UART 4931.1Sgavan 4941.1Sgavan# Pseudo-Devices 4951.1Sgavan 4961.1Sgavan# disk/mass storage pseudo-devices 4971.1Sgavanpseudo-device md 1 # memory disk device (ramdisk) 4981.1Sgavan#pseudo-device vnd 4 # disk-like interface to files 4991.13Shubertf#options VND_COMPRESSION # compressed vnd(4) 5001.6Shannkenpseudo-device fss 4 # file system snapshot device 5011.1Sgavan 5021.1Sgavan# network pseudo-devices 5031.1Sgavanpseudo-device bpfilter 4 # Berkeley packet filter 5041.1Sgavanpseudo-device loop # network loopback 5051.1Sgavan#pseudo-device kttcp # network loopback 5061.1Sgavan 5071.1Sgavan# miscellaneous pseudo-devices 5081.1Sgavanpseudo-device pty # pseudo-terminals 5091.1Sgavanpseudo-device rnd # /dev/random and in-kernel generator 5101.1Sgavanpseudo-device clockctl # user control of clock subsystem 5111.1Sgavanpseudo-device ksyms # /dev/ksyms 5121.1Sgavan 5131.1Sgavan# data mover pseudo-devices 5141.1Sgavan#pseudo-device swdmover # softare dmover(9) back-end 5151.1Sgavan#pseudo-device dmoverio # /dev/dmover dmover(9) interface 5161.24Selad 5171.24Selad# Veriexec 5181.24Selad#options VERIFIED_EXEC 5191.24Selad# 5201.24Selad# a pseudo device needed for veriexec 5211.24Selad#pseudo-device veriexec 1 5221.24Selad# 5231.24Selad# Uncomment the fingerprint methods below that are desired. Note that 5241.24Selad# removing fingerprint methods will have almost no impact on the kernel 5251.24Selad# code size. 5261.24Selad# 5271.24Selad#options VERIFIED_EXEC_FP_RMD160 5281.24Selad#options VERIFIED_EXEC_FP_SHA256 5291.24Selad#options VERIFIED_EXEC_FP_SHA384 5301.24Selad#options VERIFIED_EXEC_FP_SHA512 5311.24Selad#options VERIFIED_EXEC_FP_SHA1 5321.24Selad#options VERIFIED_EXEC_FP_MD5 533