GENERIC revision 1.160
11.160Schristos# $NetBSD: GENERIC,v 1.160 2004/11/10 17:54:04 christos 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.160Schristos#ident 		"GENERIC-$Revision: 1.160 $"
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.156Smycroftoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
441.86Ssato#options 	KGDB			# remote debugger
451.1Stakemura#options 	DIAGNOSTIC		# extra kernel debugging checks
461.1Stakemura#options 	DEBUG			# extra kernel debugging support
471.1Stakemuraoptions 	KTRACE			# system call tracing support
481.130Sprovosoptions 	SYSTRACE		# system call vetting via systrace(1)
491.87Ssatooptions 	MSGBUFSIZE=8192		# dmesg buffer size
501.72Stakemura
511.72Stakemura## UVM options.
521.72Stakemura#options 	UVM_PAGE_TRKOWN
531.72Stakemura#options 	UVMHIST
541.72Stakemura#options 	UVMHIST_PRINT	# Loud!
551.1Stakemura
561.54Sshin#options 	SCSIVERBOSE		# human readable SCSI error messages
571.27Ssato#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
581.155Smycroft#options 	PCMCIADEBUG
591.155Smycroft#options 	PCMCIACISDEBUG
601.1Stakemura
611.11Ssato#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
621.9Senami#options 	RTC_OFFSET=-540		# JST-9
631.9Senami#options 	RTC_OFFSET=480		# PST8
641.25Ssato					# In NO RTC_OFFSET , inherit RTC_OFFSET
651.25Ssato					# from Windows CE.
661.1Stakemuraoptions 	NTP			# network time protocol
671.1Stakemura
681.9Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
691.9Senami
701.9Senami#options 	SYSCALL_DEBUG		# for debug
711.9Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
721.129Slukemoptions 	USERCONF		# userconf(4) support
731.118Sgmcgarry#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
741.153Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
751.1Stakemura
761.1Stakemura# Filesystem options
771.92Senamifile-system 	FFS		# fast filesystem with user and group quotas
781.1Stakemurafile-system 	MFS		# memory-based filesystem
791.1Stakemurafile-system 	NFS		# Sun NFS-compatible filesystem (client)
801.1Stakemura#file-system	LFS		# Log-based filesystem (still experimental)
811.54Sshinfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
821.20Sshinfile-system 	MSDOSFS		# MS-DOS file system
831.1Stakemura#file-system 	FDESC		# /dev/fd
841.1Stakemurafile-system 	KERNFS		# /kern (kernel informational filesystem)
851.1Stakemura#file-system 	NULLFS		# loopback file system
861.23Swrstuden#file-system 	OVERLAY		# overlay file system
871.1Stakemura#file-system 	PORTAL		# portal filesystem (still experimental)
881.1Stakemurafile-system 	PROCFS		# /proc
891.1Stakemura#file-system 	UMAPFS		# NULLFS + uid and gid remapping
901.1Stakemurafile-system 	UNION
911.1Stakemura
921.115Sshinoptions 	NFSSERVER	# Sun NFS-compatible filesystem (server)
931.92Senamioptions 	SOFTDEP		# FFS soft updates support.
941.54Sshin#options 	QUOTA		# UFS quotas
951.68Sshinoptions 	VNODE_OP_NOINLINE # don't inline vnode op calls
961.13Sjun
971.1Stakemura# Networking options
981.13Sjun#options 	GATEWAY		# IP packet forwarding
991.13Sjunoptions 	INET		# IP + ICMP + TCP + UDP
1001.13Sjunoptions 	INET6		# IPV6
1011.13Sjun#options 	IPSEC		# IP security
1021.13Sjun#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
1031.13Sjun#options 	IPSEC_DEBUG	# debug for IP security
1041.1Stakemura#options 	MROUTING	# Multicast routing support
1051.158Smanu#options 	PIM		# Protocol Independent Multicast
1061.1Stakemura#options 	ISO		# OSI networking
1071.1Stakemura#options 	TPIP		# TPIP
1081.1Stakemura#options 	EON		# OSI tunneling over IP
1091.1Stakemura#options 	CCITT,LLC,HDLC	# X.25
1101.1Stakemura
1111.151Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1121.151Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1131.151Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1141.151Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1151.151Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1161.151Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1171.151Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1181.151Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1191.151Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1201.151Sabs#options 	ALTQ_RED	# Random Early Detection
1211.151Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1221.151Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1231.151Sabs
1241.1Stakemura# NetBSD backwards compatibility
1251.45Suchoptions 	COMPAT_43
1261.142Ssimonboptions 	COMPAT_16
1271.160Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1281.112Sshin
1291.112Sshinoptions 	LKM		# loadable kernel modules
1301.1Stakemura
1311.107Stakemura#options 	NFS_BOOT_DHCP
1321.107Stakemuraoptions 	NFS_BOOT_BOOTP
1331.107Stakemura#options 	NFS_BOOT_BOOTPARAM
1341.104Stakemura
1351.104Stakemura# compile options
1361.133Sshin#makeoptions	DEFGP="-G 10"
1371.1Stakemura
1381.1Stakemuraconfig		netbsd		root on ? type ?
1391.1Stakemura
1401.1Stakemura# WS console uses SUN or VT100 terminal emulation
1411.1Stakemuraoptions 	WSEMUL_VT100
1421.81Ssato#options 	WSDISPLAY_DEFAULTSCREENS=4
1431.9Senami#options 	FONT_VT220L8x8
1441.9Senamioptions 	FONT_VT220L8x10
1451.48Stakemura# compatibility to other console drivers
1461.48Stakemuraoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1471.48Stakemuraoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1481.48Stakemuraoptions 	WSDISPLAY_COMPAT_USL		# VT handling
1491.48Stakemuraoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1501.71Stakemura#
1511.71Stakemura# Hpckbd will set key board layout appropriately. You can use option
1521.71Stakemura# 'PCKBD_LAYOUT' to overrite the default layout.
1531.71Stakemura#
1541.92Senami#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
1551.57Stakemura
1561.57Stakemura# temporally power management
1571.61Stakemurahpcapm0	at mainbus0			# power management
1581.61Stakemuraapmdev0	at hpcapm0			# APM
1591.1Stakemura
1601.83Stakemuraoptions 	MQ200_DEBUG
1611.83Stakemura#options 	MQ200_USECRT
1621.126Stakemuramqvideo*	at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video
1631.61Stakemurahpcfb*		at	mqvideo?
1641.69Ssato
1651.126Stakemuraite8181video*	at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video
1661.69Ssatohpcfb*		at	ite8181video?
1671.77Ssato
1681.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
1691.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
1701.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
1711.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
1721.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
1731.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
1741.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
1751.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
1761.143Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700A
1771.143Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730
1781.143Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730A
1791.19Stakemura
1801.1Stakemura#
1811.33Stakemura# hpcmips isa? bus irq locator means:
1821.33Stakemura#
1831.33Stakemura# 0x0000000f ISA IRQ#
1841.33Stakemura# 0x00ff0000 GPIO port#
1851.33Stakemura# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
1861.33Stakemura# 0x02000000 interrupt detection level		(1:low /0:high	)
1871.33Stakemura# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
1881.33Stakemura
1891.33Stakemura#
1901.27Ssato# MC-R300, MC-R500
1911.1Stakemura# Button to GPIO port # mapping
1921.1Stakemura#  + REC button       : 4
1931.1Stakemura#  + Open/Close button: 6
1941.1Stakemura# (PCIC-ISA : 9)
1951.1Stakemura# (COM power:14)
1961.27Ssato#
1971.27Ssato# MC-R510
1981.27Ssato# Button to GPIO port # mapping
1991.27Ssato#  + Open/Close button: 3
2001.27Ssato# (PCIC-ISA : 9)
2011.27Ssato# (COM power:14)
2021.27Ssato#
2031.27Ssato# MC-R530
2041.27Ssato# Button to GPIO port # mapping
2051.27Ssato#  + Open/Close button: 3
2061.27Ssato#  + Application button: 2
2071.27Ssato# (PCIC-ISA : 9)
2081.88Ssato# (COM power:46)
2091.27Ssato#
2101.27Ssato# MC-R700
2111.27Ssato# Button to GPIO port # mapping
2121.27Ssato#  + Open/Close button: 3
2131.27Ssato# (PCIC-ISA : 9)
2141.27Ssato# (COM power:46)
2151.27Ssato#
2161.27Ssato# MC-CS
2171.27Ssato# Button to GPIO port # mapping
2181.27Ssato# (PCIC-ISA : 9)
2191.27Ssato# (COM power:14)
2201.27Ssato#
2211.27Ssato# IBM WorkPad z50
2221.27Ssato# Button to GPIO port # mapping
2231.27Ssato#  + REC button       : 1
2241.27Ssato#  + Application button?      : 2
2251.27Ssato# (PCIC-ISA : 9)
2261.27Ssato#
2271.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
2281.64Ssatobutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
2291.97Slukembutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
2301.79Ssatobutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
2311.64Ssatobutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
2321.64Ssatobutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
2331.88Ssato#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
2341.64Ssatobutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
2351.88Ssato#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
2361.67Ssatobutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
2371.64Ssatobutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
2381.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
2391.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
2401.64Ssatobutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
2411.64Ssatobutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
2421.64Ssatobutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
2431.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
2441.79Ssatopwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
2451.75Ssatopwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
2461.75Ssatopwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
2471.88Ssatopwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
2481.75Ssato#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
2491.64Ssatopwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
2501.64Ssatopwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
2511.95Ssatopwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
2521.64Ssatopwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
2531.64Ssatopwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
2541.95Ssatopwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
2551.63Ssatopwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
2561.42Ssatopwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
2571.146Ssatopwctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
2581.64Ssatopwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
2591.79Ssatopwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
2601.64Ssatopwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
2611.64Ssatopwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
2621.64Ssatopwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
2631.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
2641.64Ssatopwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
2651.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
2661.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
2671.64Ssatopwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
2681.79Ssato#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
2691.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
2701.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
2711.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
2721.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
2731.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
2741.1Stakemuraisa0	at vrisab0
2751.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
2761.127Sgregvrdsiu_mouse0 at vr4102ip? platform IBM_WORKPAD addr 0x0b0001a0 size 0x20 unit VRDSIU
2771.1Stakemura#
2781.1Stakemura# Freestyle
2791.1Stakemura# Button to GPIO port # mapping
2801.1Stakemura#    +---------+
2811.1Stakemura# 1 +|         |
2821.1Stakemura#    |         |+ 7
2831.1Stakemura#    |         |
2841.1Stakemura#20 +|   LCD   |+ 4
2851.1Stakemura#    |         | + 6
2861.5Senami# 8 +|         |+ 5
2871.1Stakemura#    |         |
2881.7Such#    |         |+----Power On/Off (connected to PMU)
2891.1Stakemura#    +---------+
2901.1Stakemura#          +9
2911.1Stakemura#        +12 +10
2921.1Stakemura#          +11
2931.1Stakemura# (PCIC-ISA : 23)
2941.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
2951.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
2961.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
2971.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
2981.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
2991.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
3001.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
3011.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
3021.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
3031.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
3041.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
3051.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
3061.1Stakemuraisa1	at vrisab1
3071.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
3081.1Stakemura
3091.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
3101.31Sjun
3111.1Stakemura#
3121.17Sshin# Fujitsu INTERTOP CX300
3131.17Sshin#
3141.116Sshinpwctl0	at vrgiu? platform FUJITSU_INTERTOP_IT300 id PWCTL_COM0 port 15
3151.116Sshinvrisab2	at vrgiu? platform FUJITSU_INTERTOP_IT300 isaportoffset 0x1000000
3161.97Slukemisa2	at vrisab2
3171.97Slukempcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
3181.33Stakemura
3191.17Sshin#
3201.21Sshin# Vadem Clio and Sharp Tripad
3211.21Sshin#
3221.97Slukemvrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
3231.97Slukemvrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000
3241.97Slukemisa3	at vrisab3
3251.97Slukempcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
3261.33Stakemura
3271.33Stakemura#
3281.33Stakemura# CASIO CASSIOPEIA E55 and for DoCoMo
3291.33Stakemura#
3301.33Stakemurabutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
3311.33Stakemurabutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
3321.33Stakemurabutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
3331.33Stakemurabutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
3341.33Stakemurabutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
3351.33Stakemurabutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
3361.33Stakemurabutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
3371.33Stakemurabutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
3381.97Slukempwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
3391.97Slukempwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
3401.80Stakemura
3411.80Stakemura# 'CF hack' for all CASSIOPEIA E series
3421.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
3431.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
3441.97Slukemisa4	at vrisab4
3451.97Slukemwdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
3461.33Stakemura
3471.21Sshin#
3481.91Stakemura# Fujitsu PenCentra 130
3491.1Stakemura#
3501.91Stakemuravrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
3511.97Slukemvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
3521.91Stakemuraisa5	at vrisab5
3531.97Slukempcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3541.111Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_PENCENTRA_130
3551.111Stakemurapci*	at vrc4172pci?
3561.111Stakemurahpcioman5 at vrc4172gpio0 platform FUJITSU_PENCENTRA_130
3571.111Stakemurahpcin*	at hpcioman5 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
3581.1Stakemura
3591.102Such#
3601.107Stakemura# SigmarionII
3611.107Stakemura#
3621.107Stakemuracom*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
3631.122Stakemuravrisab6       at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf7800000 isamemoffset 0xfa000000
3641.107Stakemuraisa6	at vrisab6
3651.122Stakemurapcic0 at isa6 port 0x3e0 iomem 0x10000 iosiz 0x4000 irq 0x00090003
3661.107Stakemurahpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
3671.109Stakemurahpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1
3681.107Stakemura
3691.107Stakemura#
3701.107Stakemura# MP-C303/304
3711.107Stakemura#
3721.107Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
3731.107Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
3741.109Stakemurahpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_00 port 1 level 0 hold 1 connect 1
3751.107Stakemura
3761.107Stakemura#
3771.116Sshin# Fujitsu INTERTOP CX310
3781.116Sshin#
3791.116Sshinvrc4172gpio0 at vrgiu? platform FUJITSU_INTERTOP_IT310 addr 0x15001080 size 0x4a port 10
3801.117Sshinvrisab8	at vrc4172gpio0 isaportoffset 0x1000000
3811.117Sshinisa8	at vrisab8
3821.117Sshinpcic0	at isa8 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3831.116Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_INTERTOP_IT310
3841.116Sshinpci*	at vrc4172pci?
3851.117Sshinhpcioman8 at vrc4172gpio0 platform FUJITSU_INTERTOP_IT310
3861.117Sshinhpcin*	at hpcioman8 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
3871.121Stakemura
3881.121Stakemura#
3891.125Stakemura# MC-R700 and Mobile Pro 800
3901.121Stakemura#
3911.121Stakemuraoptions	VRC4172PCI_MCR700_SUPPORT
3921.121Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700
3931.125Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700A
3941.144Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_730
3951.144Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_730A
3961.144Sshinpci*	at vrc4172pci?
3971.121Stakemurahpcioman9 at vrgiu? platform NEC_MCR_700
3981.125Stakemurahpcioman9 at vrgiu? platform NEC_MCR_700A
3991.144Sshinhpcioman9 at vrgiu? platform NEC_MCR_730
4001.144Sshinhpcioman9 at vrgiu? platform NEC_MCR_730A
4011.121Stakemurahpcin*	at hpcioman9 evtype PCIINTR id PCIINTR_00_00_01 port 13 level 0 connect 1
4021.123Stakemura
4031.123Stakemura#
4041.157Such# Sharp Telios HC-AJ1/AJ2/AJ3, HC-VJ1C
4051.123Stakemura#
4061.123Stakemuratxcsbus1	at tx39biu? platform SHARP_TELIOS
4071.102Such
4081.102Such# IO module manager (virtual bridge) DO NOT DELETE
4091.102Suchtxioman* at txsim?
4101.152Such# iochip 0 TX39 internal MFIO
4111.152Such#	 1 TX39 internal IO
4121.102Such#	 2 BETTY IO
4131.102Such#	(3) ITE IO notyet
4141.102Such#	(4) Plum2 IO (EXTPW[0:2]) notyet
4151.157Suchhpcioman1 at txioman? platform SHARP_TELIOS_HCAJ
4161.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
4171.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
4181.102Suchhpcin*	at hpcioman1 iochip 1 evtype PMEVENT id PME_AC	   port 6  edge 1 # AC-power
4191.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
4201.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_DCD   port 29 edge 3
4211.102Suchhpcout*	at hpcioman1 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
4221.102Such
4231.157Suchhpcioman2 at txioman? platform SHARP_TELIOS_HCVJ
4241.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
4251.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
4261.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP2   port 11 edge 1 # Video button
4271.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP3   port 12 edge 1 # Head phone button
4281.102Suchhpcin*	at hpcioman2 iochip 1 evtype PMEVENT id PME_AC     port 6
4291.102Suchhpcin*	at hpcioman2 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
4301.102Suchhpcin*	at hpcioman2 iochip 1 evtype EVENT   id COM0_DCD   port 13 edge 3
4311.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_COM0 port 15
4321.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
4331.102Such
4341.102Suchoptions 	USE_POLL
4351.102Such
4361.102Such# PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
4371.102Suchucb*		at tx39sib? slot 0
4381.102Suchucbtp*		at ucb?
4391.102Suchucbsnd*		at ucb?
4401.102Suchucbio*		at ucb?
4411.102Such
4421.102Such# PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
4431.102Such# chip select: CS1, IRQ: 3:12/4:12 (irq1 108)
4441.102Such# interrupt-mode don't work. use polling mode.
4451.102Suchtc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
4461.102Suchhpckbd*		at tc5165buf?
4471.102Such#wsmouse*	at ucbtp? mux 0
4481.102Such
4491.102Such# TC6358TB(Plum2)
4501.102Such#  register space: CS3,
4511.102Such#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
4521.102Such#
4531.102Suchplum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
4541.102Suchplumicu*	at plum?
4551.102Suchplumpower*	at plum?
4561.102Suchplumvideo*	at plum?
4571.102Suchhpcfb*		at plumvideo?
4581.102Suchplumpcmcia*	at plum?
4591.145Sshinohci*		at plum?
4601.102Such
4611.102Such# Workstation Console attachments
4621.102Suchbivideo0	at	mainbus0
4631.102Suchhpcfb*		at	bivideo0
4641.102Suchwsdisplay*	at	hpcfb?
4651.102Suchwskbd*		at	hpckbd? mux 1
4661.102Suchwsmouse*	at	vrpiu? mux 0
4671.134Stakemurawsmouse*	at	vrc4173piu? mux 0
4681.127Sgregwsmouse*	at	vrdsiu_mouse? mux 0
4691.102Suchbtnmgr0		at	mainbus0
4701.102Suchwskbd*		at	btnmgr0 mux 1
4711.107Stakemura
4721.107Stakemura# PCI bus support
4731.107Stakemuraoptions 	PCIVERBOSE
4741.107Stakemurapci*	at vrpciu?
4751.107Stakemura
4761.107Stakemura# VRC4173
4771.107Stakemuravrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
4781.109Stakemuravrkiu* at vrc4173bcu? addr 0x100 size 0x20 unit VRKIU	# VRC4173 KIU
4791.134Stakemuravrc4173piu* at vrc4173bcu? addr 0x0a0 size 0x20 addr2 0x0c0 size2 0x20 unit VRPIU	# VRC4173 PIU
4801.107Stakemura
4811.107Stakemura#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
4821.107Stakemura#pcmcia*	at vrc4173cardu?
4831.107Stakemura
4841.107Stakemura# PCI USB controllers
4851.107Stakemuraohci*	at pci?	dev ? function ?	# Open Host Controller
4861.107Stakemura#options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
4871.126Stakemura
4881.126Stakemura# miscellaneous PCI devices
4891.126Stakemuramqvideo*	at pci? dev ? function ?	# MQ200 video
4901.102Such
4911.1Stakemura# PCMCIA bus support
4921.102Suchpcmcia* at plumpcmcia? controller ? socket ?
4931.34Sshinpcmcia*	at pcic? controller 0 socket ?
4941.1Stakemura
4951.1Stakemura# PCMCIA IDE disk
4961.1Stakemurawdc*	at pcmcia? function ?
4971.141Slukem
4981.141Slukem# ATA (IDE) bus support
4991.141Slukematabus* at ata?
5001.141Slukem
5011.141Slukem# IDE drives
5021.140Sbouyerwd*	at atabus? drive ? flags 0x0000
5031.1Stakemura
5041.1Stakemura# PCMCIA network interfaces
5051.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
5061.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
5071.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
5081.76Smycroftray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
5091.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
5101.32Stakemurawi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
5111.155Smycroftxirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
5121.155Smycroftcom*	at xirc?
5131.155Smycroftxi*	at xirc?
5141.32Stakemuraawi*	at pcmcia? function ?		# WLI-PCM
5151.74Smattan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
5161.154Smycroftmhzc*	at pcmcia? function ?
5171.154Smycroftcom*	at mhzc?
5181.154Smycroftsm*	at mhzc?
5191.1Stakemura
5201.49Stakemura# PCMCIA Serial interfaces
5211.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
5221.1Stakemura
5231.49Stakemura# PCMCIA SCSI interfaces
5241.1Stakemuraaic*	at pcmcia? function ?
5251.49Stakemuraesp*	at pcmcia? function ?		# NCR53c406 SCSI
5261.154Smycroftspc*	at pcmcia? function ?
5271.49Stakemura
5281.49Stakemura# ATAPI bus support
5291.141Slukematapibus* at atapi?
5301.49Stakemuracd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
5311.49Stakemurasd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
5321.49Stakemura
5331.49Stakemura# SCSI bus support
5341.1Stakemurascsibus* at aic?
5351.49Stakemurascsibus* at esp?
5361.154Smycroftscsibus* at spc?
5371.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
5381.49Stakemuracd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
5391.102Such
5401.102Such# USB Hubs
5411.102Suchusb*	at ohci?
5421.102Suchuhub*	at usb?
5431.102Suchuhub*	at uhub? port ? configuration ? interface ?
5441.102Such
5451.102Such# USB HID device
5461.102Suchuhidev*	at uhub? port ? configuration ? interface ?
5471.102Such
5481.102Such# USB Mice
5491.102Suchums*	at uhidev? reportid ?
5501.102Suchwsmouse*	at ums? mux 0
5511.102Such
5521.102Such# USB Keyboards
5531.102Suchukbd*	at uhidev? reportid ?
5541.102Suchwskbd*	at ukbd? console ? mux 1
5551.102Such
5561.102Such# USB Generic HID devices
5571.102Suchuhid*	at uhidev? reportid ?
5581.102Such
5591.102Such# USB Printer
5601.102Suchulpt*	at uhub? port ? configuration ? interface ?
5611.102Such
5621.102Such# USB Modem
5631.102Suchumodem*	at uhub? port ? configuration ?
5641.102Suchucom*	at umodem?
5651.102Such
5661.102Such# USB Mass Storage
5671.102Suchumass*	at uhub? port ? configuration ? interface ?
5681.140Sbouyeratapibus* at umass?
5691.102Suchscsibus* at umass? channel ?
5701.102Such
5711.102Such# USB audio
5721.102Suchuaudio*	at uhub? port ? configuration ?
5731.102Such
5741.102Such# USB MIDI
5751.102Suchumidi* at uhub? port ? configuration ?
5761.102Such
5771.102Such# USB IrDA bridges
5781.102Such#uirda* at uhub? port ? configuration ? interface ?
5791.102Such#irframe* at uirda?
5801.102Such
5811.102Such# USB Ethernet adapters
5821.102Suchaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5831.159Saugustssaxe*	at uhub? port ?		# ASIX AX88172 based adapters
5841.102Suchcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
5851.102Suchkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
5861.135Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
5871.139Sitojunudav*	at uhub? port ?		# Davicom DM9601 based adapters
5881.124Stakemura
5891.124Stakemura# MII/PHY support
5901.124Stakemuraukphy*	at mii? phy ?		# generic unknown PHYs
5911.102Such
5921.102Such# Prolofic PL2301/PL2302 host-to-host adapter
5931.102Suchupl*	at uhub? port ?
5941.102Such
5951.102Such# Serial adapters
5961.102Such# FTDI FT8U100AX serial adapter
5971.102Suchuftdi*	at uhub? port ?
5981.102Suchucom*	at uftdi? portno ?
5991.102Such
6001.102Suchuplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
6011.102Suchucom*	at uplcom? portno ?
6021.102Such
6031.102Suchumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
6041.102Suchucom*	at umct? portno ?
6051.102Such
6061.102Such# Diamond Multimedia Rio 500
6071.102Suchurio*	at uhub? port ?
6081.102Such
6091.102Such# USB Handspring Visor
6101.102Suchuvisor*	at uhub? port ?
6111.102Suchucom*	at uvisor?
6121.102Such
6131.102Such# USB scanners
6141.102Suchuscanner* at uhub? port ?
6151.102Such
6161.102Such# USB scanners that use SCSI emulation, e.g., HP5300
6171.102Suchusscanner* at uhub? port ?
6181.102Suchscsibus* at usscanner? channel ?
6191.102Such
6201.102Such# Y@P firmware loader
6211.102Suchuyap* at uhub? port ?
6221.102Such
6231.102Such# USB Generic driver
6241.102Suchugen*	at uhub? port ?
6251.102Such
6261.102Suchaudio*	at uaudio?
6271.102Such
6281.102Such# Pseudo-Devices
6291.1Stakemura
6301.1Stakemurapseudo-device	loop		1	# network loopback
6311.10Senamipseudo-device	ppp		2	# serial-line IP ports
6321.101Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
6331.66Sjdolecekpseudo-device	pty			# pseudo-terminals
6341.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
6351.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
6361.1Stakemura
6371.1Stakemurapseudo-device	vnd		4	# virtual disk ick
6381.54Sshin#pseudo-device	ccd		4	# concatenated disks
6391.131Selric#pseudo-device	cgd		4	# cryptographic disks
6401.97Slukempseudo-device	rnd			# /dev/random and in-kernel generator
6411.128Slukempseudo-device	clockctl		# user control of clock subsystem
6421.1Stakemura
6431.1Stakemurapseudo-device	biconsdev	1	# build-in console device
6441.96Saugustsspseudo-device	wsmux			# mouse & keyboard multiplexor
6451.49Stakemura#pseudo-device	md		1	# memory disk device (ramdisk)
6461.49Stakemura
6471.103Soster#pseudo-device	raid		8	# RAIDframe disk driver
6481.92Senami#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
6491.103Soster# Options to enable various other RAIDframe RAID types.
6501.103Soster# options	RF_INCLUDE_EVENODD=1
6511.103Soster# options	RF_INCLUDE_RAID5_RS=1
6521.103Soster# options	RF_INCLUDE_PARITYLOGGING=1
6531.103Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
6541.103Soster# options	RF_INCLUDE_INTERDECLUSTER=1
6551.103Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
6561.103Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
6571.13Sjun
6581.13Sjun# for IPv6
6591.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
6601.15Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
6611.44Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
6621.90Shubertf
6631.90Shubertf## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
6641.90Shubertfpseudo-device	vlan
6651.93Satatat
6661.93Satatat## Simple inter-network traffic bridging
6671.99Satatatpseudo-device	bridge
6681.136Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
6691.138Sraggepseudo-device	ksyms			# /dev/ksyms
6701.150Sitojun#pseudo-device	pf			# PF packet filter
6711.150Sitojun#pseudo-device	pflog			# PF log if
672