GENERIC revision 1.147
11.147Stv# $NetBSD: GENERIC,v 1.147 2004/04/15 14:58:30 tv 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.102Suchinclude		"arch/hpcmips/conf/std.hpcmips.vr41"
231.102Suchinclude		"arch/hpcmips/conf/std.hpcmips.tx39"
241.24Shubertf
251.119Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
261.119Satatat
271.147Stv#ident 		"GENERIC-$Revision: 1.147 $"
281.1Stakemura
291.98Suchmaxusers	16
301.1Stakemura
311.147Stvmakeoptions	CPUFLAGS="-mips2"	# CPU codegen options
321.86Ssatooptions 	VR4102			# NEC VR4102
331.86Ssatooptions 	VR4111			# NEC VR4111
341.86Ssatooptions 	VR4121			# NEC VR4121
351.107Stakemuraoptions 	VR4122			# NEC VR4122
361.107Stakemuraoptions 	VR4131			# NEC VR4131
371.102Suchoptions 	TX392X			# Toshiba TX3922
381.120Sshinoptions 	KLOADER
391.1Stakemura
401.1Stakemura# Standard system options
411.1Stakemuraoptions 	DDB			# in-kernel debugger
421.1Stakemura#options 	DDB_ONPANIC=0		# don't enter debugger on panic
431.86Ssato#options 	KGDB			# remote debugger
441.1Stakemura#options 	DIAGNOSTIC		# extra kernel debugging checks
451.1Stakemura#options 	DEBUG			# extra kernel debugging support
461.1Stakemuraoptions 	KTRACE			# system call tracing support
471.130Sprovosoptions 	SYSTRACE		# system call vetting via systrace(1)
481.87Ssatooptions 	MSGBUFSIZE=8192		# dmesg buffer size
491.72Stakemura
501.72Stakemura## UVM options.
511.72Stakemura#options 	UVM_PAGE_TRKOWN
521.72Stakemura#options 	UVMHIST
531.72Stakemura#options 	UVMHIST_PRINT	# Loud!
541.1Stakemura
551.54Sshin#options 	SCSIVERBOSE		# human readable SCSI error messages
561.27Ssato#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
571.1Stakemura
581.11Ssato#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
591.9Senami#options 	RTC_OFFSET=-540		# JST-9
601.9Senami#options 	RTC_OFFSET=480		# PST8
611.25Ssato					# In NO RTC_OFFSET , inherit RTC_OFFSET
621.25Ssato					# from Windows CE.
631.1Stakemuraoptions 	NTP			# network time protocol
641.1Stakemura
651.9Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
661.9Senami
671.9Senami#options 	SYSCALL_DEBUG		# for debug
681.9Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
691.129Slukemoptions 	USERCONF		# userconf(4) support
701.118Sgmcgarry#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
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.115Sshinoptions 	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.142Ssimonboptions 	COMPAT_16
1091.112Sshin
1101.112Sshinoptions 	LKM		# loadable kernel modules
1111.1Stakemura
1121.107Stakemura#options 	NFS_BOOT_DHCP
1131.107Stakemuraoptions 	NFS_BOOT_BOOTP
1141.107Stakemura#options 	NFS_BOOT_BOOTPARAM
1151.104Stakemura
1161.104Stakemura# compile options
1171.133Sshin#makeoptions	DEFGP="-G 10"
1181.1Stakemura
1191.1Stakemuraconfig		netbsd		root on ? type ?
1201.1Stakemura
1211.1Stakemura# WS console uses SUN or VT100 terminal emulation
1221.1Stakemuraoptions 	WSEMUL_VT100
1231.81Ssato#options 	WSDISPLAY_DEFAULTSCREENS=4
1241.9Senami#options 	FONT_VT220L8x8
1251.9Senamioptions 	FONT_VT220L8x10
1261.48Stakemura# compatibility to other console drivers
1271.48Stakemuraoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1281.48Stakemuraoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1291.48Stakemuraoptions 	WSDISPLAY_COMPAT_USL		# VT handling
1301.48Stakemuraoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1311.71Stakemura#
1321.71Stakemura# Hpckbd will set key board layout appropriately. You can use option
1331.71Stakemura# 'PCKBD_LAYOUT' to overrite the default layout.
1341.71Stakemura#
1351.92Senami#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
1361.57Stakemura
1371.57Stakemura# temporally power management
1381.61Stakemurahpcapm0	at mainbus0			# power management
1391.61Stakemuraapmdev0	at hpcapm0			# APM
1401.1Stakemura
1411.83Stakemuraoptions 	MQ200_DEBUG
1421.83Stakemura#options 	MQ200_USECRT
1431.126Stakemuramqvideo*	at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video
1441.61Stakemurahpcfb*		at	mqvideo?
1451.69Ssato
1461.126Stakemuraite8181video*	at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video
1471.69Ssatohpcfb*		at	ite8181video?
1481.77Ssato
1491.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
1501.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
1511.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
1521.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
1531.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
1541.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
1551.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
1561.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
1571.143Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700A
1581.143Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730
1591.143Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730A
1601.19Stakemura
1611.1Stakemura#
1621.33Stakemura# hpcmips isa? bus irq locator means:
1631.33Stakemura#
1641.33Stakemura# 0x0000000f ISA IRQ#
1651.33Stakemura# 0x00ff0000 GPIO port#
1661.33Stakemura# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
1671.33Stakemura# 0x02000000 interrupt detection level		(1:low /0:high	)
1681.33Stakemura# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
1691.33Stakemura
1701.33Stakemura#
1711.27Ssato# MC-R300, MC-R500
1721.1Stakemura# Button to GPIO port # mapping
1731.1Stakemura#  + REC button       : 4
1741.1Stakemura#  + Open/Close button: 6
1751.1Stakemura# (PCIC-ISA : 9)
1761.1Stakemura# (COM power:14)
1771.27Ssato#
1781.27Ssato# MC-R510
1791.27Ssato# Button to GPIO port # mapping
1801.27Ssato#  + Open/Close button: 3
1811.27Ssato# (PCIC-ISA : 9)
1821.27Ssato# (COM power:14)
1831.27Ssato#
1841.27Ssato# MC-R530
1851.27Ssato# Button to GPIO port # mapping
1861.27Ssato#  + Open/Close button: 3
1871.27Ssato#  + Application button: 2
1881.27Ssato# (PCIC-ISA : 9)
1891.88Ssato# (COM power:46)
1901.27Ssato#
1911.27Ssato# MC-R700
1921.27Ssato# Button to GPIO port # mapping
1931.27Ssato#  + Open/Close button: 3
1941.27Ssato# (PCIC-ISA : 9)
1951.27Ssato# (COM power:46)
1961.27Ssato#
1971.27Ssato# MC-CS
1981.27Ssato# Button to GPIO port # mapping
1991.27Ssato# (PCIC-ISA : 9)
2001.27Ssato# (COM power:14)
2011.27Ssato#
2021.27Ssato# IBM WorkPad z50
2031.27Ssato# Button to GPIO port # mapping
2041.27Ssato#  + REC button       : 1
2051.27Ssato#  + Application button?      : 2
2061.27Ssato# (PCIC-ISA : 9)
2071.27Ssato#
2081.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
2091.64Ssatobutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
2101.97Slukembutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
2111.79Ssatobutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
2121.64Ssatobutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
2131.64Ssatobutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
2141.88Ssato#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
2151.64Ssatobutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
2161.88Ssato#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
2171.67Ssatobutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
2181.64Ssatobutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
2191.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
2201.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
2211.64Ssatobutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
2221.64Ssatobutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
2231.64Ssatobutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
2241.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
2251.79Ssatopwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
2261.75Ssatopwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
2271.75Ssatopwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
2281.88Ssatopwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
2291.75Ssato#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
2301.64Ssatopwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
2311.64Ssatopwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
2321.95Ssatopwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
2331.64Ssatopwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
2341.64Ssatopwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
2351.95Ssatopwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
2361.63Ssatopwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
2371.42Ssatopwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
2381.146Ssatopwctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
2391.64Ssatopwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
2401.79Ssatopwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
2411.64Ssatopwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
2421.64Ssatopwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
2431.64Ssatopwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
2441.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
2451.64Ssatopwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
2461.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
2471.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
2481.64Ssatopwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
2491.79Ssato#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
2501.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
2511.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
2521.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
2531.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
2541.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
2551.1Stakemuraisa0	at vrisab0
2561.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
2571.127Sgregvrdsiu_mouse0 at vr4102ip? platform IBM_WORKPAD addr 0x0b0001a0 size 0x20 unit VRDSIU
2581.1Stakemura#
2591.1Stakemura# Freestyle
2601.1Stakemura# Button to GPIO port # mapping
2611.1Stakemura#    +---------+
2621.1Stakemura# 1 +|         |
2631.1Stakemura#    |         |+ 7
2641.1Stakemura#    |         |
2651.1Stakemura#20 +|   LCD   |+ 4
2661.1Stakemura#    |         | + 6
2671.5Senami# 8 +|         |+ 5
2681.1Stakemura#    |         |
2691.7Such#    |         |+----Power On/Off (connected to PMU)
2701.1Stakemura#    +---------+
2711.1Stakemura#          +9
2721.1Stakemura#        +12 +10
2731.1Stakemura#          +11
2741.1Stakemura# (PCIC-ISA : 23)
2751.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
2761.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
2771.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
2781.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
2791.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
2801.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
2811.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
2821.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
2831.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
2841.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
2851.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
2861.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
2871.1Stakemuraisa1	at vrisab1
2881.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
2891.1Stakemura
2901.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
2911.31Sjun
2921.1Stakemura#
2931.17Sshin# Fujitsu INTERTOP CX300
2941.17Sshin#
2951.116Sshinpwctl0	at vrgiu? platform FUJITSU_INTERTOP_IT300 id PWCTL_COM0 port 15
2961.116Sshinvrisab2	at vrgiu? platform FUJITSU_INTERTOP_IT300 isaportoffset 0x1000000
2971.97Slukemisa2	at vrisab2
2981.97Slukempcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
2991.33Stakemura
3001.17Sshin#
3011.21Sshin# Vadem Clio and Sharp Tripad
3021.21Sshin#
3031.97Slukemvrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
3041.97Slukemvrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000
3051.97Slukemisa3	at vrisab3
3061.97Slukempcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
3071.33Stakemura
3081.33Stakemura#
3091.33Stakemura# CASIO CASSIOPEIA E55 and for DoCoMo
3101.33Stakemura#
3111.33Stakemurabutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
3121.33Stakemurabutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
3131.33Stakemurabutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
3141.33Stakemurabutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
3151.33Stakemurabutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
3161.33Stakemurabutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
3171.33Stakemurabutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
3181.33Stakemurabutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
3191.97Slukempwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
3201.97Slukempwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
3211.80Stakemura
3221.80Stakemura# 'CF hack' for all CASSIOPEIA E series
3231.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
3241.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
3251.97Slukemisa4	at vrisab4
3261.97Slukemwdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
3271.33Stakemura
3281.21Sshin#
3291.91Stakemura# Fujitsu PenCentra 130
3301.1Stakemura#
3311.91Stakemuravrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
3321.97Slukemvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
3331.91Stakemuraisa5	at vrisab5
3341.97Slukempcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3351.111Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_PENCENTRA_130
3361.111Stakemurapci*	at vrc4172pci?
3371.111Stakemurahpcioman5 at vrc4172gpio0 platform FUJITSU_PENCENTRA_130
3381.111Stakemurahpcin*	at hpcioman5 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
3391.1Stakemura
3401.102Such#
3411.107Stakemura# SigmarionII
3421.107Stakemura#
3431.107Stakemuracom*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
3441.122Stakemuravrisab6       at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf7800000 isamemoffset 0xfa000000
3451.107Stakemuraisa6	at vrisab6
3461.122Stakemurapcic0 at isa6 port 0x3e0 iomem 0x10000 iosiz 0x4000 irq 0x00090003
3471.107Stakemurahpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
3481.109Stakemurahpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1
3491.107Stakemura
3501.107Stakemura#
3511.107Stakemura# MP-C303/304
3521.107Stakemura#
3531.107Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
3541.107Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
3551.109Stakemurahpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_00 port 1 level 0 hold 1 connect 1
3561.107Stakemura
3571.107Stakemura#
3581.116Sshin# Fujitsu INTERTOP CX310
3591.116Sshin#
3601.116Sshinvrc4172gpio0 at vrgiu? platform FUJITSU_INTERTOP_IT310 addr 0x15001080 size 0x4a port 10
3611.117Sshinvrisab8	at vrc4172gpio0 isaportoffset 0x1000000
3621.117Sshinisa8	at vrisab8
3631.117Sshinpcic0	at isa8 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3641.116Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_INTERTOP_IT310
3651.116Sshinpci*	at vrc4172pci?
3661.117Sshinhpcioman8 at vrc4172gpio0 platform FUJITSU_INTERTOP_IT310
3671.117Sshinhpcin*	at hpcioman8 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
3681.121Stakemura
3691.121Stakemura#
3701.125Stakemura# MC-R700 and Mobile Pro 800
3711.121Stakemura#
3721.121Stakemuraoptions	VRC4172PCI_MCR700_SUPPORT
3731.121Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700
3741.125Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700A
3751.144Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_730
3761.144Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_730A
3771.144Sshinpci*	at vrc4172pci?
3781.121Stakemurahpcioman9 at vrgiu? platform NEC_MCR_700
3791.125Stakemurahpcioman9 at vrgiu? platform NEC_MCR_700A
3801.144Sshinhpcioman9 at vrgiu? platform NEC_MCR_730
3811.144Sshinhpcioman9 at vrgiu? platform NEC_MCR_730A
3821.121Stakemurahpcin*	at hpcioman9 evtype PCIINTR id PCIINTR_00_00_01 port 13 level 0 connect 1
3831.123Stakemura
3841.123Stakemura#
3851.123Stakemura# Sharp Telios HC-AJ1, HC-VJ1C
3861.123Stakemura#
3871.123Stakemuratxcsbus1	at tx39biu? platform SHARP_TELIOS
3881.102Such
3891.102Such# IO module manager (virtual bridge) DO NOT DELETE
3901.102Suchtxioman* at txsim?
3911.102Such# iochip 0 TX39 internal IO
3921.102Such#	 1 TX39 internal MFIO
3931.102Such#	 2 BETTY IO
3941.102Such#	(3) ITE IO notyet
3951.102Such#	(4) Plum2 IO (EXTPW[0:2]) notyet
3961.102Suchhpcioman1 at txioman? platform SHARP_TELIOS_HCAJ1
3971.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
3981.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
3991.102Suchhpcin*	at hpcioman1 iochip 1 evtype PMEVENT id PME_AC	   port 6  edge 1 # AC-power
4001.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
4011.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_DCD   port 29 edge 3
4021.102Suchhpcout*	at hpcioman1 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
4031.102Such
4041.102Suchhpcioman2 at txioman? platform SHARP_TELIOS_HCVJ1C_JP
4051.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
4061.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
4071.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP2   port 11 edge 1 # Video button
4081.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP3   port 12 edge 1 # Head phone button
4091.102Suchhpcin*	at hpcioman2 iochip 1 evtype PMEVENT id PME_AC     port 6
4101.102Suchhpcin*	at hpcioman2 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
4111.102Suchhpcin*	at hpcioman2 iochip 1 evtype EVENT   id COM0_DCD   port 13 edge 3
4121.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_COM0 port 15
4131.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
4141.102Such
4151.102Suchoptions 	USE_POLL
4161.102Such
4171.102Such# PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
4181.102Suchucb*		at tx39sib? slot 0
4191.102Suchucbtp*		at ucb?
4201.102Suchucbsnd*		at ucb?
4211.102Suchucbio*		at ucb?
4221.102Such
4231.102Such# PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
4241.102Such# chip select: CS1, IRQ: 3:12/4:12 (irq1 108)
4251.102Such# interrupt-mode don't work. use polling mode.
4261.102Suchtc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
4271.102Suchhpckbd*		at tc5165buf?
4281.102Such#wsmouse*	at ucbtp? mux 0
4291.102Such
4301.102Such# TC6358TB(Plum2)
4311.102Such#  register space: CS3,
4321.102Such#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
4331.102Such#
4341.102Suchplum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
4351.102Suchplumicu*	at plum?
4361.102Suchplumpower*	at plum?
4371.102Suchplumvideo*	at plum?
4381.102Suchhpcfb*		at plumvideo?
4391.102Suchplumpcmcia*	at plum?
4401.145Sshinohci*		at plum?
4411.102Such
4421.102Such# Workstation Console attachments
4431.102Suchbivideo0	at	mainbus0
4441.102Suchhpcfb*		at	bivideo0
4451.102Suchwsdisplay*	at	hpcfb?
4461.102Suchwskbd*		at	hpckbd? mux 1
4471.102Suchwsmouse*	at	vrpiu? mux 0
4481.134Stakemurawsmouse*	at	vrc4173piu? mux 0
4491.127Sgregwsmouse*	at	vrdsiu_mouse? mux 0
4501.102Suchbtnmgr0		at	mainbus0
4511.102Suchwskbd*		at	btnmgr0 mux 1
4521.107Stakemura
4531.107Stakemura# PCI bus support
4541.107Stakemuraoptions 	PCIVERBOSE
4551.107Stakemurapci*	at vrpciu?
4561.107Stakemura
4571.107Stakemura# VRC4173
4581.107Stakemuravrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
4591.109Stakemuravrkiu* at vrc4173bcu? addr 0x100 size 0x20 unit VRKIU	# VRC4173 KIU
4601.134Stakemuravrc4173piu* at vrc4173bcu? addr 0x0a0 size 0x20 addr2 0x0c0 size2 0x20 unit VRPIU	# VRC4173 PIU
4611.107Stakemura
4621.107Stakemura#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
4631.107Stakemura#pcmcia*	at vrc4173cardu?
4641.107Stakemura
4651.107Stakemura# PCI USB controllers
4661.107Stakemuraohci*	at pci?	dev ? function ?	# Open Host Controller
4671.107Stakemura#options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
4681.126Stakemura
4691.126Stakemura# miscellaneous PCI devices
4701.126Stakemuramqvideo*	at pci? dev ? function ?	# MQ200 video
4711.102Such
4721.1Stakemura# PCMCIA bus support
4731.102Suchpcmcia* at plumpcmcia? controller ? socket ?
4741.34Sshinpcmcia*	at pcic? controller 0 socket ?
4751.1Stakemura
4761.1Stakemura# PCMCIA IDE disk
4771.1Stakemurawdc*	at pcmcia? function ?
4781.141Slukem
4791.141Slukem# ATA (IDE) bus support
4801.141Slukematabus* at ata?
4811.141Slukem
4821.141Slukem# IDE drives
4831.140Sbouyerwd*	at atabus? drive ? flags 0x0000
4841.1Stakemura
4851.1Stakemura# PCMCIA network interfaces
4861.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
4871.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
4881.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
4891.76Smycroftray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
4901.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
4911.32Stakemurawi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
4921.132Stakemuraxi*	at pcmcia? function ?		# Xircom CreditCard Ethernet
4931.32Stakemuraawi*	at pcmcia? function ?		# WLI-PCM
4941.74Smattan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
4951.1Stakemura
4961.49Stakemura# PCMCIA Serial interfaces
4971.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
4981.1Stakemura
4991.49Stakemura# PCMCIA SCSI interfaces
5001.1Stakemuraaic*	at pcmcia? function ?
5011.49Stakemuraesp*	at pcmcia? function ?		# NCR53c406 SCSI
5021.49Stakemura
5031.49Stakemura# ATAPI bus support
5041.141Slukematapibus* at atapi?
5051.49Stakemuracd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
5061.49Stakemurasd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
5071.49Stakemura
5081.49Stakemura# SCSI bus support
5091.1Stakemurascsibus* at aic?
5101.49Stakemurascsibus* at esp?
5111.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
5121.49Stakemuracd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
5131.102Such
5141.102Such# USB Hubs
5151.102Suchusb*	at ohci?
5161.102Suchuhub*	at usb?
5171.102Suchuhub*	at uhub? port ? configuration ? interface ?
5181.102Such
5191.102Such# USB HID device
5201.102Suchuhidev*	at uhub? port ? configuration ? interface ?
5211.102Such
5221.102Such# USB Mice
5231.102Suchums*	at uhidev? reportid ?
5241.102Suchwsmouse*	at ums? mux 0
5251.102Such
5261.102Such# USB Keyboards
5271.102Suchukbd*	at uhidev? reportid ?
5281.102Suchwskbd*	at ukbd? console ? mux 1
5291.102Such
5301.102Such# USB Generic HID devices
5311.102Suchuhid*	at uhidev? reportid ?
5321.102Such
5331.102Such# USB Printer
5341.102Suchulpt*	at uhub? port ? configuration ? interface ?
5351.102Such
5361.102Such# USB Modem
5371.102Suchumodem*	at uhub? port ? configuration ?
5381.102Suchucom*	at umodem?
5391.102Such
5401.102Such# USB Mass Storage
5411.102Suchumass*	at uhub? port ? configuration ? interface ?
5421.140Sbouyeratapibus* at umass?
5431.102Suchscsibus* at umass? channel ?
5441.102Such
5451.102Such# USB audio
5461.102Suchuaudio*	at uhub? port ? configuration ?
5471.102Such
5481.102Such# USB MIDI
5491.102Suchumidi* at uhub? port ? configuration ?
5501.102Such
5511.102Such# USB IrDA bridges
5521.102Such#uirda* at uhub? port ? configuration ? interface ?
5531.102Such#irframe* at uirda?
5541.102Such
5551.102Such# USB Ethernet adapters
5561.102Suchaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5571.102Suchcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
5581.102Suchkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
5591.135Saugustssuax*	at uhub? port ?		# ASIX AX88172 based adapters
5601.135Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
5611.139Sitojunudav*	at uhub? port ?		# Davicom DM9601 based adapters
5621.124Stakemura
5631.124Stakemura# MII/PHY support
5641.124Stakemuraukphy*	at mii? phy ?		# generic unknown PHYs
5651.102Such
5661.102Such# Prolofic PL2301/PL2302 host-to-host adapter
5671.102Suchupl*	at uhub? port ?
5681.102Such
5691.102Such# Serial adapters
5701.102Such# FTDI FT8U100AX serial adapter
5711.102Suchuftdi*	at uhub? port ?
5721.102Suchucom*	at uftdi? portno ?
5731.102Such
5741.102Suchuplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
5751.102Suchucom*	at uplcom? portno ?
5761.102Such
5771.102Suchumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
5781.102Suchucom*	at umct? portno ?
5791.102Such
5801.102Such# Diamond Multimedia Rio 500
5811.102Suchurio*	at uhub? port ?
5821.102Such
5831.102Such# USB Handspring Visor
5841.102Suchuvisor*	at uhub? port ?
5851.102Suchucom*	at uvisor?
5861.102Such
5871.102Such# USB scanners
5881.102Suchuscanner* at uhub? port ?
5891.102Such
5901.102Such# USB scanners that use SCSI emulation, e.g., HP5300
5911.102Suchusscanner* at uhub? port ?
5921.102Suchscsibus* at usscanner? channel ?
5931.102Such
5941.102Such# Y@P firmware loader
5951.102Suchuyap* at uhub? port ?
5961.102Such
5971.102Such# USB Generic driver
5981.102Suchugen*	at uhub? port ?
5991.102Such
6001.102Suchaudio*	at uaudio?
6011.102Such
6021.102Such# Pseudo-Devices
6031.1Stakemura
6041.1Stakemurapseudo-device	loop		1	# network loopback
6051.10Senamipseudo-device	ppp		2	# serial-line IP ports
6061.101Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
6071.66Sjdolecekpseudo-device	pty			# pseudo-terminals
6081.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
6091.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
6101.1Stakemura
6111.1Stakemurapseudo-device	vnd		4	# virtual disk ick
6121.54Sshin#pseudo-device	ccd		4	# concatenated disks
6131.131Selric#pseudo-device	cgd		4	# cryptographic disks
6141.97Slukempseudo-device	rnd			# /dev/random and in-kernel generator
6151.128Slukempseudo-device	clockctl		# user control of clock subsystem
6161.1Stakemura
6171.1Stakemurapseudo-device	biconsdev	1	# build-in console device
6181.96Saugustsspseudo-device	wsmux			# mouse & keyboard multiplexor
6191.49Stakemura#pseudo-device	md		1	# memory disk device (ramdisk)
6201.49Stakemura
6211.103Soster#pseudo-device	raid		8	# RAIDframe disk driver
6221.92Senami#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
6231.103Soster# Options to enable various other RAIDframe RAID types.
6241.103Soster# options	RF_INCLUDE_EVENODD=1
6251.103Soster# options	RF_INCLUDE_RAID5_RS=1
6261.103Soster# options	RF_INCLUDE_PARITYLOGGING=1
6271.103Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
6281.103Soster# options	RF_INCLUDE_INTERDECLUSTER=1
6291.103Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
6301.103Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
6311.13Sjun
6321.13Sjun# for IPv6
6331.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
6341.15Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
6351.44Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
6361.90Shubertf
6371.90Shubertf## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
6381.90Shubertfpseudo-device	vlan
6391.93Satatat
6401.93Satatat## Simple inter-network traffic bridging
6411.99Satatatpseudo-device	bridge
6421.136Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
6431.138Sraggepseudo-device	ksyms			# /dev/ksyms
644