VR41XX revision 1.17
11.17Ssato# $NetBSD: VR41XX,v 1.17 2004/04/03 16:29:06 sato 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.17Ssato#ident 		"GENERIC-$Revision: 1.17 $"
241.8Satatat
251.8Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
261.1Such
271.1Suchmaxusers	16
281.1Such
291.1Such# Support for specific models of H/PC MIPS
301.1Suchoptions 	VR4102			# NEC VR4102
311.1Suchoptions 	VR4111			# NEC VR4111
321.1Suchoptions 	VR4121			# NEC VR4121
331.5Suchoptions 	VR4122			# NEC VR4122
341.5Suchoptions 	VR4131			# NEC VR4131
351.1Such
361.1Such# Standard system options
371.1Suchoptions 	DDB			# in-kernel debugger
381.1Such#options 	DDB_ONPANIC=0		# don't enter debugger on panic
391.1Such#options 	KGDB			# remote debugger
401.1Such#options 	DIAGNOSTIC		# extra kernel debugging checks
411.1Such#options 	DEBUG			# extra kernel debugging support
421.1Suchoptions 	KTRACE			# system call tracing support
431.1Suchoptions 	MSGBUFSIZE=8192		# dmesg buffer size
441.10Slukemoptions 	USERCONF		# userconf(4) support
451.3Sjdolecek#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
461.4Suchoptions 	KLOADER_KERNEL_PATH="\"/netbsd\""
471.4Suchoptions		KLOADER_DEBUG
481.1Such
491.1Such## UVM options.
501.1Such#options 	UVM_PAGE_TRKOWN
511.1Such#options 	UVMHIST
521.1Such#options 	UVMHIST_PRINT	# Loud!
531.1Such
541.1Such#options 	SCSIVERBOSE		# human readable SCSI error messages
551.1Such#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
561.1Such
571.1Such#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
581.1Such#options 	RTC_OFFSET=-540		# JST-9
591.1Such#options 	RTC_OFFSET=480		# PST8
601.1Such					# In NO RTC_OFFSET , inherit RTC_OFFSET
611.1Such					# from Windows CE.
621.1Suchoptions 	NTP			# network time protocol
631.1Such
641.1Such#options 	WINCE_DEFAULT_SETTING	# Debugging use
651.1Such
661.1Such#options 	SYSCALL_DEBUG		# for debug
671.1Such#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
681.1Such
691.1Such# Filesystem options
701.1Suchfile-system 	FFS		# fast filesystem with user and group quotas
711.1Suchfile-system 	MFS		# memory-based filesystem
721.1Suchfile-system 	NFS		# Sun NFS-compatible filesystem (client)
731.1Such#file-system	LFS		# Log-based filesystem (still experimental)
741.1Suchfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
751.1Suchfile-system 	MSDOSFS		# MS-DOS file system
761.1Such#file-system 	FDESC		# /dev/fd
771.1Suchfile-system 	KERNFS		# /kern (kernel informational filesystem)
781.1Such#file-system 	NULLFS		# loopback file system
791.1Such#file-system 	OVERLAY		# overlay file system
801.1Such#file-system 	PORTAL		# portal filesystem (still experimental)
811.1Suchfile-system 	PROCFS		# /proc
821.1Such#file-system 	UMAPFS		# NULLFS + uid and gid remapping
831.1Suchfile-system 	UNION
841.1Such
851.1Such#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
861.1Suchoptions 	SOFTDEP		# FFS soft updates support.
871.1Such#options 	QUOTA		# UFS quotas
881.1Suchoptions 	VNODE_OP_NOINLINE # don't inline vnode op calls
891.1Such
901.1Such# Networking options
911.1Such#options 	GATEWAY		# IP packet forwarding
921.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
931.1Suchoptions 	INET6		# IPV6
941.1Such#options 	IPSEC		# IP security
951.1Such#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
961.1Such#options 	IPSEC_DEBUG	# debug for IP security
971.1Such#options 	MROUTING	# Multicast routing support
981.1Such#options 	ISO		# OSI networking
991.1Such#options 	TPIP		# TPIP
1001.1Such#options 	EON		# OSI tunneling over IP
1011.1Such#options 	CCITT,LLC,HDLC	# X.25
1021.1Such
1031.1Such# NetBSD backwards compatibility
1041.1Suchoptions 	COMPAT_43
1051.1Such
1061.1Suchoptions 	NFS_BOOT_DHCP
1071.1Such
1081.1Suchconfig		netbsd		root on ? type ?
1091.2Stakemura
1101.2Stakemura# compile options
1111.11Sshin#makeoptions	DEFGP="-G 8"
1121.1Such
1131.1Such# WS console uses SUN or VT100 terminal emulation
1141.1Suchoptions 	WSEMUL_VT100
1151.1Such#options 	WSDISPLAY_DEFAULTSCREENS=4
1161.1Such#options 	FONT_VT220L8x8
1171.1Suchoptions 	FONT_VT220L8x10
1181.1Such# compatibility to other console drivers
1191.1Suchoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1201.1Suchoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1211.1Suchoptions 	WSDISPLAY_COMPAT_USL		# VT handling
1221.1Suchoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1231.1Such#
1241.1Such# Hpckbd will set key board layout appropriately. You can use option
1251.1Such# 'PCKBD_LAYOUT' to overrite the default layout.
1261.1Such#
1271.1Such#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
1281.1Such
1291.1Such# temporally power management
1301.1Suchhpcapm0	at mainbus0			# power management
1311.1Suchapmdev0	at hpcapm0			# APM
1321.1Such
1331.1Suchoptions 	MQ200_DEBUG
1341.1Such#options 	MQ200_USECRT
1351.5Suchmqvideo0 at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video controller
1361.1Suchhpcfb*		at	mqvideo?
1371.1Such
1381.5Suchite8181video0 at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video controller
1391.1Suchhpcfb*		at	ite8181video?
1401.1Such
1411.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
1421.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
1431.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
1441.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
1451.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
1461.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
1471.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
1481.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
1491.16Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700A
1501.16Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730
1511.16Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730A
1521.1Such
1531.1Such# Workstation Console attachments
1541.1Suchbivideo0	at	mainbus0
1551.1Suchhpcfb*		at	bivideo0
1561.1Suchwsdisplay*	at	hpcfb?
1571.1Suchwskbd*		at	hpckbd? mux 1
1581.1Suchwsmouse*	at	vrpiu? mux 0
1591.1Suchbtnmgr0		at	mainbus0
1601.1Suchwskbd*		at	btnmgr0 mux 1
1611.1Such
1621.1Such#
1631.1Such# hpcmips isa? bus irq locator means:
1641.1Such#
1651.1Such# 0x0000000f ISA IRQ#
1661.1Such# 0x00ff0000 GPIO port#
1671.1Such# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
1681.1Such# 0x02000000 interrupt detection level		(1:low /0:high	)
1691.1Such# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
1701.1Such
1711.1Such#
1721.1Such# MC-R300, MC-R500
1731.1Such# Button to GPIO port # mapping
1741.1Such#  + REC button       : 4
1751.1Such#  + Open/Close button: 6
1761.1Such# (PCIC-ISA : 9)
1771.1Such# (COM power:14)
1781.1Such#
1791.1Such# MC-R510
1801.1Such# Button to GPIO port # mapping
1811.1Such#  + Open/Close button: 3
1821.1Such# (PCIC-ISA : 9)
1831.1Such# (COM power:14)
1841.1Such#
1851.1Such# MC-R530
1861.1Such# Button to GPIO port # mapping
1871.1Such#  + Open/Close button: 3
1881.1Such#  + Application button: 2
1891.1Such# (PCIC-ISA : 9)
1901.1Such# (COM power:46)
1911.1Such#
1921.1Such# MC-R700
1931.1Such# Button to GPIO port # mapping
1941.1Such#  + Open/Close button: 3
1951.1Such# (PCIC-ISA : 9)
1961.1Such# (COM power:46)
1971.1Such#
1981.1Such# MC-CS
1991.1Such# Button to GPIO port # mapping
2001.1Such# (PCIC-ISA : 9)
2011.1Such# (COM power:14)
2021.1Such#
2031.1Such# IBM WorkPad z50
2041.1Such# Button to GPIO port # mapping
2051.1Such#  + REC button       : 1
2061.1Such#  + Application button?      : 2
2071.1Such# (PCIC-ISA : 9)
2081.1Such#
2091.1Suchbutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
2101.1Suchbutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
2111.1Suchbutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
2121.1Suchbutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
2131.1Suchbutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
2141.1Suchbutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
2151.1Such#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
2161.1Suchbutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
2171.1Such#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
2181.1Suchbutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
2191.1Suchbutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
2201.1Suchbutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
2211.1Suchbutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
2221.1Suchbutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
2231.1Suchbutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
2241.1Suchbutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
2251.1Suchpwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
2261.1Suchpwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
2271.1Suchpwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
2281.1Suchpwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
2291.1Suchpwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
2301.1Such#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
2311.1Suchpwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
2321.1Suchpwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
2331.1Suchpwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
2341.1Suchpwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
2351.1Suchpwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
2361.1Suchpwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
2371.1Suchpwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
2381.1Suchpwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
2391.17Ssatoewctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
2401.1Suchpwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
2411.1Suchpwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
2421.1Suchpwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
2431.1Suchpwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
2441.1Suchpwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
2451.1Such#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
2461.1Suchpwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
2471.1Such#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
2481.1Such#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
2491.1Suchpwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
2501.1Such#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
2511.1Such#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
2521.1Such#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
2531.1Suchvrisab0 at vrgiu? platform NEC_MCR
2541.1Suchvrisab0 at vrgiu? platform NEC_MCCS
2551.1Suchvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
2561.1Suchisa0	at vrisab0
2571.1Suchpcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
2581.1Such#
2591.1Such# Freestyle
2601.1Such# Button to GPIO port # mapping
2611.1Such#    +---------+
2621.1Such# 1 +|         |
2631.1Such#    |         |+ 7
2641.1Such#    |         |
2651.1Such#20 +|   LCD   |+ 4
2661.1Such#    |         | + 6
2671.1Such# 8 +|         |+ 5
2681.1Such#    |         |
2691.1Such#    |         |+----Power On/Off (connected to PMU)
2701.1Such#    +---------+
2711.1Such#          +9
2721.1Such#        +12 +10
2731.1Such#          +11
2741.1Such# (PCIC-ISA : 23)
2751.1Suchbutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
2761.1Suchbutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
2771.1Suchbutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
2781.1Suchbutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
2791.1Suchbutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
2801.1Suchbutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
2811.1Suchbutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
2821.1Suchbutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
2831.1Suchbutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
2841.1Suchbutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
2851.1Suchbutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
2861.1Suchvrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
2871.1Suchisa1	at vrisab1
2881.1Suchpcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
2891.1Such
2901.1Suchoptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
2911.1Such
2921.1Such#
2931.1Such# Fujitsu INTERTOP CX300
2941.1Such#
2951.1Suchpwctl0	at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
2961.1Suchvrisab2	at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
2971.1Suchisa2	at vrisab2
2981.1Suchpcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
2991.1Such
3001.1Such#
3011.1Such# Vadem Clio and Sharp Tripad
3021.1Such#
3031.1Suchvrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
3041.1Suchvrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000
3051.1Suchisa3	at vrisab3
3061.1Suchpcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
3071.1Such
3081.1Such#
3091.1Such# CASIO CASSIOPEIA E55 and for DoCoMo
3101.1Such#
3111.1Suchbutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
3121.1Suchbutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
3131.1Suchbutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
3141.1Suchbutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
3151.1Suchbutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
3161.1Suchbutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
3171.1Suchbutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
3181.1Suchbutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
3191.1Suchpwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
3201.1Suchpwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
3211.1Such
3221.1Such# 'CF hack' for all CASSIOPEIA E series
3231.1Suchvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
3241.1Suchvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
3251.1Suchisa4	at vrisab4
3261.1Suchwdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
3271.1Such
3281.1Such#
3291.1Such# Fujitsu PenCentra 130
3301.1Such#
3311.1Suchvrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
3321.1Suchvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
3331.1Suchisa5	at vrisab5
3341.1Suchpcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3351.1Such
3361.5Such#
3371.5Such# SigmarionII
3381.5Such#
3391.5Suchcom*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
3401.5Suchvrisab6	at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf780f800
3411.5Suchisa6	at vrisab6
3421.5Suchne*	at isa6 port 0x300 irq  0x00090003 # port 9, active high and thorough
3431.5Such#wdc*	at isa6 port 0x170 irq 0x00090003 flags 0x0002  # single drive
3441.5Suchhpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
3451.5Suchhpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_02 port 0 level 1 connect 1
3461.5Such
3471.5Such#
3481.5Such# MP-C303/304
3491.5Such#
3501.5Suchhpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
3511.5Suchhpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
3521.5Suchhpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_02 port 1 level 0 hold 1 connect 1
3531.5Such
3541.5Such
3551.5Such# PCI bus support
3561.5Suchoptions 	PCIVERBOSE
3571.5Suchpci*	at vrpciu?
3581.5Such
3591.5Such# VRC4173
3601.5Suchvrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
3611.5Such#vrc4173cmu* at vrc4173bcu?		# VRC4173 CMU
3621.5Such#vrc4173piu* at vrc4173bcu?		# VRC4173 PIU
3631.5Such#vrc4173kiu* at vrc4173bcu?		# VRC4173 KIU
3641.5Such
3651.5Such#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
3661.5Such#pcmcia*	at vrc4173cardu?
3671.5Such
3681.5Such# PCI USB controllers
3691.5Suchohci*	at pci?	dev ? function ?	# Open Host Controller
3701.5Such#options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
3711.5Such
3721.1Such# PCMCIA bus support
3731.1Suchpcmcia*	at pcic? controller 0 socket ?
3741.1Such
3751.1Such# PCMCIA IDE disk
3761.1Suchwdc*	at pcmcia? function ?
3771.15Slukem
3781.15Slukem# ATA (IDE) bus support
3791.15Slukematabus* at ata?
3801.15Slukem
3811.15Slukem# IDE drives
3821.14Sbouyerwd*	at atabus? drive ? flags 0x0000
3831.1Such
3841.1Such# PCMCIA network interfaces
3851.1Suchep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3861.1Suchmbe*	at pcmcia? function ?		# MB8696x based Ethernet
3871.1Suchne*	at pcmcia? function ?		# NE2000-compatible Ethernet
3881.1Suchray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
3891.1Suchsm*	at pcmcia? function ?		# Megahertz Ethernet
3901.1Suchwi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
3911.1Suchawi*	at pcmcia? function ?		# WLI-PCM
3921.1Suchan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
3931.1Such
3941.1Such# PCMCIA Serial interfaces
3951.1Suchcom*	at pcmcia? function ?		# Modems and serial cards
3961.1Such
3971.1Such# PCMCIA SCSI interfaces
3981.1Suchaic*	at pcmcia? function ?
3991.1Suchesp*	at pcmcia? function ?		# NCR53c406 SCSI
4001.1Such
4011.1Such# ATAPI bus support
4021.15Slukematapibus* at atapi?
4031.1Suchcd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
4041.1Suchsd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
4051.1Such
4061.1Such# SCSI bus support
4071.1Suchscsibus* at aic?
4081.1Suchscsibus* at esp?
4091.1Suchsd*	at scsibus? target ? lun ?	# SCSI disk drives
4101.1Suchcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
4111.5Such
4121.5Such# USB Hubs
4131.5Suchusb*	at ohci?
4141.5Suchuhub*	at usb?
4151.5Suchuhub*	at uhub? port ? configuration ? interface ?
4161.5Such
4171.5Such# USB HID device
4181.5Suchuhidev*	at uhub? port ? configuration ? interface ?
4191.5Such
4201.5Such# USB Mice
4211.5Suchums*	at uhidev? reportid ?
4221.5Suchwsmouse*	at ums? mux 0
4231.5Such
4241.5Such# USB Keyboards
4251.5Suchukbd*	at uhidev? reportid ?
4261.5Suchwskbd*	at ukbd? console ? mux 1
4271.5Such
4281.5Such# USB Generic HID devices
4291.5Suchuhid*	at uhidev? reportid ?
4301.5Such
4311.5Such# USB Printer
4321.5Suchulpt*	at uhub? port ? configuration ? interface ?
4331.5Such
4341.5Such# USB Modem
4351.5Suchumodem*	at uhub? port ? configuration ?
4361.5Suchucom*	at umodem?
4371.5Such
4381.5Such# USB Mass Storage
4391.5Suchumass*	at uhub? port ? configuration ? interface ?
4401.14Sbouyeratapibus* at umass?
4411.5Suchscsibus* at umass? channel ?
4421.5Such
4431.5Such# USB audio
4441.5Suchuaudio*	at uhub? port ? configuration ?
4451.5Such
4461.5Such# USB MIDI
4471.5Suchumidi* at uhub? port ? configuration ?
4481.5Such
4491.5Such# USB IrDA bridges
4501.5Such#uirda* at uhub? port ? configuration ? interface ?
4511.5Such#irframe* at uirda?
4521.5Such
4531.5Such# USB Ethernet adapters
4541.5Suchaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4551.5Suchcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4561.5Suchkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4571.12Saugustssuax*	at uhub? port ?		# ASIX AX88172 based adapters
4581.12Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
4591.5Such
4601.5Such# Prolofic PL2301/PL2302 host-to-host adapter
4611.5Suchupl*	at uhub? port ?
4621.5Such
4631.5Such# Serial adapters
4641.5Such# FTDI FT8U100AX serial adapter
4651.5Suchuftdi*	at uhub? port ?
4661.5Suchucom*	at uftdi? portno ?
4671.5Such
4681.5Suchuplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
4691.5Suchucom*	at uplcom? portno ?
4701.5Such
4711.5Suchumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
4721.5Suchucom*	at umct? portno ?
4731.5Such
4741.5Such# Diamond Multimedia Rio 500
4751.5Suchurio*	at uhub? port ?
4761.5Such
4771.5Such# USB Handspring Visor
4781.5Suchuvisor*	at uhub? port ?
4791.5Suchucom*	at uvisor?
4801.5Such
4811.5Such# USB scanners
4821.5Suchuscanner* at uhub? port ?
4831.5Such
4841.5Such# USB scanners that use SCSI emulation, e.g., HP5300
4851.5Suchusscanner* at uhub? port ?
4861.5Suchscsibus* at usscanner? channel ?
4871.5Such
4881.5Such# Y@P firmware loader
4891.5Suchuyap* at uhub? port ?
4901.5Such
4911.5Such# USB Generic driver
4921.5Suchugen*	at uhub? port ?
4931.5Such
4941.5Suchaudio*	at uaudio?
4951.1Such
4961.1Suchpseudo-device	loop		1	# network loopback
4971.1Suchpseudo-device	ppp		2	# serial-line IP ports
4981.1Suchpseudo-device	pty			# pseudo-terminals
4991.1Suchpseudo-device	bpfilter	16	# packet filter ports
5001.1Suchpseudo-device	ipfilter		# IP filter, NAT
5011.1Such
5021.1Suchpseudo-device	vnd		4	# virtual disk ick
5031.1Such#pseudo-device	ccd		4	# concatenated disks
5041.1Suchpseudo-device	rnd			# /dev/random and in-kernel generator
5051.9Slukempseudo-device	clockctl		# user control of clock subsystem
5061.1Such
5071.1Suchpseudo-device	biconsdev	1	# build-in console device
5081.1Suchpseudo-device	wsmux			# mouse & keyboard multiplexor
5091.1Such#pseudo-device	md		1	# memory disk device (ramdisk)
5101.1Such
5111.1Such#pseudo-device	raid		4	# RAIDframe disk driver
5121.1Such#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5131.1Such
5141.1Such# for IPv6
5151.1Suchpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
5161.1Such#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
5171.1Such#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
5181.1Such
5191.1Such## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
5201.1Suchpseudo-device	vlan
5211.1Such
5221.1Such## Simple inter-network traffic bridging
5231.1Suchpseudo-device	bridge
524