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