11.187Sabs# $NetBSD: GENERIC,v 1.187 2023/02/12 14:50:38 abs Exp $ 21.1Schris# 31.14Sgmcgarry# GENERIC machine description file 41.179Sskrll# 51.14Sgmcgarry# This machine description file is used to generate the default NetBSD 61.14Sgmcgarry# kernel. The generic kernel does not include all options, subsystems 71.14Sgmcgarry# and device drivers, but should be useful for most applications. 81.1Schris# 91.14Sgmcgarry# The machine description file can be customised for your specific 101.14Sgmcgarry# machine to reduce the kernel size and improve its performance. 111.14Sgmcgarry# 121.14Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8) 131.14Sgmcgarry# man page. 141.14Sgmcgarry# 151.14Sgmcgarry# For further information on hardware support for this architecture, see 161.14Sgmcgarry# the intro(4) man page. For further information about kernel options 171.14Sgmcgarry# for this architecture, see the options(4) man page. For an explanation 181.14Sgmcgarry# of each device driver in this file see the section 4 man page for the 191.14Sgmcgarry# device. 201.1Schris 211.165Smrginclude "arch/cats/conf/std.cats" 221.27Satatat 231.27Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 241.1Schris 251.1Schris# estimated number of users 261.1Schris 271.1Schrismaxusers 32 281.1Schris 291.1Schris# Standard system options 301.1Schris 311.1Schrisoptions INSECURE # disable kernel securelevel 321.1Schris 331.1Schrisoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 341.1Schrisoptions NTP # NTP phase/frequency locked loop 351.52Schris 361.52Schris# experimental ELF support when used on a CATS board running ABLE 371.52Schris#options ABLEELF 381.52Schris#makeoptions ABLEELF="1" 391.40Sjunyoung 401.166Ssevan# Alternate buffer queue strategies for better responsiveness under high 411.166Ssevan# disk I/O load. 421.82Stsutsui#options BUFQ_READPRIO 431.173Ssevanoptions BUFQ_PRIOCSCAN 441.1Schris 451.1Schris# CPU options 461.1Schris 471.1Schris# For StrongARM systems 481.1Schrisoptions CPU_SA110 # Support the SA110 core 491.51Schrismakeoptions CPUFLAGS="-march=armv4 -mtune=strongarm" 501.138Smatt#options VERBOSE_INIT_ARM 511.138Smatt#options FCOM_INIT_ARM # early console attach 521.1Schris 531.1Schris# File systems 541.1Schris 551.1Schrisfile-system FFS # UFS 561.162Sskrll#file-system LFS # log-structured file system 571.1Schrisfile-system MFS # memory file system 581.1Schrisfile-system NFS # Network file system 591.162Sskrll#file-system ADOSFS # AmigaDOS-compatible file system 601.162Sskrll#file-system EXT2FS # second extended file system (linux) 611.1Schrisfile-system CD9660 # ISO 9660 + Rock Ridge file system 621.1Schrisfile-system MSDOSFS # MS-DOS file system 631.1Schrisfile-system FDESC # /dev/fd 641.1Schrisfile-system KERNFS # /kern 651.1Schrisfile-system NULLFS # loopback file system 661.162Sskrll#file-system OVERLAY # overlay filesystem 671.128Spookafile-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 681.1Schrisfile-system PROCFS # /proc 691.1Schrisfile-system UMAPFS # NULLFS + uid and gid remapping 701.1Schrisfile-system UNION # union file system 711.162Sskrll#file-system CODA # Coda File System; also needs vcode (below) 721.90Schristosfile-system PTYFS # /dev/pts/N support 731.131Schsfile-system TMPFS # Efficient memory file-system 741.99Sreinoud#file-system UDF # experimental - OSTA UDF CD/DVD file-system 751.1Schris 761.1Schris# File system options 771.185Ssimonb#options FFS_EI # FFS Endian Independent support 781.185Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 791.134Sbouyeroptions QUOTA # legacy UFS quotas 801.134Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 811.185Ssimonb#options UFS_DIRHASH # UFS Large Directory Hashing 821.185Ssimonboptions UFS_EXTATTR # Extended attribute support for UFS1 831.137Sdhollandoptions WAPBL # File system journaling support 841.185Ssimonboptions NFSSERVER # Network File System server 851.1Schris 861.1Schris# Networking options 871.1Schris 881.1Schris#options GATEWAY # packet forwarding 891.1Schrisoptions INET # IP + ICMP + TCP + UDP 901.1Schrisoptions INET6 # IPV6 911.1Schris#options IPSEC # IP security 921.1Schris#options IPSEC_DEBUG # debug for IP security 931.1Schris#options MROUTING # IP multicast routing 941.68Smanu#options PIM # Protocol Independent Multicast 951.162Sskrll#options NETATALK # AppleTalk networking 961.1Schrisoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 971.1Schrisoptions PPP_DEFLATE # Deflate compression support for PPP 981.1Schrisoptions PPP_FILTER # Active filter support for PPP (requires bpf) 991.8Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1001.1Schris 1011.65Sabs#options ALTQ # Manipulate network interfaces' output queues 1021.65Sabs#options ALTQ_BLUE # Stochastic Fair Blue 1031.65Sabs#options ALTQ_CBQ # Class-Based Queueing 1041.65Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 1051.65Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 1061.65Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1071.65Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 1081.65Sabs#options ALTQ_LOCALQ # Local queueing discipline 1091.65Sabs#options ALTQ_PRIQ # Priority Queueing 1101.65Sabs#options ALTQ_RED # Random Early Detection 1111.65Sabs#options ALTQ_RIO # RED with IN/OUT 1121.65Sabs#options ALTQ_WFQ # Weighted Fair Queueing 1131.65Sabs 1141.1Schrisoptions NFS_BOOT_BOOTP 1151.1Schrisoptions NFS_BOOT_DHCP 1161.1Schris#options NFS_BOOT_BOOTPARAM 1171.1Schris 1181.1Schris# Compatibility options 1191.1Schris 1201.165Smrginclude "conf/compat_netbsd13.config" 1211.165Smrgoptions COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries 1221.1Schris 1231.1Schris# Shared memory options 1241.1Schris 1251.1Schrisoptions SYSVMSG # System V-like message queues 1261.1Schrisoptions SYSVSEM # System V-like semaphores 1271.1Schrisoptions SYSVSHM # System V-like memory sharing 1281.1Schris 1291.1Schris# Device options 1301.1Schris 1311.3Schris#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 1321.22Slukem#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 1331.1Schris#options MEMORY_DISK_IS_ROOT # use memory disk as root 1341.1Schris 1351.1Schris# Miscellaneous kernel options 1361.1Schrisoptions KTRACE # system call tracing, a la ktrace(1) 1371.162Sskrll#options IRQSTATS # manage IRQ statistics 1381.1Schrisoptions SCSIVERBOSE # Verbose SCSI errors 1391.1Schrisoptions PCIVERBOSE # Verbose PCI descriptions 1401.1Schrisoptions MIIVERBOSE # verbose PHY autoconfig messages 1411.1Schris#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1421.1Schrisoptions USBVERBOSE # verbose USB device autoconfig messages 1431.30Slukemoptions USERCONF # userconf(4) support 1441.17Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1451.67Satatatoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1461.41Schris 1471.41Schris# if set defines a keycode for the fcom console to break into ddb. 1481.41Schris# 0x40 == @, see man ascii(7) 1491.41Schris#options DDB_KEYCODE=0x40 1501.1Schris 1511.1Schris# wscons options 1521.1Schris#options WSEMUL_SUN # sun terminal emulation 1531.1Schrisoptions WSEMUL_VT100 # VT100 / VT220 emulation 1541.1Schris# different kernel output - see dev/wscons/wsdisplayvar.h 1551.1Schrisoptions WS_KERNEL_FG=WSCOL_GREEN 1561.1Schrisoptions WSDISPLAY_COMPAT_PCVT # emulate some ioctls 1571.1Schrisoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1581.140Sabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1591.1Schrisoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1601.1Schris# see dev/wscons/wskbdmap_mfii.h for implemented layouts 1611.1Schris#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1621.1Schris 1631.1Schris# Development and Debugging options 1641.1Schris 1651.1Schris#options PORTMASTER # Enable PortMaster only options 1661.129Sdholland#options DIAGNOSTIC # internal consistency checks 1671.1Schrisoptions DDB # in-kernel debugger 1681.1Schrisoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1691.1Schris#makeoptions DEBUG="-g" # compile full symbol table 1701.152Sjoerg#makeoptions COPY_SYMTAB=1 1711.1Schris 1721.1Schrisconfig netbsd root on ? type ? 1731.1Schris 1741.1Schris# The main bus device 1751.1Schrismainbus0 at root 1761.1Schris 1771.61Swiz# The boot CPU 1781.1Schriscpu0 at mainbus? 1791.1Schris 1801.1Schris# Core logic 1811.1Schrisfootbridge0 at mainbus? 1821.1Schris 1831.1Schris# footbridge uart 1841.1Schrisfcom0 at footbridge? 1851.1Schris 1861.1Schris# system clock via footbridge 1871.1Schris#clock* at footbridge? 1881.1Schris 1891.1Schris# PCI bus support 1901.1Schris# PCI bus via footbridge 1911.1Schrispci0 at footbridge? # PCI bus 1921.1Schris 1931.1Schrispci* at ppb? bus ? 1941.1Schris 1951.1Schris# PCI bridges 1961.1Schrisppb* at pci? dev ? function ? # PCI-PCI bridges 1971.1Schris# XXX 'puc's aren't really bridges, but there's no better place for them here 1981.1Schris#puc* at pci? dev ? function ? # PCI "universal" comm. cards 1991.1Schris 2001.60Sjonathan# Cryptographic Devices 2011.60Sjonathan 2021.60Sjonathan# PCI cryptographic devices 2031.162Sskrll#hifn* at pci? dev ? function ? # Hifn 7755/7811/795x 2041.162Sskrll#ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 2051.60Sjonathan 2061.60Sjonathan 2071.1Schris# PCI serial interfaces 2081.1Schris#com* at puc? port ? # 16x50s on "universal" comm boards 2091.1Schris#cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 2101.1Schris 2111.1Schris# PCI parallel printer interfaces 2121.1Schris#lpt* at puc? port ? # || ports on "universal" comm boards 2131.1Schris 2141.1Schris# PCI SCSI Controllers and Buses 2151.162Sskrll#adv* at pci? dev ? function ? # AdvanSys 1200[A,B], ULTRA SCSI 2161.162Sskrll#scsibus* at adv? 2171.1Schris#adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI 2181.1Schris#scsibus* at adw? 2191.162Sskrll#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI controllers 2201.162Sskrll#scsibus* at ahc? 2211.1Schris#bha* at pci? dev ? function ? # BusLogic 9xx SCSI 2221.1Schris#scsibus* at bha? 2231.162Sskrll#iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 2241.162Sskrll#scsibus* at iha? 2251.124Schris#isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI controllers 2261.124Schris#scsibus* at isp? 2271.162Sskrll#pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 2281.162Sskrll#scsibus* at pcscp? 2291.162Sskrll#siop* at pci? dev ? function ? # NCR 53c8xx SCSI 2301.162Sskrll#scsibus* at siop? 2311.162Sskrll#esiop* at pci? dev ? function ? # NCR 53c875 SCSI and newer 2321.162Sskrll#scsibus* at esiop? 2331.1Schris 2341.1Schris# SCSI devices 2351.162Sskrll#sd* at scsibus? target ? lun ? # SCSI disk drives 2361.162Sskrll#st* at scsibus? target ? lun ? # SCSI tape drives 2371.162Sskrll#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 2381.1Schris#ch* at scsibus? target ? lun ? # SCSI auto-changers 2391.1Schris#uk* at scsibus? target ? lun ? # SCSI unknown device 2401.1Schris#ss* at scsibus? target ? lun ? # SCSI scanner 2411.1Schris 2421.1Schris# PCI IDE Controllers and Devices 2431.1Schris# PCI IDE controllers - see pciide(4) for supported hardware. 2441.1Schris# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 2451.1Schris# how to set up DMA modes for this chip. This may work, or may cause 2461.1Schris# a machine hang with some controllers. 2471.162Sskrll#pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 2481.162Sskrll#acardide* at pci? dev ? function ? # Acard IDE controllers 2491.54Sbouyeraceride* at pci? dev ? function ? # Acer Lab IDE controllers 2501.162Sskrll#artsata* at pci? dev ? function ? # Intel i31244 SATA controller 2511.162Sskrll#cmdide* at pci? dev ? function ? # CMD tech IDE controllers 2521.162Sskrll#cypide* at pci? dev ? function ? # Cypress IDE controllers 2531.162Sskrll#hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 2541.162Sskrll#optiide* at pci? dev ? function ? # Opti IDE controllers 2551.162Sskrll#pdcide* at pci? dev ? function ? # Promise IDE controllers 2561.162Sskrll#pdcsata* at pci? dev ? function ? # Promise SATA150 controllers 2571.162Sskrll#satalink* at pci? dev ? function ? # SiI SATALink controllers 2581.162Sskrll#siside* at pci? dev ? function ? # SiS IDE controllers 2591.162Sskrll#slide* at pci? dev ? function ? # Symphony Labs IDE controllers 2601.162Sskrll#viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 2611.54Sbouyer 2621.55Slukem# ATA (IDE) bus support 2631.55Slukematabus* at ata? 2641.53Sbouyer 2651.1Schris# IDE drives 2661.1Schris# Flags are used only with controllers that support DMA operations 2671.1Schris# and mode settings (e.g. some pciide controllers) 2681.1Schris# The lowest order four bits (rightmost digit) of the flags define the PIO 2691.1Schris# mode to use, the next set of four bits the DMA mode and the third set the 2701.1Schris# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 2711.1Schris# to use, and the last bit must be 1 for this setting to be used. 2721.1Schris# For DMA and UDMA, 0xf (1111) means 'disable'. 2731.1Schris# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 2741.1Schris# (0xc=1100, 0xa=1010, 0xf=1111) 2751.1Schris# 0x0000 means "use whatever the drive claims to support". 2761.53Sbouyerwd* at atabus? drive ? flags 0x0000 # the drives themselves 2771.1Schris 2781.1Schris# ATAPI bus support 2791.55Slukematapibus* at atapi? 2801.1Schris 2811.1Schris# ATAPI devices 2821.1Schriscd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 2831.1Schrissd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 2841.1Schrisuk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 2851.1Schris 2861.1Schris# PCI network interfaces 2871.19Sskrllep* at pci? dev ? function ? # 3C590 ethernet cards 2881.1Schrisex* at pci? dev ? function ? # 3Com 90x[B] 2891.4Stsutsuiepic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 2901.4Stsutsuifxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 2911.177Sthorpej#pcn* at pci? dev ? function ? # PCnet-PCI Ethernet 2921.1Schrisne* at pci? dev ? function ? # NE2000 compat ethernet 2931.1Schris#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 2941.4Stsutsuisip* at pci? dev ? function ? # SiS 900 Ethernet 2951.1Schris#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 2961.26Smycrofttlp* at pci? dev ? function ? # DECchip 21x4x and clones 2971.1Schrisvr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 2981.1Schrisrtk* at pci? dev ? function ? # Realtek 8129/8139 2991.1Schris 3001.1Schris# MII/PHY support 3011.29Snathanwacphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 3021.29Snathanwamhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 3031.29Snathanwbmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 3041.29Snathanwbrgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 3051.29Snathanwdmphy* at mii? phy ? # Davicom DM9101 PHYs 3061.1Schrisexphy* at mii? phy ? # 3Com internal PHYs 3071.29Snathanwglxtphy* at mii? phy ? # Level One LXT-1000 PHYs 3081.29Snathanwgphyter* at mii? phy ? # NS83861 Gig-E PHY 3091.29Snathanwicsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 3101.4Stsutsuiinphy* at mii? phy ? # Intel 82555 PHYs 3111.35Srearnshaiophy* at mii? phy ? # Intel 82553 PHYs 3121.29Snathanwlxtphy* at mii? phy ? # Level One LXT-970 PHYs 3131.29Snathanwmakphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 3141.1Schrisnsphy* at mii? phy ? # NS83840 PHYs 3151.29Snathanwnsphyter* at mii? phy ? # NS83843 PHYs 3161.29Snathanwpnaphy* at mii? phy ? # generic HomePNA PHYs 3171.4Stsutsuiqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 3181.171Srinrgephy* at mii? phy ? # Realtek 8169S/8110S/8211 PHYs 3191.171Srinrlphy* at mii? phy ? # Realtek 8139/8201L PHYs 3201.29Snathanwsqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 3211.29Snathanwtlphy* at mii? phy ? # ThunderLAN PHYs 3221.29Snathanwtqphy* at mii? phy ? # TDK Semiconductor PHYs 3231.1Schrisukphy* at mii? phy ? # generic unknown PHYs 3241.29Snathanwurlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 3251.1Schris 3261.1Schris# USB Controller and Devices 3271.1Schris 3281.1Schris# PCI USB controllers 3291.1Schrisohci* at pci? # Open Host Controller 3301.1Schris 3311.1Schris# USB bus support 3321.1Schrisusb* at ohci? 3331.1Schris 3341.1Schris# USB Hubs 3351.1Schrisuhub* at usb? 3361.114Sdrochneruhub* at uhub? port ? 3371.1Schris 3381.16Saugustss# USB HID device 3391.16Saugustssuhidev* at uhub? port ? configuration ? interface ? 3401.16Saugustss 3411.1Schris# USB Mice 3421.16Saugustssums* at uhidev? reportid ? 3431.1Schriswsmouse* at ums? 3441.1Schris 3451.1Schris# USB Keyboards 3461.16Saugustssukbd* at uhidev? reportid ? 3471.1Schriswskbd* at ukbd? console ? 3481.1Schris 3491.108Sskrll# USB serial adapter 3501.88Sskrllucycom* at uhidev? reportid ? 3511.88Sskrll 3521.1Schris# USB Generic HID devices 3531.16Saugustssuhid* at uhidev? reportid ? 3541.1Schris 3551.1Schris# USB Printer 3561.1Schrisulpt* at uhub? port ? configuration ? interface ? 3571.1Schris 3581.1Schris# USB Modem 3591.1Schrisumodem* at uhub? port ? configuration ? 3601.1Schrisucom* at umodem? 3611.1Schris 3621.1Schris# USB Mass Storage 3631.1Schrisumass* at uhub? port ? configuration ? interface ? 3641.1Schrisscsibus* at umass? channel ? 3651.1Schris 3661.1Schris# USB audio 3671.1Schrisuaudio* at uhub? port ? configuration ? 3681.1Schrisaudio* at uaudio? 3691.1Schris 3701.1Schris# USB MIDI 3711.12Slukemumidi* at uhub? port ? configuration ? 3721.12Slukemmidi* at umidi? 3731.1Schris 3741.1Schris# USB Ethernet adapters 3751.1Schrisaue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 3761.69Saugustssaxe* at uhub? port ? # ASIX AX88172 based adapters 3771.1Schriscue* at uhub? port ? # CATC USB-EL1201A based adapters 3781.1Schriskue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 3791.168Srinmue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters 3801.171Srinure* at uhub? port ? # Realtek RTL8152/RTL8153 based adapters 3811.44Saugustssurl* at uhub? port ? # Realtek RTL8150L based adapters 3821.50Sitojunudav* at uhub? port ? # Davicom DM9601 based adapters 3831.1Schris 3841.102Shira# Prolific PL2301/PL2302 host-to-host adapter 3851.1Schrisupl* at uhub? port ? 3861.1Schris 3871.1Schris# Serial adapters 3881.1Schris# FTDI FT8U100AX serial adapter 3891.1Schrisuftdi* at uhub? port ? 3901.1Schrisucom* at uftdi? portno ? 3911.1Schris 3921.1Schrisuplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 3931.12Slukemucom* at uplcom? portno ? 3941.1Schris 3951.1Schrisumct* at uhub? port ? # MCT USB-RS232 serial adapter 3961.1Schrisucom* at umct? portno ? 3971.1Schris 3981.1Schris# USB Handspring Visor 3991.1Schrisuvisor* at uhub? port ? 4001.1Schrisucom* at uvisor? 4011.1Schris 4021.79Sitohy# Kyocera AIR-EDGE PHONE 4031.79Sitohyukyopon* at uhub? port ? 4041.79Sitohyucom* at ukyopon? portno ? 4051.79Sitohy 4061.1Schris# USB scanners that use SCSI emulation, e.g., HP5300 4071.1Schrisusscanner* at uhub? port ? 4081.1Schrisscsibus* at usscanner? channel ? 4091.1Schris 4101.1Schris# USB Generic driver 4111.1Schrisugen* at uhub? port ? 4121.1Schris 4131.1Schris# Audio Devices 4141.1Schris 4151.1Schris# PCI audio devices 4161.1Schris#eap* at pci? dev ? function ? # Ensoniq AudioPCI 4171.1Schris#sv* at pci? dev ? function ? # S3 SonicVibes 4181.1Schris 4191.1Schris# Audio support 4201.1Schris#audio* at eap? 4211.1Schris#audio* at sv? 4221.1Schris 4231.1Schrisvga* at pci? 4241.1Schriswsdisplay* at vga? console ? 4251.1Schris 4261.1Schris# ISA bus bridging 4271.1Schris 4281.1Schrispcib* at pci? dev ? function ? # PCI-ISA bridge 4291.1Schrisisa* at pcib? # ISA bus 4301.1Schris 4311.1Schris# ISA Plug-and-Play bus support 4321.1Schrisisapnp0 at isa? 4331.1Schris 4341.1Schris# wscons 4351.1Schrispckbc0 at isa? # pc keyboard controller 4361.1Schrispckbd* at pckbc? # PC keyboard 4371.1Schrispms* at pckbc? # PS/2 mouse for wsmouse 4381.1Schriswskbd* at pckbd? console ? 4391.1Schriswsmouse* at pms? 4401.1Schris 4411.78Scubeattimer0 at isa? 4421.1Schrispcppi0 at isa? 4431.1Schrissysbeep0 at pcppi? 4441.1Schris 4451.1Schris# ISA Plug-and-Play serial interfaces 4461.1Schriscom* at isapnp? # Modems and serial boards 4471.1Schris 4481.1Schris# ISA Plug-and-Play network interfaces 4491.1Schrisep* at isapnp? # 3Com 3c509 Ethernet 4501.42Stsutsuifmv* at isapnp? # Fujitsu FMV-183 4511.42Stsutsuine* at isapnp? # NE2000-compatible 4521.1Schris 4531.1Schris# ISA serial interfaces 4541.1Schriscom0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 4551.1Schriscom1 at isa? port 0x2f8 irq 3 4561.1Schris#com2 at isa? port 0x3e8 irq 9 4571.1Schris#com3 at isa? port 0x2e8 irq 10 4581.1Schris 4591.1Schris# ISA parallel printer interfaces 4601.1Schrislpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 4611.1Schrislpt1 at isa? port 0x278 irq 5 4621.1Schris#lpt2 at isa? port 0x3bc 4631.1Schris 4641.1Schris# ISA floppy 4651.1Schris#fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 4661.1Schris#fdc1 at isa? port 0x370 irq ? drq ? 4671.1Schris#fd* at fdc? drive ? # the drives themselves 4681.1Schris 4691.1Schris# ISA network interface 4701.1Schris#ne0 at isa? port 0x280 irq 9 4711.1Schris#ne1 at isa? port 0x300 irq 10 4721.1Schris#ep* at isa? port ? irq ? 4731.1Schris 4741.1Schris# The spkr driver provides a simple tone interface to the built in speaker. 4751.161Schristosspkr* at pcppi? # PC speaker 4761.161Schristosspkr* at audio? # PC speaker (synthesized) 4771.158Snat 4781.57Sskrllds1687rtc0 at isa? port 0x72 # Dallas 1687 RTC 4791.1Schris 4801.1Schris# ISA Plug-and-Play audio devices 4811.1Schrisess* at isapnp? # ESS Tech ES1887, ES1888, ES888 audio 4821.1Schrissb* at isapnp? # SoundBlaster-compatible audio 4831.1Schriswss* at isapnp? # Windows Sound System 4841.1Schris 4851.1Schris# OPL[23] FM syntheziers 4861.1Schrisopl* at ess? 4871.1Schrisopl* at sb? 4881.1Schris 4891.1Schris# Audio support 4901.1Schrisaudio* at ess? 4911.1Schrisaudio* at sb? 4921.1Schrisaudio* at wss? 4931.1Schris 4941.1Schris# MPU 401 UARTs 4951.1Schris#mpu* at sb? 4961.1Schris 4971.1Schris# MIDI support 4981.1Schrismidi* at pcppi? # MIDI interface to the PC speaker 4991.1Schrismidi* at sb? # SB MPU401 port 5001.1Schrismidi* at opl? # OPL FM synth 5011.1Schris#midi* at mpu? # MPU 401 5021.1Schris 5031.1Schris# Joysticks 5041.1Schris 5051.1Schris# ISA Plug-and-Play joysticks 5061.1Schrisjoy* at isapnp? # Game ports (usually on audio cards) 5071.1Schris 5081.1Schris# ISA joysticks. Probe is a little strange; add only if you have one. 5091.1Schris#joy0 at isa? port 0x201 5101.1Schris 5111.1Schris# Pseudo-Devices 5121.1Schris 5131.162Sskrll#pseudo-device crypto # /dev/crypto device 5141.162Sskrll#pseudo-device swcrypto # software crypto implementation 5151.60Sjonathan 5161.1Schris# disk/mass storage pseudo-devices 5171.145Schristospseudo-device ccd # concatenated/striped disk devices 5181.130Spookapseudo-device fss # file system snapshot device 5191.145Schristos#pseudo-device cgd # cryptographic disk devices 5201.133Shannkenpseudo-device md # memory disk device (ramdisk) 5211.101Scubepseudo-device vnd # disk-like interface to files 5221.85Shubertf#options VND_COMPRESSION # compressed vnd(4) 5231.128Spookapseudo-device putter # for puffs and pud 5241.1Schris 5251.1Schris# network pseudo-devices 5261.100Srpaulopseudo-device bpfilter # Berkeley packet filter 5271.173Ssevanpseudo-device carp # Common Address Redundancy Protocol 5281.167Smaxv#pseudo-device npf # NPF packet filter 5291.1Schrispseudo-device loop # network loopback 5301.101Scubepseudo-device ppp # Point-to-Point Protocol 5311.15Smartinpseudo-device pppoe # PPP over Ethernet (RFC 2516) 5321.162Sskrll#pseudo-device sl # Serial Line IP 5331.101Scubepseudo-device tun # network tunneling over tty 5341.72Scubepseudo-device tap # virtual Ethernet 5351.101Scubepseudo-device gre # generic L3 over IP tunnel 5361.101Scubepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 5371.101Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 5381.103Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 5391.1Schrispseudo-device vlan # IEEE 802.1q encapsulation 5401.13Satatatpseudo-device bridge # simple inter-network bridging 5411.183Sroypseudo-device vether # Virtual Ethernet for bridge 5421.115Smartinpseudo-device agr # IEEE 802.3ad link aggregation 5431.1Schris 5441.123Stls# 5451.123Stls# accept filters 5461.123Stlspseudo-device accf_data # "dataready" accept filter 5471.123Stlspseudo-device accf_http # "httpready" accept filter 5481.123Stls 5491.1Schris# miscellaneous pseudo-devices 5501.1Schrispseudo-device pty # pseudo-terminals 5511.147Schristospseudo-device sequencer # MIDI sequencer 5521.1Schris#options RND_COM # use "com" randomness as well (BROKEN) 5531.28Slukempseudo-device clockctl # user control of clock subsystem 5541.172Sisakipseudo-device drvctl # user control of drive subsystem 5551.186Sriastradpseudo-device swwdog # software watchdog timer -- swwdog(4) 5561.1Schris 5571.1Schris# a pseudo device needed for Coda # also needs CODA (above) 5581.162Sskrll#pseudo-device vcoda # coda minicache <-> venus comm. 5591.1Schris 5601.1Schris# mouse & keyboard multiplexor pseudo-devices 5611.11Saugustsspseudo-device wsmux 5621.48Sgmcgarrypseudo-device wsfont 5631.47Sraggepseudo-device ksyms # /dev/ksyms 5641.97Selad 5651.173Ssevaninclude "dev/veriexec.config" 5661.187Sabs 5671.187Sabs# Pull in optional local configuration - always at end 5681.187Sabscinclude "arch/cats/conf/GENERIC.local" 569