GENERIC revision 1.101
11.101Smartin# $NetBSD: GENERIC,v 1.101 2001/12/28 12:21:56 martin Exp $ 21.1Stakemura# 31.100Sgmcgarry# GENERIC machine description file 41.100Sgmcgarry# 51.100Sgmcgarry# This machine description file is used to generate the default NetBSD 61.100Sgmcgarry# kernel. The generic kernel does not include all options, subsystems 71.100Sgmcgarry# and device drivers, but should be useful for most applications. 81.100Sgmcgarry# 91.100Sgmcgarry# The machine description file can be customised for your specific 101.100Sgmcgarry# machine to reduce the kernel size and improve its performance. 111.1Stakemura# 121.100Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8) 131.100Sgmcgarry# man page. 141.1Stakemura# 151.100Sgmcgarry# For further information on hardware support for this architecture, see 161.100Sgmcgarry# the intro(4) man page. For further information about kernel options 171.100Sgmcgarry# for this architecture, see the options(4) man page. For an explanation 181.100Sgmcgarry# of each device driver in this file see the section 4 man page for the 191.100Sgmcgarry# device. 201.100Sgmcgarry 211.1Stakemurainclude "arch/hpcmips/conf/std.hpcmips" 221.24Shubertf 231.101Smartin#ident "GENERIC-$Revision: 1.101 $" 241.1Stakemura 251.98Suchmaxusers 16 261.1Stakemura 271.1Stakemuraoptions MIPS3 # R4000/R4400/R4600 CPUs 281.1Stakemura 291.1Stakemura# Support for specific models of H/PC MIPS 301.9Senamioptions MIPS3_4100 # VR4100 core 311.85Ssatooptions VR41XX # NEC VR41xx series 321.86Ssatooptions VR4102 # NEC VR4102 331.86Ssatooptions VR4111 # NEC VR4111 341.86Ssatooptions VR4121 # NEC VR4121 351.22Sshinoptions NOFPU # No FPU 361.22Sshinoptions SOFTFLOAT # emulate FPU insn 371.9Senamioptions MIPS3_L2CACHE_ABSENT 381.1Stakemura 391.1Stakemura# Standard system options 401.1Stakemuraoptions DDB # in-kernel debugger 411.1Stakemura#options DDB_ONPANIC=0 # don't enter debugger on panic 421.86Ssato#options KGDB # remote debugger 431.1Stakemura#options DIAGNOSTIC # extra kernel debugging checks 441.1Stakemura#options DEBUG # extra kernel debugging support 451.1Stakemuraoptions KTRACE # system call tracing support 461.87Ssatooptions MSGBUFSIZE=8192 # dmesg buffer size 471.72Stakemura 481.72Stakemura## UVM options. 491.72Stakemura#options UVM_PAGE_TRKOWN 501.72Stakemura#options UVMHIST 511.72Stakemura#options UVMHIST_PRINT # Loud! 521.1Stakemura 531.54Sshin#options SCSIVERBOSE # human readable SCSI error messages 541.27Ssato#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 551.1Stakemura 561.11Ssato#options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 571.9Senami#options RTC_OFFSET=-540 # JST-9 581.9Senami#options RTC_OFFSET=480 # PST8 591.25Ssato # In NO RTC_OFFSET , inherit RTC_OFFSET 601.25Ssato # from Windows CE. 611.1Stakemuraoptions NTP # network time protocol 621.1Stakemura#options UCONSOLE # users can redirect console (unsafe) 631.1Stakemura 641.9Senami#options WINCE_DEFAULT_SETTING # Debugging use 651.9Senami#options DUMP_GIU_LEVEL2_INTR # Debugging use 661.9Senami#options DEBUG_FIND_PCIC # Debugging use XXX harmful don't define until read source. 671.9Senami 681.9Senami#options SYSCALL_DEBUG # for debug 691.9Senami#options HPCMIPS_L1CACHE_DISABLE # disable L1 cache for debug 701.9Senami#options HPCMIPS_FLUSHCACHE_XXX # for debug 711.1Stakemura 721.1Stakemura# Filesystem options 731.92Senamifile-system FFS # fast filesystem with user and group quotas 741.1Stakemurafile-system MFS # memory-based filesystem 751.1Stakemurafile-system NFS # Sun NFS-compatible filesystem (client) 761.1Stakemura#file-system LFS # Log-based filesystem (still experimental) 771.54Sshinfile-system CD9660 # ISO 9660 + Rock Ridge file system 781.20Sshinfile-system MSDOSFS # MS-DOS file system 791.1Stakemura#file-system FDESC # /dev/fd 801.1Stakemurafile-system KERNFS # /kern (kernel informational filesystem) 811.1Stakemura#file-system NULLFS # loopback file system 821.23Swrstuden#file-system OVERLAY # overlay file system 831.1Stakemura#file-system PORTAL # portal filesystem (still experimental) 841.1Stakemurafile-system PROCFS # /proc 851.1Stakemura#file-system UMAPFS # NULLFS + uid and gid remapping 861.1Stakemurafile-system UNION 871.1Stakemura 881.1Stakemura#options NFSSERVER # Sun NFS-compatible filesystem (server) 891.92Senamioptions SOFTDEP # FFS soft updates support. 901.54Sshin#options QUOTA # UFS quotas 911.68Sshinoptions VNODE_OP_NOINLINE # don't inline vnode op calls 921.13Sjun 931.1Stakemura# Networking options 941.13Sjun#options GATEWAY # IP packet forwarding 951.13Sjunoptions INET # IP + ICMP + TCP + UDP 961.13Sjunoptions INET6 # IPV6 971.13Sjun#options IPSEC # IP security 981.13Sjun#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 991.13Sjun#options IPSEC_DEBUG # debug for IP security 1001.1Stakemura#options MROUTING # Multicast routing support 1011.1Stakemura#options ISO # OSI networking 1021.1Stakemura#options TPIP # TPIP 1031.1Stakemura#options EON # OSI tunneling over IP 1041.1Stakemura#options CCITT,LLC,HDLC # X.25 1051.1Stakemura 1061.1Stakemura# NetBSD backwards compatibility 1071.45Suchoptions COMPAT_43 1081.1Stakemura 1091.9Senamioptions NFS_BOOT_DHCP 1101.1Stakemura 1111.1Stakemuraconfig netbsd root on ? type ? 1121.1Stakemura 1131.1Stakemura# WS console uses SUN or VT100 terminal emulation 1141.1Stakemuraoptions WSEMUL_VT100 1151.81Ssato#options WSDISPLAY_DEFAULTSCREENS=4 1161.9Senami#options FONT_VT220L8x8 1171.9Senamioptions FONT_VT220L8x10 1181.48Stakemura# compatibility to other console drivers 1191.48Stakemuraoptions WSDISPLAY_COMPAT_PCVT # emulate some ioctls 1201.48Stakemuraoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1211.48Stakemuraoptions WSDISPLAY_COMPAT_USL # VT handling 1221.48Stakemuraoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1231.71Stakemura# 1241.71Stakemura# Hpckbd will set key board layout appropriately. You can use option 1251.71Stakemura# 'PCKBD_LAYOUT' to overrite the default layout. 1261.71Stakemura# 1271.92Senami#options PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)" 1281.57Stakemura 1291.57Stakemura# temporally power management 1301.61Stakemurahpcapm0 at mainbus0 # power management 1311.61Stakemuraapmdev0 at hpcapm0 # APM 1321.1Stakemura 1331.1Stakemuravrip* at mainbus0 1341.70Ssatovrbcu* at vrip? addr 0x0b000000 size 0x20 1351.1Stakemuravrcmu* at vrip? addr 0x0b000060 size 0x20 1361.1Stakemuravrrtc* at vrip? addr 0x0b0000c0 size 0x20 intr 2 1371.1Stakemura 1381.97Slukemvrkiu* at vrip? addr 0x0b000180 size 0x20 intr 7 1391.65Stakemurahpckbd* at vrkiu? 1401.9Senamioptions __NO_SOFT_SERIAL_INTERRUPT 1411.28Stakemuracom* at vrip? addr 0x0c000000 size 0x20 intr 9 pwctl PWCTL_COM0 1421.1Stakemuravrgiu* at vrip? addr 0x0b000100 size 0x20 intr 8 1431.1Stakemuravrpmu* at vrip? addr 0x0b0000a0 size 0x20 intr 1 # power switch 1441.16Stakemuravrdsu* at vrip? addr 0x0b0000e0 size 0x08 1451.19Stakemuravrpiu* at vrip? addr 0x0b000120 size 0x1a0 intr 5 1461.97Slukemvrled* at vrip? addr 0x0b000240 size 0x10 intr 17 1471.59Stakemura 1481.83Stakemuraoptions MQ200_DEBUG 1491.83Stakemura#options MQ200_USECRT 1501.61Stakemuramqvideo0 at vrip? addr 0x0a000000 size 0x800000 # MQ200 video controller 1511.61Stakemurahpcfb* at mqvideo? 1521.69Ssato 1531.69Ssatoite8181video0 at vrip? addr 0x0a000000 size 0x800000 # ITE8181 video controller 1541.69Ssatohpcfb* at ite8181video? 1551.77Ssato 1561.97Slukemvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_430 1571.97Slukemvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_510 1581.97Slukemvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520 1591.97Slukemvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520A 1601.97Slukemvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530 1611.97Slukemvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION 1621.97Slukemvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530A 1631.97Slukemvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_700 1641.19Stakemura 1651.19Stakemura# Workstation Console attachments 1661.35Stakemurabivideo0 at mainbus0 1671.35Stakemurahpcfb* at bivideo0 1681.35Stakemurawsdisplay* at hpcfb? 1691.65Stakemurawskbd* at hpckbd? mux 1 1701.19Stakemurawsmouse* at vrpiu? mux 0 1711.36Stakemurabtnmgr0 at mainbus0 1721.36Stakemurawskbd* at btnmgr0 mux 1 1731.1Stakemura 1741.1Stakemura# 1751.33Stakemura# hpcmips isa? bus irq locator means: 1761.33Stakemura# 1771.33Stakemura# 0x0000000f ISA IRQ# 1781.33Stakemura# 0x00ff0000 GPIO port# 1791.33Stakemura# 0x01000000 interrupt signal hold/through (1:hold/0:though) 1801.33Stakemura# 0x02000000 interrupt detection level (1:low /0:high ) 1811.33Stakemura# 0x04000000 interrupt detection trigger (1:edge/0:level ) 1821.33Stakemura 1831.33Stakemura# 1841.27Ssato# MC-R300, MC-R500 1851.1Stakemura# Button to GPIO port # mapping 1861.1Stakemura# + REC button : 4 1871.1Stakemura# + Open/Close button: 6 1881.1Stakemura# (PCIC-ISA : 9) 1891.1Stakemura# (COM power:14) 1901.27Ssato# 1911.27Ssato# MC-R510 1921.27Ssato# Button to GPIO port # mapping 1931.27Ssato# + Open/Close button: 3 1941.27Ssato# (PCIC-ISA : 9) 1951.27Ssato# (COM power:14) 1961.27Ssato# 1971.27Ssato# MC-R530 1981.27Ssato# Button to GPIO port # mapping 1991.27Ssato# + Open/Close button: 3 2001.27Ssato# + Application button: 2 2011.27Ssato# (PCIC-ISA : 9) 2021.88Ssato# (COM power:46) 2031.27Ssato# 2041.27Ssato# MC-R700 2051.27Ssato# Button to GPIO port # mapping 2061.27Ssato# + Open/Close button: 3 2071.27Ssato# (PCIC-ISA : 9) 2081.27Ssato# (COM power:46) 2091.27Ssato# 2101.27Ssato# MC-CS 2111.27Ssato# Button to GPIO port # mapping 2121.27Ssato# (PCIC-ISA : 9) 2131.27Ssato# (COM power:14) 2141.27Ssato# 2151.27Ssato# IBM WorkPad z50 2161.27Ssato# Button to GPIO port # mapping 2171.27Ssato# + REC button : 1 2181.27Ssato# + Application button? : 2 2191.27Ssato# (PCIC-ISA : 9) 2201.27Ssato# 2211.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4 2221.64Ssatobutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4 2231.97Slukembutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0 2241.79Ssatobutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3 2251.64Ssatobutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3 2261.64Ssatobutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3 2271.88Ssato#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3 2281.64Ssatobutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3 2291.88Ssato#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3 2301.67Ssatobutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3 2311.64Ssatobutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3 2321.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6 2331.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6 2341.64Ssatobutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0 port 2 2351.64Ssatobutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0 port 2 active 0 2361.64Ssatobutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8 2371.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14 2381.79Ssatopwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46 2391.75Ssatopwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14 2401.75Ssatopwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46 2411.88Ssatopwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46 2421.75Ssato#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46 2431.64Ssatopwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46 2441.64Ssatopwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14 2451.95Ssatopwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45 2461.64Ssatopwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45 2471.64Ssatopwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45 2481.95Ssatopwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10 2491.63Ssatopwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10 2501.42Ssatopwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10 2511.64Ssatopwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12 2521.79Ssatopwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44 2531.64Ssatopwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12 2541.64Ssatopwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44 2551.64Ssatopwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44 2561.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44 2571.64Ssatopwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44 2581.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44 2591.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44 2601.64Ssatopwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49 2611.79Ssato#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47 2621.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47 2631.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47 2641.1Stakemuravrisab0 at vrgiu? platform NEC_MCR 2651.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS 2661.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000 2671.1Stakemuraisa0 at vrisab0 2681.1Stakemurapcic0 at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003 2691.1Stakemura# 2701.1Stakemura# Freestyle 2711.1Stakemura# Button to GPIO port # mapping 2721.1Stakemura# +---------+ 2731.1Stakemura# 1 +| | 2741.1Stakemura# | |+ 7 2751.1Stakemura# | | 2761.1Stakemura#20 +| LCD |+ 4 2771.1Stakemura# | | + 6 2781.5Senami# 8 +| |+ 5 2791.1Stakemura# | | 2801.7Such# | |+----Power On/Off (connected to PMU) 2811.1Stakemura# +---------+ 2821.1Stakemura# +9 2831.1Stakemura# +12 +10 2841.1Stakemura# +11 2851.1Stakemura# (PCIC-ISA : 23) 2861.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9 2871.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10 2881.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11 2891.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12 2901.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7 2911.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4 2921.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6 2931.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5 2941.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1 2951.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20 2961.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8 2971.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000 2981.1Stakemuraisa1 at vrisab1 2991.1Stakemurapcic0 at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003 3001.1Stakemura 3011.9Senamioptions PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle) 3021.31Sjun 3031.1Stakemura# 3041.17Sshin# Fujitsu INTERTOP CX300 3051.17Sshin# 3061.97Slukempwctl0 at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15 3071.97Slukemvrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000 3081.97Slukemisa2 at vrisab2 3091.97Slukempcic0 at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003 3101.33Stakemura 3111.17Sshin# 3121.21Sshin# Vadem Clio and Sharp Tripad 3131.21Sshin# 3141.97Slukemvrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000 3151.97Slukemvrisab3 at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000 3161.97Slukemisa3 at vrisab3 3171.97Slukempcic0 at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003 3181.33Stakemura 3191.33Stakemura# 3201.33Stakemura# CASIO CASSIOPEIA E55 and for DoCoMo 3211.33Stakemura# 3221.33Stakemurabutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6 3231.33Stakemurabutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7 3241.33Stakemurabutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8 3251.33Stakemurabutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9 3261.33Stakemurabutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10 3271.33Stakemurabutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11 3281.33Stakemurabutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12 3291.33Stakemurabutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13 3301.97Slukempwctl0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38 3311.97Slukempwctl1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26 3321.80Stakemura 3331.80Stakemura# 'CF hack' for all CASSIOPEIA E series 3341.97Slukemvrisab4 at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000 3351.97Slukemvrisab4 at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000 3361.97Slukemisa4 at vrisab4 3371.97Slukemwdc0 at isa4 port 0x170 irq 0x02000003 flags 0x0002 # single drive 3381.33Stakemura 3391.21Sshin# 3401.91Stakemura# Fujitsu PenCentra 130 3411.1Stakemura# 3421.91Stakemuravrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10 3431.97Slukemvrisab5 at vrc4172gpio0 isaportoffset 0x1000000 3441.91Stakemuraisa5 at vrisab5 3451.97Slukempcic0 at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003 3461.1Stakemura 3471.1Stakemura# PCMCIA bus support 3481.34Sshinpcmcia* at pcic? controller 0 socket ? 3491.1Stakemura 3501.1Stakemura# PCMCIA IDE disk 3511.1Stakemurawdc* at pcmcia? function ? 3521.1Stakemurawd* at wdc? channel ? drive ? flags 0x0000 3531.1Stakemura 3541.1Stakemura# PCMCIA network interfaces 3551.1Stakemuraep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 3561.1Stakemurambe* at pcmcia? function ? # MB8696x based Ethernet 3571.1Stakemurane* at pcmcia? function ? # NE2000-compatible Ethernet 3581.76Smycroftray* at pcmcia? function ? # Raytheon Raylink (802.11) 3591.1Stakemurasm* at pcmcia? function ? # Megahertz Ethernet 3601.32Stakemurawi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 3611.32Stakemuraawi* at pcmcia? function ? # WLI-PCM 3621.74Smattan* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 3631.1Stakemura 3641.49Stakemura# PCMCIA Serial interfaces 3651.1Stakemuracom* at pcmcia? function ? # Modems and serial cards 3661.1Stakemura 3671.49Stakemura# PCMCIA SCSI interfaces 3681.1Stakemuraaic* at pcmcia? function ? 3691.49Stakemuraesp* at pcmcia? function ? # NCR53c406 SCSI 3701.49Stakemura 3711.49Stakemura# ATAPI bus support 3721.49Stakemuraatapibus* at wdc? channel ? 3731.49Stakemuracd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 3741.49Stakemurasd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 3751.49Stakemura 3761.49Stakemura# SCSI bus support 3771.1Stakemurascsibus* at aic? 3781.49Stakemurascsibus* at esp? 3791.1Stakemurasd* at scsibus? target ? lun ? # SCSI disk drives 3801.49Stakemuracd* at scsibus? target ? lun ? # SCSI CD-ROM drives 3811.1Stakemura 3821.1Stakemurapseudo-device loop 1 # network loopback 3831.10Senamipseudo-device ppp 2 # serial-line IP ports 3841.101Smartinpseudo-device pppoe # PPP over Ethernet (RFC 2516) 3851.66Sjdolecekpseudo-device pty # pseudo-terminals 3861.1Stakemurapseudo-device bpfilter 16 # packet filter ports 3871.1Stakemurapseudo-device ipfilter # IP filter, NAT 3881.1Stakemura 3891.1Stakemurapseudo-device vnd 4 # virtual disk ick 3901.54Sshin#pseudo-device ccd 4 # concatenated disks 3911.97Slukempseudo-device rnd # /dev/random and in-kernel generator 3921.1Stakemura 3931.1Stakemurapseudo-device biconsdev 1 # build-in console device 3941.96Saugustsspseudo-device wsmux # mouse & keyboard multiplexor 3951.49Stakemura#pseudo-device md 1 # memory disk device (ramdisk) 3961.49Stakemura 3971.49Stakemura#pseudo-device raid 4 # RAIDframe disk driver 3981.92Senami#options RAID_AUTOCONFIG # auto-configuration of RAID components 3991.13Sjun 4001.13Sjun# for IPv6 4011.13Sjunpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 4021.15Sitojun#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 4031.44Sitojun#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 4041.90Shubertf 4051.90Shubertf## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4). 4061.90Shubertfpseudo-device vlan 4071.93Satatat 4081.93Satatat## Simple inter-network traffic bridging 4091.99Satatatpseudo-device bridge 410