VR41XX revision 1.66
11.66Snat# $NetBSD: VR41XX,v 1.66 2016/12/08 11:31:10 nat 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.66Snat#ident 		"GENERIC-$Revision: 1.66 $"
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.18Stvmakeoptions	CPUFLAGS="-mips2"	# CPU codegen options
311.1Suchoptions 	VR4102			# NEC VR4102
321.1Suchoptions 	VR4111			# NEC VR4111
331.1Suchoptions 	VR4121			# NEC VR4121
341.5Suchoptions 	VR4122			# NEC VR4122
351.5Suchoptions 	VR4131			# NEC VR4131
361.1Such
371.1Such# Standard system options
381.1Suchoptions 	DDB			# in-kernel debugger
391.64Suebayasipseudo-device	ksyms
401.1Such#options 	DDB_ONPANIC=0		# don't enter debugger on panic
411.1Such#options 	KGDB			# remote debugger
421.1Such#options 	DIAGNOSTIC		# extra kernel debugging checks
431.1Such#options 	DEBUG			# extra kernel debugging support
441.1Suchoptions 	KTRACE			# system call tracing support
451.1Suchoptions 	MSGBUFSIZE=8192		# dmesg buffer size
461.10Slukemoptions 	USERCONF		# userconf(4) support
471.3Sjdolecek#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
481.19Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
491.4Suchoptions 	KLOADER_KERNEL_PATH="\"/netbsd\""
501.4Suchoptions		KLOADER_DEBUG
511.1Such
521.1Such## UVM options.
531.1Such#options 	UVM_PAGE_TRKOWN
541.1Such#options 	UVMHIST
551.1Such#options 	UVMHIST_PRINT	# Loud!
561.1Such
571.1Such#options 	SCSIVERBOSE		# human readable SCSI error messages
581.1Such#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
591.1Such
601.1Such#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
611.1Such#options 	RTC_OFFSET=-540		# JST-9
621.1Such#options 	RTC_OFFSET=480		# PST8
631.1Such					# In NO RTC_OFFSET , inherit RTC_OFFSET
641.1Such					# from Windows CE.
651.1Suchoptions 	NTP			# network time protocol
661.1Such
671.1Such#options 	WINCE_DEFAULT_SETTING	# Debugging use
681.1Such
691.1Such#options 	SYSCALL_DEBUG		# for debug
701.1Such#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
711.1Such
721.1Such# Filesystem options
731.1Suchfile-system 	FFS		# fast filesystem with user and group quotas
741.1Suchfile-system 	MFS		# memory-based filesystem
751.1Suchfile-system 	NFS		# Sun NFS-compatible filesystem (client)
761.1Such#file-system	LFS		# Log-based filesystem (still experimental)
771.1Suchfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
781.1Suchfile-system 	MSDOSFS		# MS-DOS file system
791.1Such#file-system 	FDESC		# /dev/fd
801.1Suchfile-system 	KERNFS		# /kern (kernel informational filesystem)
811.1Such#file-system 	NULLFS		# loopback file system
821.1Such#file-system 	OVERLAY		# overlay file system
831.1Suchfile-system 	PROCFS		# /proc
841.1Such#file-system 	UMAPFS		# NULLFS + uid and gid remapping
851.1Suchfile-system 	UNION
861.30Schristosfile-system	PTYFS		# /dev/pts/N support
871.1Such
881.1Such#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
891.54Sdhollandoptions 	WAPBL		# File system journaling support
901.52Sbouyer#options 	QUOTA		# legacy UFS quotas
911.52Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
921.32Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
931.1Such
941.1Such# Networking options
951.1Such#options 	GATEWAY		# IP packet forwarding
961.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
971.1Suchoptions 	INET6		# IPV6
981.1Such#options 	IPSEC		# IP security
991.1Such#options 	IPSEC_DEBUG	# debug for IP security
1001.1Such#options 	MROUTING	# Multicast routing support
1011.20Smanu#options 	PIM		# Protocol Independent Multicast
1021.50Smrgoptions 	IPFILTER_LOG	# ipmon(8) log support
1031.50Smrgoptions 	IPFILTER_LOOKUP	# ippool(8) support
1041.50Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
1051.50Smrg#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1061.1Such
1071.62Salnsn# JIT compiler for bpfilter
1081.62Salnsn#options	SLJIT
1091.62Salnsn#options	BPFJIT
1101.62Salnsn
1111.1Such# NetBSD backwards compatibility
1121.63Sdhollandoptions 	COMPAT_43	# 4.3BSD binary compatibility.
1131.63Sdhollandoptions 	COMPAT_16	# NetBSD 1.6,
1141.63Sdhollandoptions 	COMPAT_20	# NetBSD 2.0,
1151.63Sdhollandoptions 	COMPAT_30	# NetBSD 3.0, and
1161.63Sdhollandoptions 	COMPAT_40	# NetBSD 4.0 binary compatibility.
1171.22Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1181.1Such
1191.1Suchoptions 	NFS_BOOT_DHCP
1201.1Such
1211.1Suchconfig		netbsd		root on ? type ?
1221.2Stakemura
1231.2Stakemura# compile options
1241.11Sshin#makeoptions	DEFGP="-G 8"
1251.1Such
1261.1Such# WS console uses SUN or VT100 terminal emulation
1271.1Suchoptions 	WSEMUL_VT100
1281.1Such#options 	WSDISPLAY_DEFAULTSCREENS=4
1291.1Such#options 	FONT_VT220L8x8
1301.1Suchoptions 	FONT_VT220L8x10
1311.1Such# compatibility to other console drivers
1321.1Suchoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1331.1Suchoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1341.55Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1351.1Suchoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1361.1Such#
1371.1Such# Hpckbd will set key board layout appropriately. You can use option
1381.1Such# 'PCKBD_LAYOUT' to overrite the default layout.
1391.1Such#
1401.1Such#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
1411.1Such
1421.1Such# temporally power management
1431.1Suchhpcapm0	at mainbus0			# power management
1441.1Suchapmdev0	at hpcapm0			# APM
1451.1Such
1461.1Suchoptions 	MQ200_DEBUG
1471.1Such#options 	MQ200_USECRT
1481.5Suchmqvideo0 at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video controller
1491.1Suchhpcfb*		at	mqvideo?
1501.1Such
1511.5Suchite8181video0 at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video controller
1521.1Suchhpcfb*		at	ite8181video?
1531.1Such
1541.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
1551.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
1561.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
1571.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
1581.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
1591.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
1601.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
1611.5Suchvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
1621.16Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700A
1631.16Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730
1641.16Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730A
1651.1Such
1661.1Such# Workstation Console attachments
1671.1Suchbivideo0	at	mainbus0
1681.1Suchhpcfb*		at	bivideo0
1691.1Suchwsdisplay*	at	hpcfb?
1701.1Suchwskbd*		at	hpckbd? mux 1
1711.1Suchwsmouse*	at	vrpiu? mux 0
1721.1Suchbtnmgr0		at	mainbus0
1731.1Suchwskbd*		at	btnmgr0 mux 1
1741.1Such
1751.1Such#
1761.1Such# hpcmips isa? bus irq locator means:
1771.1Such#
1781.1Such# 0x0000000f ISA IRQ#
1791.1Such# 0x00ff0000 GPIO port#
1801.1Such# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
1811.1Such# 0x02000000 interrupt detection level		(1:low /0:high	)
1821.1Such# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
1831.1Such
1841.1Such#
1851.1Such# MC-R300, MC-R500
1861.1Such# Button to GPIO port # mapping
1871.1Such#  + REC button       : 4
1881.1Such#  + Open/Close button: 6
1891.1Such# (PCIC-ISA : 9)
1901.1Such# (COM power:14)
1911.1Such#
1921.1Such# MC-R510
1931.1Such# Button to GPIO port # mapping
1941.1Such#  + Open/Close button: 3
1951.1Such# (PCIC-ISA : 9)
1961.1Such# (COM power:14)
1971.1Such#
1981.1Such# MC-R530
1991.1Such# Button to GPIO port # mapping
2001.1Such#  + Open/Close button: 3
2011.1Such#  + Application button: 2
2021.1Such# (PCIC-ISA : 9)
2031.1Such# (COM power:46)
2041.1Such#
2051.1Such# MC-R700
2061.1Such# Button to GPIO port # mapping
2071.1Such#  + Open/Close button: 3
2081.1Such# (PCIC-ISA : 9)
2091.1Such# (COM power:46)
2101.1Such#
2111.1Such# MC-CS
2121.1Such# Button to GPIO port # mapping
2131.1Such# (PCIC-ISA : 9)
2141.1Such# (COM power:14)
2151.1Such#
2161.1Such# IBM WorkPad z50
2171.1Such# Button to GPIO port # mapping
2181.1Such#  + REC button       : 1
2191.1Such#  + Application button?      : 2
2201.1Such# (PCIC-ISA : 9)
2211.1Such#
2221.1Suchbutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
2231.1Suchbutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
2241.1Suchbutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
2251.1Suchbutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
2261.1Suchbutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
2271.1Suchbutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
2281.1Such#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
2291.1Suchbutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
2301.1Such#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
2311.1Suchbutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
2321.1Suchbutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
2331.1Suchbutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
2341.1Suchbutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
2351.1Suchbutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
2361.1Suchbutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
2371.1Suchbutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
2381.1Suchpwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
2391.1Suchpwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
2401.1Suchpwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
2411.1Suchpwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
2421.1Suchpwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
2431.1Such#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
2441.1Suchpwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
2451.1Suchpwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
2461.1Suchpwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
2471.1Suchpwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
2481.1Suchpwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
2491.1Suchpwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
2501.1Suchpwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
2511.1Suchpwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
2521.31Schspwctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
2531.1Suchpwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
2541.1Suchpwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
2551.1Suchpwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
2561.1Suchpwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
2571.1Suchpwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
2581.1Such#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
2591.1Suchpwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
2601.1Such#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
2611.1Such#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
2621.1Suchpwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
2631.1Such#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
2641.1Such#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
2651.1Such#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
2661.1Suchvrisab0 at vrgiu? platform NEC_MCR
2671.1Suchvrisab0 at vrgiu? platform NEC_MCCS
2681.1Suchvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
2691.1Suchisa0	at vrisab0
2701.1Suchpcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
2711.1Such#
2721.1Such# Freestyle
2731.1Such# Button to GPIO port # mapping
2741.1Such#    +---------+
2751.1Such# 1 +|         |
2761.1Such#    |         |+ 7
2771.1Such#    |         |
2781.1Such#20 +|   LCD   |+ 4
2791.1Such#    |         | + 6
2801.1Such# 8 +|         |+ 5
2811.1Such#    |         |
2821.1Such#    |         |+----Power On/Off (connected to PMU)
2831.1Such#    +---------+
2841.1Such#          +9
2851.1Such#        +12 +10
2861.1Such#          +11
2871.1Such# (PCIC-ISA : 23)
2881.1Suchbutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
2891.1Suchbutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
2901.1Suchbutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
2911.1Suchbutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
2921.1Suchbutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
2931.1Suchbutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
2941.1Suchbutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
2951.1Suchbutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
2961.1Suchbutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
2971.1Suchbutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
2981.1Suchbutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
2991.1Suchvrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
3001.1Suchisa1	at vrisab1
3011.1Suchpcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
3021.1Such
3031.1Suchoptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
3041.1Such
3051.1Such#
3061.1Such# Fujitsu INTERTOP CX300
3071.1Such#
3081.1Suchpwctl0	at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
3091.1Suchvrisab2	at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
3101.1Suchisa2	at vrisab2
3111.1Suchpcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
3121.1Such
3131.1Such#
3141.1Such# Vadem Clio and Sharp Tripad
3151.1Such#
3161.37Stsutsuivrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x0
3171.37Stsutsuivrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x0
3181.1Suchisa3	at vrisab3
3191.1Suchpcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
3201.1Such
3211.1Such#
3221.1Such# CASIO CASSIOPEIA E55 and for DoCoMo
3231.1Such#
3241.1Suchbutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
3251.1Suchbutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
3261.1Suchbutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
3271.1Suchbutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
3281.1Suchbutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
3291.1Suchbutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
3301.1Suchbutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
3311.1Suchbutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
3321.1Suchpwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
3331.1Suchpwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
3341.1Such
3351.1Such# 'CF hack' for all CASSIOPEIA E series
3361.1Suchvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
3371.1Suchvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
3381.1Suchisa4	at vrisab4
3391.1Suchwdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
3401.1Such
3411.1Such#
3421.1Such# Fujitsu PenCentra 130
3431.1Such#
3441.1Suchvrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
3451.1Suchvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
3461.1Suchisa5	at vrisab5
3471.1Suchpcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3481.1Such
3491.5Such#
3501.5Such# SigmarionII
3511.5Such#
3521.5Suchcom*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
3531.5Suchvrisab6	at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf780f800
3541.5Suchisa6	at vrisab6
3551.5Suchne*	at isa6 port 0x300 irq  0x00090003 # port 9, active high and thorough
3561.5Such#wdc*	at isa6 port 0x170 irq 0x00090003 flags 0x0002  # single drive
3571.5Suchhpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
3581.5Suchhpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_02 port 0 level 1 connect 1
3591.5Such
3601.5Such#
3611.5Such# MP-C303/304
3621.5Such#
3631.5Suchhpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
3641.5Suchhpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
3651.5Suchhpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_02 port 1 level 0 hold 1 connect 1
3661.5Such
3671.5Such
3681.5Such# PCI bus support
3691.5Suchoptions 	PCIVERBOSE
3701.5Suchpci*	at vrpciu?
3711.5Such
3721.5Such# VRC4173
3731.5Suchvrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
3741.5Such#vrc4173cmu* at vrc4173bcu?		# VRC4173 CMU
3751.5Such#vrc4173piu* at vrc4173bcu?		# VRC4173 PIU
3761.5Such#vrc4173kiu* at vrc4173bcu?		# VRC4173 KIU
3771.5Such
3781.5Such#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
3791.5Such#pcmcia*	at vrc4173cardu?
3801.5Such
3811.5Such# PCI USB controllers
3821.5Suchohci*	at pci?	dev ? function ?	# Open Host Controller
3831.5Such#options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
3841.5Such
3851.1Such# PCMCIA bus support
3861.1Suchpcmcia*	at pcic? controller 0 socket ?
3871.1Such
3881.1Such# PCMCIA IDE disk
3891.1Suchwdc*	at pcmcia? function ?
3901.15Slukem
3911.15Slukem# ATA (IDE) bus support
3921.15Slukematabus* at ata?
3931.15Slukem
3941.15Slukem# IDE drives
3951.14Sbouyerwd*	at atabus? drive ? flags 0x0000
3961.1Such
3971.1Such# PCMCIA network interfaces
3981.1Suchep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3991.1Suchmbe*	at pcmcia? function ?		# MB8696x based Ethernet
4001.1Suchne*	at pcmcia? function ?		# NE2000-compatible Ethernet
4011.1Suchray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
4021.1Suchsm*	at pcmcia? function ?		# Megahertz Ethernet
4031.1Suchwi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
4041.1Suchawi*	at pcmcia? function ?		# WLI-PCM
4051.1Suchan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
4061.1Such
4071.1Such# PCMCIA Serial interfaces
4081.1Suchcom*	at pcmcia? function ?		# Modems and serial cards
4091.1Such
4101.1Such# PCMCIA SCSI interfaces
4111.1Suchaic*	at pcmcia? function ?
4121.1Suchesp*	at pcmcia? function ?		# NCR53c406 SCSI
4131.1Such
4141.1Such# ATAPI bus support
4151.15Slukematapibus* at atapi?
4161.1Suchcd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
4171.1Suchsd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
4181.1Such
4191.1Such# SCSI bus support
4201.1Suchscsibus* at aic?
4211.1Suchscsibus* at esp?
4221.1Suchsd*	at scsibus? target ? lun ?	# SCSI disk drives
4231.1Suchcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
4241.5Such
4251.5Such# USB Hubs
4261.5Suchusb*	at ohci?
4271.5Suchuhub*	at usb?
4281.42Sdrochneruhub*	at uhub? port ?
4291.5Such
4301.5Such# USB HID device
4311.5Suchuhidev*	at uhub? port ? configuration ? interface ?
4321.5Such
4331.5Such# USB Mice
4341.5Suchums*	at uhidev? reportid ?
4351.5Suchwsmouse*	at ums? mux 0
4361.5Such
4371.5Such# USB Keyboards
4381.5Suchukbd*	at uhidev? reportid ?
4391.5Suchwskbd*	at ukbd? console ? mux 1
4401.5Such
4411.40Sskrll# USB serial adapter
4421.29Sskrllucycom*	at uhidev? reportid ?
4431.29Sskrll
4441.5Such# USB Generic HID devices
4451.5Suchuhid*	at uhidev? reportid ?
4461.5Such
4471.5Such# USB Printer
4481.5Suchulpt*	at uhub? port ? configuration ? interface ?
4491.5Such
4501.5Such# USB Modem
4511.5Suchumodem*	at uhub? port ? configuration ?
4521.5Suchucom*	at umodem?
4531.5Such
4541.48Splunky# Option N.V. Wireless WAN modems
4551.48Splunkyuhso*	at uhub? port ? configuration ?
4561.48Splunky
4571.5Such# USB Mass Storage
4581.5Suchumass*	at uhub? port ? configuration ? interface ?
4591.5Suchscsibus* at umass? channel ?
4601.5Such
4611.5Such# USB audio
4621.5Suchuaudio*	at uhub? port ? configuration ?
4631.5Such
4641.5Such# USB MIDI
4651.5Suchumidi* at uhub? port ? configuration ?
4661.5Such
4671.5Such# USB IrDA bridges
4681.5Such#uirda* at uhub? port ? configuration ? interface ?
4691.5Such#irframe* at uirda?
4701.5Such
4711.5Such# USB Ethernet adapters
4721.5Suchaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4731.21Saugustssaxe*	at uhub? port ?		# ASIX AX88172 based adapters
4741.5Suchcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4751.5Suchkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4761.12Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
4771.5Such
4781.36Shira# Prolific PL2301/PL2302 host-to-host adapter
4791.5Suchupl*	at uhub? port ?
4801.5Such
4811.5Such# Serial adapters
4821.5Such# FTDI FT8U100AX serial adapter
4831.5Suchuftdi*	at uhub? port ?
4841.5Suchucom*	at uftdi? portno ?
4851.5Such
4861.5Suchuplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
4871.5Suchucom*	at uplcom? portno ?
4881.5Such
4891.5Suchumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
4901.5Suchucom*	at umct? portno ?
4911.5Such
4921.5Such# Diamond Multimedia Rio 500
4931.5Suchurio*	at uhub? port ?
4941.5Such
4951.5Such# USB Handspring Visor
4961.5Suchuvisor*	at uhub? port ?
4971.5Suchucom*	at uvisor?
4981.5Such
4991.25Sitohy# Kyocera AIR-EDGE PHONE
5001.25Sitohyukyopon* at uhub? port ?
5011.25Sitohyucom*	at ukyopon? portno ?
5021.25Sitohy
5031.5Such# USB scanners
5041.65Sgdt#uscanner* at uhub? port ?
5051.5Such
5061.5Such# USB scanners that use SCSI emulation, e.g., HP5300
5071.5Suchusscanner* at uhub? port ?
5081.5Suchscsibus* at usscanner? channel ?
5091.5Such
5101.5Such# Y@P firmware loader
5111.5Suchuyap* at uhub? port ?
5121.5Such
5131.5Such# USB Generic driver
5141.5Suchugen*	at uhub? port ?
5151.5Such
5161.5Suchaudio*	at uaudio?
5171.1Such
5181.66Snatoptions VAUDIOSPEAKER
5191.66Snatspkr0	at audio0		# PC speaker (synthesized)
5201.66Snat
5211.58Schristospseudo-device	loop			# network loopback
5221.35Scubepseudo-device	ppp			# serial-line IP ports
5231.1Suchpseudo-device	pty			# pseudo-terminals
5241.34Srpaulopseudo-device	bpfilter		# packet filter ports
5251.1Suchpseudo-device	ipfilter		# IP filter, NAT
5261.1Such
5271.35Scubepseudo-device	vnd			# virtual disk ick
5281.58Schristos#pseudo-device	ccd			# concatenated disks
5291.9Slukempseudo-device	clockctl		# user control of clock subsystem
5301.1Such
5311.1Suchpseudo-device	biconsdev	1	# build-in console device
5321.1Suchpseudo-device	wsmux			# mouse & keyboard multiplexor
5331.51Shannken#pseudo-device	md			# memory disk device (ramdisk)
5341.1Such
5351.59Schristos#pseudo-device	raid			# RAIDframe disk driver
5361.1Such#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5371.49Spooka#pseudo-device	fss			# file system snapshot device
5381.1Such
5391.1Such# for IPv6
5401.35Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
5411.35Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
5421.38Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
5431.1Such
5441.1Such## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
5451.1Suchpseudo-device	vlan
5461.1Such
5471.1Such## Simple inter-network traffic bridging
5481.1Suchpseudo-device	bridge
549