11.248Sabs# $NetBSD: GENERIC,v 1.248 2023/02/12 14:50:39 abs 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.235Smrginclude 	"arch/hpcmips/conf/std.hpcmips"
221.235Smrginclude 	"arch/hpcmips/conf/std.hpcmips.vr41"
231.235Smrginclude 	"arch/hpcmips/conf/std.hpcmips.tx39"
241.24Shubertf
251.119Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
261.119Satatat
271.248Sabs#ident 		"GENERIC-$Revision: 1.248 $"
281.1Stakemura
291.98Suchmaxusers	16
301.1Stakemura
311.199Stsutsuimakeoptions	CPUFLAGS="-mips2 -mdivide-breaks"	# 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.240Ssevan# Alternate buffer queue strategies for better responsiveness under high
411.240Ssevan# disk I/O load.
421.240Ssevan#options 	BUFQ_READPRIO
431.240Ssevanoptions 	BUFQ_PRIOCSCAN
441.240Ssevan
451.1Stakemura# Standard system options
461.1Stakemuraoptions 	DDB			# in-kernel debugger
471.1Stakemura#options 	DDB_ONPANIC=0		# don't enter debugger on panic
481.156Smycroftoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
491.86Ssato#options 	KGDB			# remote debugger
501.244Sskrlloptions 	DIAGNOSTIC		# extra kernel debugging checks
511.1Stakemura#options 	DEBUG			# extra kernel debugging support
521.1Stakemuraoptions 	KTRACE			# system call tracing support
531.87Ssatooptions 	MSGBUFSIZE=8192		# dmesg buffer size
541.72Stakemura
551.72Stakemura## UVM options.
561.72Stakemura#options 	UVM_PAGE_TRKOWN
571.72Stakemura#options 	UVMHIST
581.72Stakemura#options 	UVMHIST_PRINT	# Loud!
591.1Stakemura
601.54Sshin#options 	SCSIVERBOSE		# human readable SCSI error messages
611.27Ssato#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
621.155Smycroft#options 	PCMCIADEBUG
631.155Smycroft#options 	PCMCIACISDEBUG
641.1Stakemura
651.11Ssato#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
661.9Senami#options 	RTC_OFFSET=-540		# JST-9
671.9Senami#options 	RTC_OFFSET=480		# PST8
681.25Ssato					# In NO RTC_OFFSET , inherit RTC_OFFSET
691.25Ssato					# from Windows CE.
701.1Stakemuraoptions 	NTP			# network time protocol
711.1Stakemura
721.9Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
731.9Senami
741.9Senami#options 	SYSCALL_DEBUG		# for debug
751.9Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
761.129Slukemoptions 	USERCONF		# userconf(4) support
771.118Sgmcgarry#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
781.153Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
791.1Stakemura
801.246Ssimonb# File systems
811.92Senamifile-system 	FFS		# fast filesystem with user and group quotas
821.1Stakemurafile-system 	MFS		# memory-based filesystem
831.1Stakemurafile-system 	NFS		# Sun NFS-compatible filesystem (client)
841.1Stakemura#file-system	LFS		# Log-based filesystem (still experimental)
851.54Sshinfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
861.20Sshinfile-system 	MSDOSFS		# MS-DOS file system
871.1Stakemura#file-system 	FDESC		# /dev/fd
881.1Stakemurafile-system 	KERNFS		# /kern (kernel informational filesystem)
891.1Stakemura#file-system 	NULLFS		# loopback file system
901.23Swrstuden#file-system 	OVERLAY		# overlay file system
911.1Stakemurafile-system 	PROCFS		# /proc
921.1Stakemura#file-system 	UMAPFS		# NULLFS + uid and gid remapping
931.1Stakemurafile-system 	UNION
941.176Schristosfile-system	PTYFS		# /dev/pts/N support
951.210Schsfile-system	TMPFS		# Efficient memory file-system
961.181Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
971.1Stakemura
981.246Ssimonb# File system options
991.246Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1001.213Sbouyer#options 	QUOTA		# legacy UFS quotas
1011.213Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
1021.246Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
1031.228Smanu#options 	UFS_EXTATTR	# Extended attribute support for UFS1
1041.246Ssimonboptions 	WAPBL		# File system journaling support
1051.246Ssimonboptions 	NFSSERVER	# Network File System server
1061.13Sjun
1071.1Stakemura# Networking options
1081.13Sjun#options 	GATEWAY		# IP packet forwarding
1091.13Sjunoptions 	INET		# IP + ICMP + TCP + UDP
1101.13Sjunoptions 	INET6		# IPV6
1111.13Sjun#options 	IPSEC		# IP security
1121.13Sjun#options 	IPSEC_DEBUG	# debug for IP security
1131.1Stakemura#options 	MROUTING	# Multicast routing support
1141.158Smanu#options 	PIM		# Protocol Independent Multicast
1151.1Stakemura
1161.151Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1171.151Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1181.151Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1191.151Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1201.151Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1211.151Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1221.151Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1231.151Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1241.151Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1251.151Sabs#options 	ALTQ_RED	# Random Early Detection
1261.151Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1271.151Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1281.151Sabs
1291.224Salnsn# JIT compiler for bpfilter
1301.224Salnsn#options	SLJIT
1311.224Salnsn#options	BPFJIT
1321.224Salnsn
1331.1Stakemura# NetBSD backwards compatibility
1341.235Smrginclude 	"conf/compat_netbsd16.config"
1351.1Stakemura
1361.107Stakemura#options 	NFS_BOOT_DHCP
1371.107Stakemuraoptions 	NFS_BOOT_BOOTP
1381.107Stakemura#options 	NFS_BOOT_BOOTPARAM
1391.104Stakemura
1401.104Stakemura# compile options
1411.133Sshin#makeoptions	DEFGP="-G 10"
1421.1Stakemura
1431.1Stakemuraconfig		netbsd		root on ? type ?
1441.1Stakemura
1451.1Stakemura# WS console uses SUN or VT100 terminal emulation
1461.1Stakemuraoptions 	WSEMUL_VT100
1471.81Ssato#options 	WSDISPLAY_DEFAULTSCREENS=4
1481.9Senami#options 	FONT_VT220L8x8
1491.9Senamioptions 	FONT_VT220L8x10
1501.48Stakemura# compatibility to other console drivers
1511.48Stakemuraoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1521.48Stakemuraoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1531.216Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1541.48Stakemuraoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1551.71Stakemura#
1561.71Stakemura# Hpckbd will set key board layout appropriately. You can use option
1571.71Stakemura# 'PCKBD_LAYOUT' to overrite the default layout.
1581.71Stakemura#
1591.92Senami#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
1601.57Stakemura
1611.57Stakemura# temporally power management
1621.61Stakemurahpcapm0	at mainbus0			# power management
1631.61Stakemuraapmdev0	at hpcapm0			# APM
1641.1Stakemura
1651.83Stakemuraoptions 	MQ200_DEBUG
1661.83Stakemura#options 	MQ200_USECRT
1671.126Stakemuramqvideo*	at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video
1681.61Stakemurahpcfb*		at	mqvideo?
1691.69Ssato
1701.126Stakemuraite8181video*	at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video
1711.69Ssatohpcfb*		at	ite8181video?
1721.77Ssato
1731.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
1741.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
1751.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
1761.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
1771.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
1781.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
1791.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
1801.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
1811.143Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700A
1821.143Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730
1831.143Sshinvrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_730A
1841.19Stakemura
1851.1Stakemura#
1861.33Stakemura# hpcmips isa? bus irq locator means:
1871.33Stakemura#
1881.33Stakemura# 0x0000000f ISA IRQ#
1891.33Stakemura# 0x00ff0000 GPIO port#
1901.33Stakemura# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
1911.33Stakemura# 0x02000000 interrupt detection level		(1:low /0:high	)
1921.33Stakemura# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
1931.33Stakemura
1941.33Stakemura#
1951.27Ssato# MC-R300, MC-R500
1961.1Stakemura# Button to GPIO port # mapping
1971.1Stakemura#  + REC button       : 4
1981.1Stakemura#  + Open/Close button: 6
1991.1Stakemura# (PCIC-ISA : 9)
2001.1Stakemura# (COM power:14)
2011.27Ssato#
2021.27Ssato# MC-R510
2031.27Ssato# Button to GPIO port # mapping
2041.27Ssato#  + Open/Close button: 3
2051.27Ssato# (PCIC-ISA : 9)
2061.27Ssato# (COM power:14)
2071.27Ssato#
2081.27Ssato# MC-R530
2091.27Ssato# Button to GPIO port # mapping
2101.27Ssato#  + Open/Close button: 3
2111.27Ssato#  + Application button: 2
2121.27Ssato# (PCIC-ISA : 9)
2131.88Ssato# (COM power:46)
2141.27Ssato#
2151.27Ssato# MC-R700
2161.27Ssato# Button to GPIO port # mapping
2171.27Ssato#  + Open/Close button: 3
2181.27Ssato# (PCIC-ISA : 9)
2191.27Ssato# (COM power:46)
2201.27Ssato#
2211.27Ssato# MC-CS
2221.27Ssato# Button to GPIO port # mapping
2231.27Ssato# (PCIC-ISA : 9)
2241.27Ssato# (COM power:14)
2251.27Ssato#
2261.27Ssato# IBM WorkPad z50
2271.27Ssato# Button to GPIO port # mapping
2281.27Ssato#  + REC button       : 1
2291.27Ssato#  + Application button?      : 2
2301.27Ssato# (PCIC-ISA : 9)
2311.27Ssato#
2321.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
2331.64Ssatobutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
2341.97Slukembutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
2351.79Ssatobutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
2361.64Ssatobutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
2371.64Ssatobutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
2381.88Ssato#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
2391.64Ssatobutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
2401.88Ssato#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
2411.67Ssatobutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
2421.64Ssatobutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
2431.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
2441.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
2451.64Ssatobutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
2461.64Ssatobutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
2471.64Ssatobutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
2481.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
2491.79Ssatopwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
2501.75Ssatopwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
2511.75Ssatopwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
2521.88Ssatopwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
2531.75Ssato#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
2541.64Ssatopwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
2551.64Ssatopwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
2561.95Ssatopwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
2571.64Ssatopwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
2581.64Ssatopwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
2591.95Ssatopwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
2601.63Ssatopwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
2611.42Ssatopwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
2621.146Ssatopwctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
2631.64Ssatopwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
2641.79Ssatopwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
2651.64Ssatopwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
2661.64Ssatopwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
2671.64Ssatopwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
2681.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
2691.64Ssatopwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
2701.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
2711.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
2721.64Ssatopwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
2731.79Ssato#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
2741.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
2751.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
2761.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
2771.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
2781.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
2791.1Stakemuraisa0	at vrisab0
2801.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
2811.127Sgregvrdsiu_mouse0 at vr4102ip? platform IBM_WORKPAD addr 0x0b0001a0 size 0x20 unit VRDSIU
2821.1Stakemura#
2831.1Stakemura# Freestyle
2841.1Stakemura# Button to GPIO port # mapping
2851.1Stakemura#    +---------+
2861.1Stakemura# 1 +|         |
2871.1Stakemura#    |         |+ 7
2881.1Stakemura#    |         |
2891.1Stakemura#20 +|   LCD   |+ 4
2901.1Stakemura#    |         | + 6
2911.5Senami# 8 +|         |+ 5
2921.1Stakemura#    |         |
2931.7Such#    |         |+----Power On/Off (connected to PMU)
2941.1Stakemura#    +---------+
2951.1Stakemura#          +9
2961.1Stakemura#        +12 +10
2971.1Stakemura#          +11
2981.1Stakemura# (PCIC-ISA : 23)
2991.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
3001.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
3011.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
3021.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
3031.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
3041.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
3051.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
3061.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
3071.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
3081.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
3091.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
3101.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
3111.1Stakemuraisa1	at vrisab1
3121.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
3131.1Stakemura
3141.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
3151.31Sjun
3161.1Stakemura#
3171.17Sshin# Fujitsu INTERTOP CX300
3181.17Sshin#
3191.116Sshinpwctl0	at vrgiu? platform FUJITSU_INTERTOP_IT300 id PWCTL_COM0 port 15
3201.116Sshinvrisab2	at vrgiu? platform FUJITSU_INTERTOP_IT300 isaportoffset 0x1000000
3211.97Slukemisa2	at vrisab2
3221.97Slukempcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
3231.33Stakemura
3241.17Sshin#
3251.21Sshin# Vadem Clio and Sharp Tripad
3261.21Sshin#
3271.185Stsutsuivrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x0
3281.185Stsutsuivrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x0
3291.97Slukemisa3	at vrisab3
3301.97Slukempcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
3311.33Stakemura
3321.33Stakemura#
3331.33Stakemura# CASIO CASSIOPEIA E55 and for DoCoMo
3341.33Stakemura#
3351.33Stakemurabutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
3361.33Stakemurabutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
3371.33Stakemurabutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
3381.33Stakemurabutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
3391.33Stakemurabutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
3401.33Stakemurabutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
3411.33Stakemurabutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
3421.33Stakemurabutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
3431.97Slukempwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
3441.97Slukempwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
3451.80Stakemura
3461.80Stakemura# 'CF hack' for all CASSIOPEIA E series
3471.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
3481.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
3491.97Slukemisa4	at vrisab4
3501.97Slukemwdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
3511.33Stakemura
3521.21Sshin#
3531.91Stakemura# Fujitsu PenCentra 130
3541.1Stakemura#
3551.91Stakemuravrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
3561.97Slukemvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
3571.91Stakemuraisa5	at vrisab5
3581.97Slukempcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3591.111Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_PENCENTRA_130
3601.111Stakemurapci*	at vrc4172pci?
3611.111Stakemurahpcioman5 at vrc4172gpio0 platform FUJITSU_PENCENTRA_130
3621.111Stakemurahpcin*	at hpcioman5 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
3631.1Stakemura
3641.102Such#
3651.107Stakemura# SigmarionII
3661.107Stakemura#
3671.107Stakemuracom*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
3681.122Stakemuravrisab6       at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf7800000 isamemoffset 0xfa000000
3691.107Stakemuraisa6	at vrisab6
3701.122Stakemurapcic0 at isa6 port 0x3e0 iomem 0x10000 iosiz 0x4000 irq 0x00090003
3711.107Stakemurahpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
3721.109Stakemurahpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1
3731.107Stakemura
3741.107Stakemura#
3751.107Stakemura# MP-C303/304
3761.107Stakemura#
3771.107Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
3781.107Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
3791.109Stakemurahpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_00 port 1 level 0 hold 1 connect 1
3801.107Stakemura
3811.107Stakemura#
3821.116Sshin# Fujitsu INTERTOP CX310
3831.116Sshin#
3841.116Sshinvrc4172gpio0 at vrgiu? platform FUJITSU_INTERTOP_IT310 addr 0x15001080 size 0x4a port 10
3851.117Sshinvrisab8	at vrc4172gpio0 isaportoffset 0x1000000
3861.117Sshinisa8	at vrisab8
3871.117Sshinpcic0	at isa8 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3881.116Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_INTERTOP_IT310
3891.116Sshinpci*	at vrc4172pci?
3901.117Sshinhpcioman8 at vrc4172gpio0 platform FUJITSU_INTERTOP_IT310
3911.117Sshinhpcin*	at hpcioman8 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
3921.121Stakemura
3931.121Stakemura#
3941.125Stakemura# MC-R700 and Mobile Pro 800
3951.121Stakemura#
3961.121Stakemuraoptions	VRC4172PCI_MCR700_SUPPORT
3971.121Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700
3981.125Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700A
3991.144Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_730
4001.144Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_730A
4011.144Sshinpci*	at vrc4172pci?
4021.121Stakemurahpcioman9 at vrgiu? platform NEC_MCR_700
4031.125Stakemurahpcioman9 at vrgiu? platform NEC_MCR_700A
4041.144Sshinhpcioman9 at vrgiu? platform NEC_MCR_730
4051.144Sshinhpcioman9 at vrgiu? platform NEC_MCR_730A
4061.121Stakemurahpcin*	at hpcioman9 evtype PCIINTR id PCIINTR_00_00_01 port 13 level 0 connect 1
4071.123Stakemura
4081.123Stakemura#
4091.157Such# Sharp Telios HC-AJ1/AJ2/AJ3, HC-VJ1C
4101.123Stakemura#
4111.123Stakemuratxcsbus1	at tx39biu? platform SHARP_TELIOS
4121.172Snakayamateliosio*	at txcsbus1 regcs 13 regcswidth 16
4131.167Shamajima#optpoint*	at tx39spi? slot 0
4141.167Shamajima#wsmouse*	at optpoint? mux 0
4151.102Such
4161.102Such# IO module manager (virtual bridge) DO NOT DELETE
4171.102Suchtxioman* at txsim?
4181.152Such# iochip 0 TX39 internal MFIO
4191.152Such#	 1 TX39 internal IO
4201.102Such#	 2 BETTY IO
4211.102Such#	(3) ITE IO notyet
4221.102Such#	(4) Plum2 IO (EXTPW[0:2]) notyet
4231.157Suchhpcioman1 at txioman? platform SHARP_TELIOS_HCAJ
4241.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
4251.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
4261.102Suchhpcin*	at hpcioman1 iochip 1 evtype PMEVENT id PME_AC	   port 6  edge 1 # AC-power
4271.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
4281.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_DCD   port 29 edge 3
4291.102Suchhpcout*	at hpcioman1 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
4301.102Such
4311.157Suchhpcioman2 at txioman? platform SHARP_TELIOS_HCVJ
4321.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
4331.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
4341.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP2   port 11 edge 1 # Video button
4351.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP3   port 12 edge 1 # Head phone button
4361.102Suchhpcin*	at hpcioman2 iochip 1 evtype PMEVENT id PME_AC     port 6
4371.102Suchhpcin*	at hpcioman2 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
4381.102Suchhpcin*	at hpcioman2 iochip 1 evtype EVENT   id COM0_DCD   port 13 edge 3
4391.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_COM0 port 15
4401.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
4411.102Such
4421.102Suchoptions 	USE_POLL
4431.102Such
4441.102Such# PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
4451.102Suchucb*		at tx39sib? slot 0
4461.102Suchucbtp*		at ucb?
4471.102Suchucbsnd*		at ucb?
4481.102Suchucbio*		at ucb?
4491.102Such
4501.102Such# PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
4511.102Such# chip select: CS1, IRQ: 3:12/4:12 (irq1 108)
4521.102Such# interrupt-mode don't work. use polling mode.
4531.102Suchtc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
4541.102Suchhpckbd*		at tc5165buf?
4551.200Stsutsuiwsmouse*	at ucbtp? mux 0
4561.200Stsutsui
4571.200Stsutsui#
4581.200Stsutsui# Fujitsu PenCentra 200
4591.200Stsutsui#
4601.200Stsutsuitxcsbus3	at tx39biu? platform FUJITSU_PENCENTRA_200
4611.102Such
4621.102Such# TC6358TB(Plum2)
4631.102Such#  register space: CS3,
4641.102Such#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
4651.102Such#
4661.102Suchplum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
4671.102Suchplumicu*	at plum?
4681.102Suchplumpower*	at plum?
4691.102Suchplumvideo*	at plum?
4701.102Suchhpcfb*		at plumvideo?
4711.102Suchplumpcmcia*	at plum?
4721.145Sshinohci*		at plum?
4731.102Such
4741.102Such# Workstation Console attachments
4751.102Suchbivideo0	at	mainbus0
4761.102Suchhpcfb*		at	bivideo0
4771.102Suchwsdisplay*	at	hpcfb?
4781.102Suchwskbd*		at	hpckbd? mux 1
4791.102Suchwsmouse*	at	vrpiu? mux 0
4801.134Stakemurawsmouse*	at	vrc4173piu? mux 0
4811.127Sgregwsmouse*	at	vrdsiu_mouse? mux 0
4821.102Suchbtnmgr0		at	mainbus0
4831.102Suchwskbd*		at	btnmgr0 mux 1
4841.107Stakemura
4851.107Stakemura# PCI bus support
4861.107Stakemuraoptions 	PCIVERBOSE
4871.107Stakemurapci*	at vrpciu?
4881.107Stakemura
4891.107Stakemura# VRC4173
4901.107Stakemuravrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
4911.109Stakemuravrkiu* at vrc4173bcu? addr 0x100 size 0x20 unit VRKIU	# VRC4173 KIU
4921.134Stakemuravrc4173piu* at vrc4173bcu? addr 0x0a0 size 0x20 addr2 0x0c0 size2 0x20 unit VRPIU	# VRC4173 PIU
4931.107Stakemura
4941.107Stakemura#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
4951.107Stakemura#pcmcia*	at vrc4173cardu?
4961.107Stakemura
4971.107Stakemura# PCI USB controllers
4981.107Stakemuraohci*	at pci?	dev ? function ?	# Open Host Controller
4991.107Stakemura#options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
5001.126Stakemura
5011.126Stakemura# miscellaneous PCI devices
5021.126Stakemuramqvideo*	at pci? dev ? function ?	# MQ200 video
5031.102Such
5041.1Stakemura# PCMCIA bus support
5051.102Suchpcmcia* at plumpcmcia? controller ? socket ?
5061.34Sshinpcmcia*	at pcic? controller 0 socket ?
5071.1Stakemura
5081.1Stakemura# PCMCIA IDE disk
5091.1Stakemurawdc*	at pcmcia? function ?
5101.141Slukem
5111.141Slukem# ATA (IDE) bus support
5121.141Slukematabus* at ata?
5131.141Slukem
5141.141Slukem# IDE drives
5151.140Sbouyerwd*	at atabus? drive ? flags 0x0000
5161.1Stakemura
5171.1Stakemura# PCMCIA network interfaces
5181.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
5191.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
5201.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
5211.76Smycroftray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
5221.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
5231.32Stakemurawi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
5241.155Smycroftxirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
5251.155Smycroftcom*	at xirc?
5261.155Smycroftxi*	at xirc?
5271.32Stakemuraawi*	at pcmcia? function ?		# WLI-PCM
5281.74Smattan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
5291.154Smycroftmhzc*	at pcmcia? function ?
5301.154Smycroftcom*	at mhzc?
5311.154Smycroftsm*	at mhzc?
5321.1Stakemura
5331.49Stakemura# PCMCIA Serial interfaces
5341.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
5351.1Stakemura
5361.49Stakemura# PCMCIA SCSI interfaces
5371.1Stakemuraaic*	at pcmcia? function ?
5381.49Stakemuraesp*	at pcmcia? function ?		# NCR53c406 SCSI
5391.189Shubertfspc*	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
5401.49Stakemura
5411.49Stakemura# ATAPI bus support
5421.141Slukematapibus* at atapi?
5431.49Stakemuracd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
5441.49Stakemurasd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
5451.49Stakemura
5461.49Stakemura# SCSI bus support
5471.1Stakemurascsibus* at aic?
5481.49Stakemurascsibus* at esp?
5491.154Smycroftscsibus* at spc?
5501.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
5511.49Stakemuracd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
5521.102Such
5531.102Such# USB Hubs
5541.102Suchusb*	at ohci?
5551.102Suchuhub*	at usb?
5561.195Sdrochneruhub*	at uhub? port ?
5571.102Such
5581.102Such# USB HID device
5591.102Suchuhidev*	at uhub? port ? configuration ? interface ?
5601.102Such
5611.102Such# USB Mice
5621.102Suchums*	at uhidev? reportid ?
5631.102Suchwsmouse*	at ums? mux 0
5641.102Such
5651.102Such# USB Keyboards
5661.102Suchukbd*	at uhidev? reportid ?
5671.102Suchwskbd*	at ukbd? console ? mux 1
5681.102Such
5691.191Sskrll# USB serial adapter
5701.174Sskrllucycom*	at uhidev? reportid ?
5711.174Sskrll
5721.102Such# USB Generic HID devices
5731.102Suchuhid*	at uhidev? reportid ?
5741.102Such
5751.102Such# USB Printer
5761.102Suchulpt*	at uhub? port ? configuration ? interface ?
5771.102Such
5781.102Such# USB Modem
5791.102Suchumodem*	at uhub? port ? configuration ?
5801.102Suchucom*	at umodem?
5811.102Such
5821.208Splunky# Option N.V. Wireless WAN modems
5831.208Splunkyuhso*	at uhub? port ? configuration ?
5841.208Splunky
5851.102Such# USB Mass Storage
5861.102Suchumass*	at uhub? port ? configuration ? interface ?
5871.102Suchscsibus* at umass? channel ?
5881.102Such
5891.102Such# USB audio
5901.102Suchuaudio*	at uhub? port ? configuration ?
5911.102Such
5921.102Such# USB MIDI
5931.102Suchumidi* at uhub? port ? configuration ?
5941.102Such
5951.102Such# USB IrDA bridges
5961.102Such#uirda* at uhub? port ? configuration ? interface ?
5971.102Such#irframe* at uirda?
5981.102Such
5991.102Such# USB Ethernet adapters
6001.102Suchaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
6011.159Saugustssaxe*	at uhub? port ?		# ASIX AX88172 based adapters
6021.102Suchcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
6031.102Suchkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
6041.237Srinmue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
6051.238Srinudav*	at uhub? port ?		# Davicom DM9601 based adapters
6061.238Srinure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
6071.135Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
6081.124Stakemura
6091.124Stakemura# MII/PHY support
6101.238Srinrgephy*	at mii? phy ?		# Realtek 8169S/8110S/8211 PHYs
6111.238Srinrlphy*	at mii? phy ?		# Realtek 8139/8201L PHYs
6121.124Stakemuraukphy*	at mii? phy ?		# generic unknown PHYs
6131.102Such
6141.184Shira# Prolific PL2301/PL2302 host-to-host adapter
6151.102Suchupl*	at uhub? port ?
6161.102Such
6171.102Such# Serial adapters
6181.102Such# FTDI FT8U100AX serial adapter
6191.102Suchuftdi*	at uhub? port ?
6201.102Suchucom*	at uftdi? portno ?
6211.102Such
6221.102Suchuplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
6231.102Suchucom*	at uplcom? portno ?
6241.102Such
6251.102Suchumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
6261.102Suchucom*	at umct? portno ?
6271.102Such
6281.102Such# USB Handspring Visor
6291.102Suchuvisor*	at uhub? port ?
6301.102Suchucom*	at uvisor?
6311.102Such
6321.166Sitohy# Kyocera AIR-EDGE PHONE
6331.166Sitohyukyopon* at uhub? port ?
6341.166Sitohyucom*	at ukyopon? portno ?
6351.166Sitohy
6361.102Such# USB scanners that use SCSI emulation, e.g., HP5300
6371.102Suchusscanner* at uhub? port ?
6381.102Suchscsibus* at usscanner? channel ?
6391.102Such
6401.102Such# USB Generic driver
6411.102Suchugen*	at uhub? port ?
6421.102Such
6431.102Suchaudio*	at uaudio?
6441.227Suebayasimidi*	at midibus?
6451.102Such
6461.233Schristosspkr*	at audio?			# PC speaker (synthesized)
6471.231Snat
6481.102Such# Pseudo-Devices
6491.1Stakemura
6501.203Stls#
6511.203Stls# accept filters
6521.203Stlspseudo-device   accf_data		# "dataready" accept filter
6531.203Stlspseudo-device   accf_http		# "httpready" accept filter
6541.203Stls
6551.220Schristospseudo-device	loop			# network loopback
6561.183Scubepseudo-device	ppp			# serial-line IP ports
6571.101Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
6581.66Sjdolecekpseudo-device	pty			# pseudo-terminals
6591.182Srpaulopseudo-device	bpfilter		# packet filter ports
6601.240Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
6611.236Smaxvpseudo-device	npf			# NPF packet filter
6621.1Stakemura
6631.183Scubepseudo-device	vnd			# virtual disk ick
6641.170Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
6651.220Schristos#pseudo-device	ccd			# concatenated disks
6661.209Spookapseudo-device	fss			# file system snapshot device
6671.220Schristos#pseudo-device	cgd			# cryptographic disks
6681.128Slukempseudo-device	clockctl		# user control of clock subsystem
6691.239Sisakipseudo-device	drvctl			# user control of drive subsystem
6701.247Sriastradpseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
6711.1Stakemura
6721.1Stakemurapseudo-device	biconsdev	1	# build-in console device
6731.96Saugustsspseudo-device	wsmux			# mouse & keyboard multiplexor
6741.212Shannken#pseudo-device	md			# memory disk device (ramdisk)
6751.49Stakemura
6761.221Schristos#pseudo-device	raid			# RAIDframe disk driver
6771.92Senami#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
6781.103Soster# Options to enable various other RAIDframe RAID types.
6791.103Soster# options	RF_INCLUDE_EVENODD=1
6801.103Soster# options	RF_INCLUDE_RAID5_RS=1
6811.103Soster# options	RF_INCLUDE_PARITYLOGGING=1
6821.103Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
6831.103Soster# options	RF_INCLUDE_INTERDECLUSTER=1
6841.103Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
6851.103Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
6861.13Sjun
6871.13Sjun# for IPv6
6881.183Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
6891.183Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
6901.186Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
6911.90Shubertf
6921.90Shubertf## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
6931.90Shubertfpseudo-device	vlan
6941.93Satatat
6951.93Satatat## Simple inter-network traffic bridging
6961.99Satatatpseudo-device	bridge
6971.196Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
6981.138Sraggepseudo-device	ksyms			# /dev/ksyms
6991.180Selad
7001.240Ssevaninclude "dev/veriexec.config"
7011.248Sabs
7021.248Sabs# Pull in optional local configuration - always at end
7031.248Sabscinclude	"arch/hpcmips/conf/GENERIC.local"
704