VR41XX revision 1.3
11.3Sjdolecek# $NetBSD: VR41XX,v 1.3 2002/01/27 13:23:17 jdolecek Exp $ 21.1Such# 31.1Such# GENERIC machine description file 41.1Such# 51.1Such# This machine description file is used to generate the default NetBSD 61.1Such# kernel. The generic kernel does not include all options, subsystems 71.1Such# and device drivers, but should be useful for most applications. 81.1Such# 91.1Such# The machine description file can be customised for your specific 101.1Such# machine to reduce the kernel size and improve its performance. 111.1Such# 121.1Such# For further information on compiling NetBSD kernels, see the config(8) 131.1Such# man page. 141.1Such# 151.1Such# For further information on hardware support for this architecture, see 161.1Such# the intro(4) man page. For further information about kernel options 171.1Such# for this architecture, see the options(4) man page. For an explanation 181.1Such# of each device driver in this file see the section 4 man page for the 191.1Such# device. 201.1Such 211.1Suchinclude "arch/hpcmips/conf/std.hpcmips" 221.1Suchinclude "arch/hpcmips/conf/std.hpcmips.vr41" 231.3Sjdolecek#ident "GENERIC-$Revision: 1.3 $" 241.1Such 251.1Suchmaxusers 16 261.1Such 271.1Such# Support for specific models of H/PC MIPS 281.1Suchoptions VR4102 # NEC VR4102 291.1Suchoptions VR4111 # NEC VR4111 301.1Suchoptions VR4121 # NEC VR4121 311.1Such 321.1Such# Standard system options 331.1Suchoptions DDB # in-kernel debugger 341.1Such#options DDB_ONPANIC=0 # don't enter debugger on panic 351.1Such#options KGDB # remote debugger 361.1Such#options DIAGNOSTIC # extra kernel debugging checks 371.1Such#options DEBUG # extra kernel debugging support 381.1Suchoptions KTRACE # system call tracing support 391.1Suchoptions MSGBUFSIZE=8192 # dmesg buffer size 401.3Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 411.1Such 421.1Such## UVM options. 431.1Such#options UVM_PAGE_TRKOWN 441.1Such#options UVMHIST 451.1Such#options UVMHIST_PRINT # Loud! 461.1Such 471.1Such#options SCSIVERBOSE # human readable SCSI error messages 481.1Such#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 491.1Such 501.1Such#options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 511.1Such#options RTC_OFFSET=-540 # JST-9 521.1Such#options RTC_OFFSET=480 # PST8 531.1Such # In NO RTC_OFFSET , inherit RTC_OFFSET 541.1Such # from Windows CE. 551.1Suchoptions NTP # network time protocol 561.1Such#options UCONSOLE # users can redirect console (unsafe) 571.1Such 581.1Such#options WINCE_DEFAULT_SETTING # Debugging use 591.1Such 601.1Such#options SYSCALL_DEBUG # for debug 611.1Such#options HPCMIPS_L1CACHE_DISABLE # disable L1 cache for debug 621.1Such#options HPCMIPS_FLUSHCACHE_XXX # for debug 631.1Such 641.1Such# Filesystem options 651.1Suchfile-system FFS # fast filesystem with user and group quotas 661.1Suchfile-system MFS # memory-based filesystem 671.1Suchfile-system NFS # Sun NFS-compatible filesystem (client) 681.1Such#file-system LFS # Log-based filesystem (still experimental) 691.1Suchfile-system CD9660 # ISO 9660 + Rock Ridge file system 701.1Suchfile-system MSDOSFS # MS-DOS file system 711.1Such#file-system FDESC # /dev/fd 721.1Suchfile-system KERNFS # /kern (kernel informational filesystem) 731.1Such#file-system NULLFS # loopback file system 741.1Such#file-system OVERLAY # overlay file system 751.1Such#file-system PORTAL # portal filesystem (still experimental) 761.1Suchfile-system PROCFS # /proc 771.1Such#file-system UMAPFS # NULLFS + uid and gid remapping 781.1Suchfile-system UNION 791.1Such 801.1Such#options NFSSERVER # Sun NFS-compatible filesystem (server) 811.1Suchoptions SOFTDEP # FFS soft updates support. 821.1Such#options QUOTA # UFS quotas 831.1Suchoptions VNODE_OP_NOINLINE # don't inline vnode op calls 841.1Such 851.1Such# Networking options 861.1Such#options GATEWAY # IP packet forwarding 871.1Suchoptions INET # IP + ICMP + TCP + UDP 881.1Suchoptions INET6 # IPV6 891.1Such#options IPSEC # IP security 901.1Such#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 911.1Such#options IPSEC_DEBUG # debug for IP security 921.1Such#options MROUTING # Multicast routing support 931.1Such#options ISO # OSI networking 941.1Such#options TPIP # TPIP 951.1Such#options EON # OSI tunneling over IP 961.1Such#options CCITT,LLC,HDLC # X.25 971.1Such 981.1Such# NetBSD backwards compatibility 991.1Suchoptions COMPAT_43 1001.1Such 1011.1Suchoptions NFS_BOOT_DHCP 1021.1Such 1031.1Suchconfig netbsd root on ? type ? 1041.2Stakemura 1051.2Stakemura# compile options 1061.2Stakemuramakeoptions DEFGP="-G 18" 1071.1Such 1081.1Such# WS console uses SUN or VT100 terminal emulation 1091.1Suchoptions WSEMUL_VT100 1101.1Such#options WSDISPLAY_DEFAULTSCREENS=4 1111.1Such#options FONT_VT220L8x8 1121.1Suchoptions FONT_VT220L8x10 1131.1Such# compatibility to other console drivers 1141.1Suchoptions WSDISPLAY_COMPAT_PCVT # emulate some ioctls 1151.1Suchoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1161.1Suchoptions WSDISPLAY_COMPAT_USL # VT handling 1171.1Suchoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1181.1Such# 1191.1Such# Hpckbd will set key board layout appropriately. You can use option 1201.1Such# 'PCKBD_LAYOUT' to overrite the default layout. 1211.1Such# 1221.1Such#options PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)" 1231.1Such 1241.1Such# temporally power management 1251.1Suchhpcapm0 at mainbus0 # power management 1261.1Suchapmdev0 at hpcapm0 # APM 1271.1Such 1281.1Suchoptions MQ200_DEBUG 1291.1Such#options MQ200_USECRT 1301.1Suchmqvideo0 at vrip? addr 0x0a000000 size 0x800000 # MQ200 video controller 1311.1Suchhpcfb* at mqvideo? 1321.1Such 1331.1Suchite8181video0 at vrip? addr 0x0a000000 size 0x800000 # ITE8181 video controller 1341.1Suchhpcfb* at ite8181video? 1351.1Such 1361.1Suchvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_430 1371.1Suchvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_510 1381.1Suchvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520 1391.1Suchvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520A 1401.1Suchvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530 1411.1Suchvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION 1421.1Suchvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530A 1431.1Suchvrc4172pwm* at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_700 1441.1Such 1451.1Such# Workstation Console attachments 1461.1Suchbivideo0 at mainbus0 1471.1Suchhpcfb* at bivideo0 1481.1Suchwsdisplay* at hpcfb? 1491.1Suchwskbd* at hpckbd? mux 1 1501.1Suchwsmouse* at vrpiu? mux 0 1511.1Suchbtnmgr0 at mainbus0 1521.1Suchwskbd* at btnmgr0 mux 1 1531.1Such 1541.1Such# 1551.1Such# hpcmips isa? bus irq locator means: 1561.1Such# 1571.1Such# 0x0000000f ISA IRQ# 1581.1Such# 0x00ff0000 GPIO port# 1591.1Such# 0x01000000 interrupt signal hold/through (1:hold/0:though) 1601.1Such# 0x02000000 interrupt detection level (1:low /0:high ) 1611.1Such# 0x04000000 interrupt detection trigger (1:edge/0:level ) 1621.1Such 1631.1Such# 1641.1Such# MC-R300, MC-R500 1651.1Such# Button to GPIO port # mapping 1661.1Such# + REC button : 4 1671.1Such# + Open/Close button: 6 1681.1Such# (PCIC-ISA : 9) 1691.1Such# (COM power:14) 1701.1Such# 1711.1Such# MC-R510 1721.1Such# Button to GPIO port # mapping 1731.1Such# + Open/Close button: 3 1741.1Such# (PCIC-ISA : 9) 1751.1Such# (COM power:14) 1761.1Such# 1771.1Such# MC-R530 1781.1Such# Button to GPIO port # mapping 1791.1Such# + Open/Close button: 3 1801.1Such# + Application button: 2 1811.1Such# (PCIC-ISA : 9) 1821.1Such# (COM power:46) 1831.1Such# 1841.1Such# MC-R700 1851.1Such# Button to GPIO port # mapping 1861.1Such# + Open/Close button: 3 1871.1Such# (PCIC-ISA : 9) 1881.1Such# (COM power:46) 1891.1Such# 1901.1Such# MC-CS 1911.1Such# Button to GPIO port # mapping 1921.1Such# (PCIC-ISA : 9) 1931.1Such# (COM power:14) 1941.1Such# 1951.1Such# IBM WorkPad z50 1961.1Such# Button to GPIO port # mapping 1971.1Such# + REC button : 1 1981.1Such# + Application button? : 2 1991.1Such# (PCIC-ISA : 9) 2001.1Such# 2011.1Suchbutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4 2021.1Suchbutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4 2031.1Suchbutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0 2041.1Suchbutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3 2051.1Suchbutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3 2061.1Suchbutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3 2071.1Such#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3 2081.1Suchbutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3 2091.1Such#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3 2101.1Suchbutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3 2111.1Suchbutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3 2121.1Suchbutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6 2131.1Suchbutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6 2141.1Suchbutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0 port 2 2151.1Suchbutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0 port 2 active 0 2161.1Suchbutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8 2171.1Suchpwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14 2181.1Suchpwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46 2191.1Suchpwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14 2201.1Suchpwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46 2211.1Suchpwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46 2221.1Such#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46 2231.1Suchpwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46 2241.1Suchpwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14 2251.1Suchpwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45 2261.1Suchpwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45 2271.1Suchpwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45 2281.1Suchpwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10 2291.1Suchpwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10 2301.1Suchpwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10 2311.1Suchpwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12 2321.1Suchpwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44 2331.1Suchpwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12 2341.1Suchpwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44 2351.1Suchpwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44 2361.1Such#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44 2371.1Suchpwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44 2381.1Such#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44 2391.1Such#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44 2401.1Suchpwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49 2411.1Such#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47 2421.1Such#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47 2431.1Such#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47 2441.1Suchvrisab0 at vrgiu? platform NEC_MCR 2451.1Suchvrisab0 at vrgiu? platform NEC_MCCS 2461.1Suchvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000 2471.1Suchisa0 at vrisab0 2481.1Suchpcic0 at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003 2491.1Such# 2501.1Such# Freestyle 2511.1Such# Button to GPIO port # mapping 2521.1Such# +---------+ 2531.1Such# 1 +| | 2541.1Such# | |+ 7 2551.1Such# | | 2561.1Such#20 +| LCD |+ 4 2571.1Such# | | + 6 2581.1Such# 8 +| |+ 5 2591.1Such# | | 2601.1Such# | |+----Power On/Off (connected to PMU) 2611.1Such# +---------+ 2621.1Such# +9 2631.1Such# +12 +10 2641.1Such# +11 2651.1Such# (PCIC-ISA : 23) 2661.1Suchbutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9 2671.1Suchbutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10 2681.1Suchbutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11 2691.1Suchbutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12 2701.1Suchbutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7 2711.1Suchbutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4 2721.1Suchbutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6 2731.1Suchbutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5 2741.1Suchbutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1 2751.1Suchbutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20 2761.1Suchbutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8 2771.1Suchvrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000 2781.1Suchisa1 at vrisab1 2791.1Suchpcic0 at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003 2801.1Such 2811.1Suchoptions PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle) 2821.1Such 2831.1Such# 2841.1Such# Fujitsu INTERTOP CX300 2851.1Such# 2861.1Suchpwctl0 at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15 2871.1Suchvrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000 2881.1Suchisa2 at vrisab2 2891.1Suchpcic0 at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003 2901.1Such 2911.1Such# 2921.1Such# Vadem Clio and Sharp Tripad 2931.1Such# 2941.1Suchvrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000 2951.1Suchvrisab3 at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000 2961.1Suchisa3 at vrisab3 2971.1Suchpcic0 at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003 2981.1Such 2991.1Such# 3001.1Such# CASIO CASSIOPEIA E55 and for DoCoMo 3011.1Such# 3021.1Suchbutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6 3031.1Suchbutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7 3041.1Suchbutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8 3051.1Suchbutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9 3061.1Suchbutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10 3071.1Suchbutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11 3081.1Suchbutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12 3091.1Suchbutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13 3101.1Suchpwctl0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38 3111.1Suchpwctl1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26 3121.1Such 3131.1Such# 'CF hack' for all CASSIOPEIA E series 3141.1Suchvrisab4 at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000 3151.1Suchvrisab4 at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000 3161.1Suchisa4 at vrisab4 3171.1Suchwdc0 at isa4 port 0x170 irq 0x02000003 flags 0x0002 # single drive 3181.1Such 3191.1Such# 3201.1Such# Fujitsu PenCentra 130 3211.1Such# 3221.1Suchvrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10 3231.1Suchvrisab5 at vrc4172gpio0 isaportoffset 0x1000000 3241.1Suchisa5 at vrisab5 3251.1Suchpcic0 at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003 3261.1Such 3271.1Such# PCMCIA bus support 3281.1Suchpcmcia* at pcic? controller 0 socket ? 3291.1Such 3301.1Such# PCMCIA IDE disk 3311.1Suchwdc* at pcmcia? function ? 3321.1Suchwd* at wdc? channel ? drive ? flags 0x0000 3331.1Such 3341.1Such# PCMCIA network interfaces 3351.1Suchep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 3361.1Suchmbe* at pcmcia? function ? # MB8696x based Ethernet 3371.1Suchne* at pcmcia? function ? # NE2000-compatible Ethernet 3381.1Suchray* at pcmcia? function ? # Raytheon Raylink (802.11) 3391.1Suchsm* at pcmcia? function ? # Megahertz Ethernet 3401.1Suchwi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11) 3411.1Suchawi* at pcmcia? function ? # WLI-PCM 3421.1Suchan* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 3431.1Such 3441.1Such# PCMCIA Serial interfaces 3451.1Suchcom* at pcmcia? function ? # Modems and serial cards 3461.1Such 3471.1Such# PCMCIA SCSI interfaces 3481.1Suchaic* at pcmcia? function ? 3491.1Suchesp* at pcmcia? function ? # NCR53c406 SCSI 3501.1Such 3511.1Such# ATAPI bus support 3521.1Suchatapibus* at wdc? channel ? 3531.1Suchcd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 3541.1Suchsd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 3551.1Such 3561.1Such# SCSI bus support 3571.1Suchscsibus* at aic? 3581.1Suchscsibus* at esp? 3591.1Suchsd* at scsibus? target ? lun ? # SCSI disk drives 3601.1Suchcd* at scsibus? target ? lun ? # SCSI CD-ROM drives 3611.1Such 3621.1Suchpseudo-device loop 1 # network loopback 3631.1Suchpseudo-device ppp 2 # serial-line IP ports 3641.1Suchpseudo-device pty # pseudo-terminals 3651.1Suchpseudo-device bpfilter 16 # packet filter ports 3661.1Suchpseudo-device ipfilter # IP filter, NAT 3671.1Such 3681.1Suchpseudo-device vnd 4 # virtual disk ick 3691.1Such#pseudo-device ccd 4 # concatenated disks 3701.1Suchpseudo-device rnd # /dev/random and in-kernel generator 3711.1Such 3721.1Suchpseudo-device biconsdev 1 # build-in console device 3731.1Suchpseudo-device wsmux # mouse & keyboard multiplexor 3741.1Such#pseudo-device md 1 # memory disk device (ramdisk) 3751.1Such 3761.1Such#pseudo-device raid 4 # RAIDframe disk driver 3771.1Such#options RAID_AUTOCONFIG # auto-configuration of RAID components 3781.1Such 3791.1Such# for IPv6 3801.1Suchpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 3811.1Such#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 3821.1Such#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 3831.1Such 3841.1Such## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4). 3851.1Suchpseudo-device vlan 3861.1Such 3871.1Such## Simple inter-network traffic bridging 3881.1Suchpseudo-device bridge 389