P6032 revision 1.51
11.51Splunky# $NetBSD: P6032,v 1.51 2010/03/07 09:39:42 plunky Exp $ 21.1Sthorpej# 31.1Sthorpej# Algorithmics P-6032 kernel. 41.1Sthorpej# 51.1Sthorpej 61.1Sthorpejinclude "arch/algor/conf/std.algor" 71.1Sthorpej 81.8Satatat#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.8Satatat 101.51Splunky#ident "P6032-$Revision: 1.51 $" 111.1Sthorpej 121.1Sthorpejmaxusers 32 131.1Sthorpej 141.1Sthorpej# Platform Support 151.1Sthorpej#options ALGOR_P4032 # Algorithmics P-4032 161.1Sthorpej#options ALGOR_P5064 # Algorithmics P-5064 171.1Sthorpejoptions ALGOR_P6032 # Algorithmics P-6032 181.1Sthorpej 191.1Sthorpej# Standard system options 201.1Sthorpejoptions KTRACE # System call tracing support 211.1Sthorpejoptions NTP # kernel PLL for NTP 221.1Sthorpej 231.1Sthorpej# Diagnostic/debugging support options 241.1Sthorpejoptions DIAGNOSTIC # Cheap kernel consistency checks 251.1Sthorpejoptions DDB # kernel debugger 261.1Sthorpejmakeoptions DEBUG="-g" 271.1Sthorpej#makeoptions DEBUGLIST="pattern1 pattern2 ..." 281.45Stsutsuioptions SYMTAB_SPACE=350000 291.1Sthorpej 301.1Sthorpej# File systems 311.1Sthorpejfile-system FFS # Fast file system 321.1Sthorpejfile-system MFS # Memory-based file system 331.1Sthorpejfile-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 341.1Sthorpejfile-system MSDOSFS # MS-DOS-compatible file system 351.1Sthorpejfile-system NTFS # Windows/NT file system (experimental) 361.1Sthorpejfile-system NFS # Sun NFS-compatible file system client 371.1Sthorpejfile-system KERNFS # Kernel variable file system (/kern) 381.1Sthorpejfile-system PROCFS # Process file system (/proc) 391.1Sthorpejfile-system FDESC # /dev/fd file system 401.37Schristosfile-system PTYFS # /dev/pts/N support 411.1Sthorpej 421.1Sthorpej# File system options 431.1Sthorpejoptions NFSSERVER # Sun NFS-compatible file system server 441.1Sthorpej#options FFS_EI # FFS Endian Independant support 451.47Ssimonboptions WAPBL # File system journaling support - Experimental 461.38Stsutsuioptions FFS_NO_SNAPSHOT # No FFS snapshot support 471.1Sthorpej 481.1Sthorpej# Networking options 491.1Sthorpejoptions INET # Internet protocol suite 501.1Sthorpejoptions INET6 # IPV6 511.1Sthorpejoptions IPSEC # IP security 521.1Sthorpejoptions IPSEC_ESP # IP security (encryption part; define w/IPSEC) 531.32Stronoptions IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 541.1Sthorpej#options IPSEC_DEBUG # debug for IP security 551.1Sthorpej 561.1Sthorpej# 4.3BSD compatibility. Should be optional, but necessary for now. 571.1Sthorpejoptions COMPAT_43 581.1Sthorpej 591.1Sthorpej# Binary compatibility with previous versions of NetBSD. 601.1Sthorpej#options COMPAT_09 611.1Sthorpejoptions COMPAT_10 621.1Sthorpejoptions COMPAT_11 631.1Sthorpejoptions COMPAT_12 641.1Sthorpejoptions COMPAT_13 651.1Sthorpejoptions COMPAT_14 661.43Smanuoptions COMPAT_15 671.17Ssimonboptions COMPAT_16 681.28Ssimonboptions COMPAT_20 691.36Schristosoptions COMPAT_30 # NetBSD 3.0 compatibility. 701.46Stsutsuioptions COMPAT_40 # NetBSD 4.0 compatibility. 711.24Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 721.1Sthorpej 731.1Sthorpej# System V-like message queues 741.1Sthorpejoptions SYSVMSG 751.1Sthorpej 761.1Sthorpej# System V-like semaphores 771.1Sthorpejoptions SYSVSEM 781.1Sthorpej 791.1Sthorpej# System V-like shared memory 801.1Sthorpejoptions SYSVSHM 811.1Sthorpej 821.1Sthorpej# Loadable Kernel Modules 831.1Sthorpej 841.1Sthorpej# Disable kernel security. 851.1Sthorpej#options INSECURE 861.1Sthorpej 871.1Sthorpej# Misc. options 881.1Sthorpejoptions PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus 891.1Sthorpejoptions PCIVERBOSE # recognize "unknown" PCI devices 901.1Sthorpejoptions MIIVERBOSE # verbose PHY autoconfig messages 911.1Sthorpej#options PCI_CONFIG_DUMP # verbosely dump PCI config space 921.1Sthorpejoptions SCSIVERBOSE # Verbose SCSI errors 931.1Sthorpej#options PCMCIAVERBOSE 941.5Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 951.22Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 961.1Sthorpej 971.1Sthorpej# The Alpha console firmware network boots using the BOOTP 981.1Sthorpej# protocol, so we ask the NFS code to use BOOTP/DHCP as well, 991.1Sthorpej# in case we have NFS root. 1001.1Sthorpejoptions NFS_BOOT_DHCP # superset of BOOTP 1011.1Sthorpej 1021.1Sthorpej# WS console uses SUN or VT100 terminal emulation 1031.1Sthorpej#options WSEMUL_VT100 1041.1Sthorpej 1051.1Sthorpejconfig netbsd root on ? type ? 1061.1Sthorpej#config netbsd root on sd0 type ffs 1071.1Sthorpej#config netbsd root on ? type nfs 1081.1Sthorpej 1091.1Sthorpejmainbus0 at root 1101.1Sthorpejcpu* at mainbus0 1111.1Sthorpej 1121.1Sthorpej# PCI host bus adapter support 1131.1Sthorpejbonito* at mainbus? 1141.1Sthorpej 1151.1Sthorpej# PCI bus support 1161.1Sthorpejpci* at bonito? 1171.1Sthorpej 1181.1Sthorpej# PCI devices 1191.1Sthorpej#adv* at pci? dev ? function ? # AdvanSys SCSI 1201.1Sthorpej#adw* at pci? dev ? function ? # AdvanSys Wide SCSI 1211.10Swiz#options SCSI_ADW_WDTR_DISABLE # disable WDTR 1221.10Swiz#options SCSI_ADW_SDTR_DISABLE # disable SDTR 1231.10Swiz#options SCSI_ADW_TAGQ_DISABLE # disable Tag Queuing 1241.1Sthorpej#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 1251.1Sthorpej#bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested) 1261.1Sthorpej#cac* at pci? dev ? function ? # Compaq array controller (untested) 1271.1Sthorpej#cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested) 1281.1Sthorpej#cz* at pci? dev ? function ? # Cyclades-Z (untested) 1291.1Sthorpej#dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 1301.1Sthorpej#eap* at pci? dev ? function ? # Ensoniq AudioPCI 1311.1Sthorpej#en* at pci? dev ? function ? # ENI PCI ATM (untested) 1321.1Sthorpej#ep* at pci? dev ? function ? # 3COM 3c59x 1331.1Sthorpej#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 1341.1Sthorpej#eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 1351.1Sthorpej#ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet 1361.1Sthorpej#fpa* at pci? dev ? function ? # DEC DEFPA FDDI 1371.1Sthorpej#fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B 1381.1Sthorpej#gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet 1391.1Sthorpej#isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI 1401.4Sthorpejpcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 1411.1Sthorpejpcib* at pci? dev ? function ? # Intel PCI-ISA Bridges 1421.1Sthorpej#siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 1431.1Sthorpej#mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested) 1441.1Sthorpej#ne* at pci? dev ? function ? # NE2000-compatible Ethernet 1451.1Sthorpej#ohci* at pci? dev ? function ? # USB Open Host Controller 1461.15Sbouyerpciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 1471.15Sbouyeracardide* at pci? dev ? function ? # Acard IDE controllers 1481.15Sbouyeraceride* at pci? dev ? function ? # Acer Lab IDE controllers 1491.20Sthorpejartsata* at pci? dev ? function ? # Intel i31244 SATA controller 1501.15Sbouyercmdide* at pci? dev ? function ? # CMD tech IDE controllers 1511.15Sbouyercypide* at pci? dev ? function ? # Cypress IDE controllers 1521.15Sbouyerhptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 1531.15Sbouyeroptiide* at pci? dev ? function ? # Opti IDE controllers 1541.15Sbouyerpdcide* at pci? dev ? function ? # Promise IDE controllers 1551.25Sbouyerpdcsata* at pci? dev ? function ? # Promise SATA150 controllers 1561.19Sthorpejsatalink* at pci? dev ? function ? # SiI SATALink controllers 1571.15Sbouyersiside* at pci? dev ? function ? # SiS IDE controllers 1581.15Sbouyerslide* at pci? dev ? function ? # Symphony Labs IDE controllers 1591.15Sbouyerviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 1601.1Sthorpej#pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI 1611.1Sthorpejppb* at pci? dev ? function ? # PCI-PCI Bridges 1621.21Swiz#rtk* at pci? dev ? function ? # Realtek 8129/8139 Ethernet 1631.1Sthorpej#sip* at pci? dev ? function ? # SiS 900 Ethernet 1641.1Sthorpej#sv* at pci? dev ? function ? # S3 SonicVibes 1651.1Sthorpej#tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 1661.1Sthorpej#ti* at pci? dev ? function ? # Alteon Tigon Gig-E 1671.1Sthorpej#tl* at pci? dev ? function ? # TI ThunderLAN Ethernet 1681.1Sthorpej#tlp* at pci? dev ? function ? # DECchip 21x4x and clones 1691.1Sthorpej#uhci* at pci? dev ? function ? # USB Univ. Host Controller 1701.1Sthorpej#vga* at pci? dev ? function ? # PCI VGA Graphics 1711.1Sthorpej#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 1721.1Sthorpej#yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 1731.1Sthorpej 1741.1Sthorpej#audio* at eap? 1751.1Sthorpej#audio* at eso? 1761.1Sthorpej#audio* at sv? 1771.1Sthorpej#audio* at yds? 1781.1Sthorpej 1791.1Sthorpej#opl* at eso? 1801.1Sthorpej#opl* at sv? 1811.1Sthorpej#opl* at yds? 1821.1Sthorpej 1831.1Sthorpej#mpu* at eso? 1841.1Sthorpej#mpu* at yds? 1851.1Sthorpej 1861.1Sthorpej# MII/PHY support 1871.4Sthorpejacphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 1881.4Sthorpejamhphy* at mii? phy ? # AMD 79c901 10BASE-T PHY 1891.4Sthorpej#bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 1901.4Sthorpej#brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 1911.4Sthorpej#dmphy* at mii? phy ? # Davicom DM9101 PHYs 1921.1Sthorpej#exphy* at mii? phy ? # 3Com internal PHYs 1931.4Sthorpej#glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 1941.4Sthorpej#gphyter* at mii? phy ? # NS83861 Gig-E PHY 1951.6Swiz#icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 1961.1Sthorpej#inphy* at mii? phy ? # Intel 82555 PHYs 1971.4Sthorpej#iophy* at mii? phy ? # Intel 82553 PHYs 1981.4Sthorpejlxtphy* at mii? phy ? # Level One LXT-970 PHYs 1991.4Sthorpej#makphy* at mii? phy ? # Margell Semiconductor 88E1000 PHYs 2001.4Sthorpejnsphy* at mii? phy ? # NS83840 PHYs 2011.4Sthorpej#nsphyter* at mii? phy ? # NS83843 PHYs 2021.4Sthorpej#qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 2031.4Sthorpejpnaphy* at mii? phy ? # generic HomePNA PHYs 2041.1Sthorpej#nsphy* at mii? phy ? # NS83840 PHYs 2051.1Sthorpej#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 2061.1Sthorpej#tlphy* at mii? phy ? # ThunderLAN PHYs 2071.4Sthorpej#tqphy* at mii? phy ? # TDK Semiconductor PHYs 2081.4Sthorpejukphy* at mii? phy ? # generic unknown PHYs 2091.1Sthorpej 2101.1Sthorpej# ISA/EISA bus support 2111.1Sthorpejisa* at pcib? 2121.1Sthorpej#isapnp* at isa? 2131.1Sthorpej 2141.1Sthorpej# ISA devices 2151.1Sthorpejmcclock* at isa? port 0x70 2161.1Sthorpej#pckbc* at isa? # PC keyboard controller 2171.1Sthorpej#pckbd* at pckbc? # PC keyboard (kbd port) 2181.1Sthorpej#pms* at pckbc? # PS/2-style mouse (aux port) 2191.29Scube#attimer* at isa? # AT Timer 2201.1Sthorpej#pcppi* at isa? # PC prog. periph. interface 2211.1Sthorpej#spkr0 at pcppi? # IBM BASIC emulation 2221.1Sthorpej#isabeep0 at pcppi? # "keyboard" beep 2231.1Sthorpej#midi* at pcppi? 2241.1Sthorpejcom* at isa? port 0x3f8 irq 4 # standard serial ports 2251.1Sthorpejcom* at isa? port 0x2f8 irq 3 2261.1Sthorpej#cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet 2271.1Sthorpej#ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 2281.1Sthorpej#ep* at isa? port ? irq ? # 3COM 3c509 Ethernet 2291.1Sthorpej#ep* at isapnp? 2301.1Sthorpej#ix0 at isa? port 0x300 irq 10 # EtherExpress/16 2311.1Sthorpej#iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA 2321.1Sthorpejfdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller 2331.1Sthorpej#lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 2341.1Sthorpej#lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 2351.1Sthorpej#depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA 2361.1Sthorpej#depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA 2371.1Sthorpej#le* at depca? 2381.1Sthorpej#lpt* at isa? port 0x3bc irq 7 # standard parallel port 2391.1Sthorpej#vga* at isa? # ISA (EISA: XXX) VGA 2401.1Sthorpej#wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers 2411.1Sthorpej#wdc1 at isa? port 0x170 irq 15 2421.1Sthorpej#wdc* at isapnp? 2431.2Slukem#we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 2441.2Slukem#we1 at isa? port 0x300 iomem 0xcc000 irq 10 2451.1Sthorpej#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System 2461.1Sthorpej#wss* at isapnp? 2471.1Sthorpej#audio* at wss? 2481.1Sthorpej#midi* at wss? 2491.1Sthorpej#sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster 2501.1Sthorpej#sb* at isapnp? 2511.1Sthorpej#audio* at sb? 2521.1Sthorpej#adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02] 2531.1Sthorpej#aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 2541.1Sthorpej#aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 2551.1Sthorpej#bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 2561.1Sthorpej#bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 2571.1Sthorpej#uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 2581.1Sthorpej#uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 2591.1Sthorpej#pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 2601.1Sthorpej#pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000 2611.1Sthorpej#pcmcia* at pcic? controller ? socket ? 2621.1Sthorpej 2631.1Sthorpej# PCMCIA device 2641.1Sthorpej#aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 2651.1Sthorpej#com* at pcmcia? function ? # Modems and serial cards 2661.1Sthorpej#wdc* at pcmcia? function ? # PCMCIA IDE controllers 2671.1Sthorpej#ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth. 2681.1Sthorpej#mbe* at pcmcia? function ? # MB8696x based Ethernet 2691.1Sthorpej#ne* at pcmcia? function ? # NE2000-compatible Eth. 2701.1Sthorpej#sm* at pcmcia? function ? # Megahertz Ethernet 2711.1Sthorpej#ray* at pcmcia? function ? # Raytheon Raylink (802.11) 2721.1Sthorpej#wi* at pcmcia? function ? # Lucent WaveLAN/IEEE 2731.1Sthorpej 2741.1Sthorpej# SCSI bus support 2751.1Sthorpej#scsibus* at adv? 2761.1Sthorpej#scsibus* at adw? 2771.1Sthorpej#scsibus* at aha? 2781.1Sthorpej#scsibus* at ahb? 2791.1Sthorpej#scsibus* at ahc? 2801.1Sthorpej#scsibus* at aic? 2811.1Sthorpej#scsibus* at bha? 2821.1Sthorpej#scsibus* at dpt? 2831.1Sthorpej#scsibus* at isp? 2841.1Sthorpej#scsibus* at siop? 2851.1Sthorpej#scsibus* at pcscp? 2861.1Sthorpej#scsibus* at uha? 2871.1Sthorpej 2881.1Sthorpej# SCSI devices 2891.1Sthorpej#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 2901.1Sthorpej#sd* at scsibus? target ? lun ? # SCSI disk drives 2911.1Sthorpej#st* at scsibus? target ? lun ? # SCSI tape drives 2921.1Sthorpej 2931.16Slukem# ATA (IDE) bus support 2941.16Slukematabus* at ata? 2951.14Sbouyer 2961.16Slukem# IDE drives 2971.14Sbouyerwd* at atabus? drive ? 2981.1Sthorpej 2991.1Sthorpej# ATAPI bus support 3001.16Slukematapibus* at atapi? 3011.1Sthorpej 3021.1Sthorpej# ATAPI devices 3031.1Sthorpejsd* at atapibus? drive ? # ATAPI disk devices 3041.1Sthorpejcd* at atapibus? drive ? # ATAPI CD-ROM devices 3051.1Sthorpej 3061.1Sthorpej# Floppy drives 3071.1Sthorpejfd* at fdc? drive ? 3081.1Sthorpej 3091.1Sthorpej# Hardware RAID devices 3101.1Sthorpej#ld* at cac? unit ? 3111.1Sthorpej#ld* at mlx? unit ? 3121.1Sthorpej 3131.1Sthorpej# USB bus support 3141.1Sthorpej#usb* at uhci? 3151.1Sthorpej#usb* at ohci? 3161.1Sthorpej 3171.1Sthorpej# USB Hubs 3181.1Sthorpej#uhub* at usb? 3191.44Sdrochner#uhub* at uhub? port ? 3201.1Sthorpej 3211.3Saugustss# USB HID device 3221.3Saugustss#uhidev* at uhub? port ? configuration ? interface ? 3231.3Saugustss 3241.1Sthorpej# USB Mice 3251.3Saugustss#ums* at uhidev? reportid ? 3261.1Sthorpej#wsmouse* at ums? 3271.1Sthorpej 3281.1Sthorpej# USB Keyboards 3291.3Saugustss#ukbd* at uhidev? reportid ? 3301.1Sthorpej#wskbd* at ukbd? console ? 3311.1Sthorpej 3321.42Sskrll# USB serial adapter 3331.35Sskrll#ucycom* at uhidev? reportid ? 3341.35Sskrll 3351.1Sthorpej# USB Generic HID devices 3361.3Saugustss#uhid* at uhidev? reportid ? 3371.1Sthorpej 3381.1Sthorpej# USB Printer 3391.1Sthorpej#ulpt* at uhub? port ? configuration ? interface ? 3401.1Sthorpej 3411.1Sthorpej# USB Modem 3421.1Sthorpej#umodem* at uhub? port ? configuration ? 3431.1Sthorpej#ucom* at umodem? 3441.1Sthorpej 3451.51Splunky# Option N.V. Wireless WAN modems 3461.51Splunky#uhso* at uhub? port ? configuration ? 3471.51Splunky 3481.1Sthorpej# USB Mass Storage 3491.1Sthorpej#umass* at uhub? port ? configuration ? interface ? 3501.14Sbouyer#atapibus* at umass? 3511.1Sthorpej#scsibus* at umass? channel ? 3521.1Sthorpej 3531.1Sthorpej# USB Ethernet adapters 3541.1Sthorpej#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 3551.23Saugustss#axe* at uhub? port ? # ASIX AX88172 based adapters 3561.1Sthorpej#cue* at uhub? port ? # CATC USB-EL1201A based adapters 3571.1Sthorpej#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 3581.12Saugustss#url* at uhub? port ? # Realtek RTL8150L based adapters 3591.1Sthorpej 3601.1Sthorpej# Serial adapters 3611.1Sthorpej# FTDI FT8U100AX serial adapter 3621.1Sthorpej#uftdi* at uhub? port ? 3631.1Sthorpej#ucom* at uftdi? portno ? 3641.1Sthorpej 3651.30Sitohy# Kyocera AIR-EDGE PHONE 3661.30Sitohy#ukyopon* at uhub? port ? 3671.30Sitohy#ucom* at ukyopon? portno ? 3681.30Sitohy 3691.1Sthorpej# USB scanners 3701.1Sthorpej#uscanner* at uhub? port ? 3711.1Sthorpej 3721.1Sthorpej# Y@P firmware loader 3731.1Sthorpej#uyap* at uhub? port ? 3741.1Sthorpej 3751.1Sthorpej# USB Generic driver 3761.1Sthorpej#ugen* at uhub? port ? 3771.1Sthorpej 3781.1Sthorpej# Workstation Console attachments 3791.1Sthorpej#wsdisplay* at vga? 3801.1Sthorpej#wskbd* at pckbd? 3811.1Sthorpej#wsmouse* at pms? 3821.1Sthorpej 3831.39Srpaulopseudo-device bpfilter 3841.1Sthorpejpseudo-device ccd 4 3851.11Selric#pseudo-device cgd 4 # cryptographic disk devices 3861.1Sthorpej#pseudo-device raid 4 # RAIDframe disk driver 3871.2Slukem#options RAID_AUTOCONFIG # auto-configuration of RAID components 3881.26Shannken#pseudo-device fss 4 # file system snapshot device 3891.1Sthorpejpseudo-device ipfilter 1 3901.1Sthorpejpseudo-device loop 1 3911.1Sthorpejpseudo-device md 1 3921.40Scubepseudo-device ppp 3931.1Sthorpejpseudo-device pty # pseudo-terminals 3941.40Scubepseudo-device sl 3951.40Scubepseudo-device vnd 3961.40Scube#pseudo-device gre # generic L3 over IP tunnel 3971.40Scubepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 3981.40Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 3991.41Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 4001.1Sthorpejpseudo-device vlan # IEEE 802.1q encapsulation 4011.1Sthorpejpseudo-device sequencer 1 # MIDI sequencer 4021.1Sthorpejpseudo-device rnd # /dev/random and in-kernel generator 4031.1Sthorpej#options RND_COM # use "com" randomness too 4041.9Slukempseudo-device clockctl # user control of clock subsystem 405