GENERIC revision 1.116
11.116Sshin# $NetBSD: GENERIC,v 1.116 2002/04/07 04:34:33 shin 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.116Sshin#ident 		"GENERIC-$Revision: 1.116 $"
261.1Stakemura
271.98Suchmaxusers	16
281.1Stakemura
291.86Ssatooptions 	VR4102			# NEC VR4102
301.86Ssatooptions 	VR4111			# NEC VR4111
311.86Ssatooptions 	VR4121			# NEC VR4121
321.107Stakemuraoptions 	VR4122			# NEC VR4122
331.107Stakemuraoptions 	VR4131			# NEC VR4131
341.102Suchoptions 	TX392X			# Toshiba TX3922
351.113Sshinoptions 	KLOADER_KERNEL_PATH="\"/netbsd\""
361.1Stakemura
371.1Stakemura# Standard system options
381.1Stakemuraoptions 	DDB			# in-kernel debugger
391.1Stakemura#options 	DDB_ONPANIC=0		# don't enter debugger on panic
401.86Ssato#options 	KGDB			# remote debugger
411.1Stakemura#options 	DIAGNOSTIC		# extra kernel debugging checks
421.1Stakemura#options 	DEBUG			# extra kernel debugging support
431.1Stakemuraoptions 	KTRACE			# system call tracing support
441.87Ssatooptions 	MSGBUFSIZE=8192		# dmesg buffer size
451.72Stakemura
461.72Stakemura## UVM options.
471.72Stakemura#options 	UVM_PAGE_TRKOWN
481.72Stakemura#options 	UVMHIST
491.72Stakemura#options 	UVMHIST_PRINT	# Loud!
501.1Stakemura
511.54Sshin#options 	SCSIVERBOSE		# human readable SCSI error messages
521.27Ssato#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
531.1Stakemura
541.11Ssato#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
551.9Senami#options 	RTC_OFFSET=-540		# JST-9
561.9Senami#options 	RTC_OFFSET=480		# PST8
571.25Ssato					# In NO RTC_OFFSET , inherit RTC_OFFSET
581.25Ssato					# from Windows CE.
591.1Stakemuraoptions 	NTP			# network time protocol
601.1Stakemura#options 	UCONSOLE		# users can redirect console (unsafe)
611.1Stakemura
621.9Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
631.9Senami
641.9Senami#options 	SYSCALL_DEBUG		# for debug
651.9Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
661.105Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
671.1Stakemura
681.1Stakemura# Filesystem options
691.92Senamifile-system 	FFS		# fast filesystem with user and group quotas
701.1Stakemurafile-system 	MFS		# memory-based filesystem
711.1Stakemurafile-system 	NFS		# Sun NFS-compatible filesystem (client)
721.1Stakemura#file-system	LFS		# Log-based filesystem (still experimental)
731.54Sshinfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
741.20Sshinfile-system 	MSDOSFS		# MS-DOS file system
751.1Stakemura#file-system 	FDESC		# /dev/fd
761.1Stakemurafile-system 	KERNFS		# /kern (kernel informational filesystem)
771.1Stakemura#file-system 	NULLFS		# loopback file system
781.23Swrstuden#file-system 	OVERLAY		# overlay file system
791.1Stakemura#file-system 	PORTAL		# portal filesystem (still experimental)
801.1Stakemurafile-system 	PROCFS		# /proc
811.1Stakemura#file-system 	UMAPFS		# NULLFS + uid and gid remapping
821.1Stakemurafile-system 	UNION
831.1Stakemura
841.115Sshinoptions 	NFSSERVER	# Sun NFS-compatible filesystem (server)
851.92Senamioptions 	SOFTDEP		# FFS soft updates support.
861.54Sshin#options 	QUOTA		# UFS quotas
871.68Sshinoptions 	VNODE_OP_NOINLINE # don't inline vnode op calls
881.13Sjun
891.1Stakemura# Networking options
901.13Sjun#options 	GATEWAY		# IP packet forwarding
911.13Sjunoptions 	INET		# IP + ICMP + TCP + UDP
921.13Sjunoptions 	INET6		# IPV6
931.13Sjun#options 	IPSEC		# IP security
941.13Sjun#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
951.13Sjun#options 	IPSEC_DEBUG	# debug for IP security
961.1Stakemura#options 	MROUTING	# Multicast routing support
971.1Stakemura#options 	ISO		# OSI networking
981.1Stakemura#options 	TPIP		# TPIP
991.1Stakemura#options 	EON		# OSI tunneling over IP
1001.1Stakemura#options 	CCITT,LLC,HDLC	# X.25
1011.1Stakemura
1021.1Stakemura# NetBSD backwards compatibility
1031.45Suchoptions 	COMPAT_43
1041.112Sshin
1051.112Sshinoptions 	LKM		# loadable kernel modules
1061.1Stakemura
1071.107Stakemura#options 	NFS_BOOT_DHCP
1081.107Stakemuraoptions 	NFS_BOOT_BOOTP
1091.107Stakemura#options 	NFS_BOOT_BOOTPARAM
1101.104Stakemura
1111.104Stakemura# compile options
1121.114Sshinmakeoptions	DEFGP="-G 10"
1131.1Stakemura
1141.1Stakemuraconfig		netbsd		root on ? type ?
1151.1Stakemura
1161.1Stakemura# WS console uses SUN or VT100 terminal emulation
1171.1Stakemuraoptions 	WSEMUL_VT100
1181.81Ssato#options 	WSDISPLAY_DEFAULTSCREENS=4
1191.9Senami#options 	FONT_VT220L8x8
1201.9Senamioptions 	FONT_VT220L8x10
1211.48Stakemura# compatibility to other console drivers
1221.48Stakemuraoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1231.48Stakemuraoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1241.48Stakemuraoptions 	WSDISPLAY_COMPAT_USL		# VT handling
1251.48Stakemuraoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1261.71Stakemura#
1271.71Stakemura# Hpckbd will set key board layout appropriately. You can use option
1281.71Stakemura# 'PCKBD_LAYOUT' to overrite the default layout.
1291.71Stakemura#
1301.92Senami#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
1311.57Stakemura
1321.57Stakemura# temporally power management
1331.61Stakemurahpcapm0	at mainbus0			# power management
1341.61Stakemuraapmdev0	at hpcapm0			# APM
1351.1Stakemura
1361.83Stakemuraoptions 	MQ200_DEBUG
1371.83Stakemura#options 	MQ200_USECRT
1381.106Stakemuramqvideo0 at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video
1391.61Stakemurahpcfb*		at	mqvideo?
1401.69Ssato
1411.106Stakemuraite8181video0 at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video
1421.69Ssatohpcfb*		at	ite8181video?
1431.77Ssato
1441.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
1451.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
1461.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
1471.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
1481.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
1491.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
1501.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
1511.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
1521.19Stakemura
1531.1Stakemura#
1541.33Stakemura# hpcmips isa? bus irq locator means:
1551.33Stakemura#
1561.33Stakemura# 0x0000000f ISA IRQ#
1571.33Stakemura# 0x00ff0000 GPIO port#
1581.33Stakemura# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
1591.33Stakemura# 0x02000000 interrupt detection level		(1:low /0:high	)
1601.33Stakemura# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
1611.33Stakemura
1621.33Stakemura#
1631.27Ssato# MC-R300, MC-R500
1641.1Stakemura# Button to GPIO port # mapping
1651.1Stakemura#  + REC button       : 4
1661.1Stakemura#  + Open/Close button: 6
1671.1Stakemura# (PCIC-ISA : 9)
1681.1Stakemura# (COM power:14)
1691.27Ssato#
1701.27Ssato# MC-R510
1711.27Ssato# Button to GPIO port # mapping
1721.27Ssato#  + Open/Close button: 3
1731.27Ssato# (PCIC-ISA : 9)
1741.27Ssato# (COM power:14)
1751.27Ssato#
1761.27Ssato# MC-R530
1771.27Ssato# Button to GPIO port # mapping
1781.27Ssato#  + Open/Close button: 3
1791.27Ssato#  + Application button: 2
1801.27Ssato# (PCIC-ISA : 9)
1811.88Ssato# (COM power:46)
1821.27Ssato#
1831.27Ssato# MC-R700
1841.27Ssato# Button to GPIO port # mapping
1851.27Ssato#  + Open/Close button: 3
1861.27Ssato# (PCIC-ISA : 9)
1871.27Ssato# (COM power:46)
1881.27Ssato#
1891.27Ssato# MC-CS
1901.27Ssato# Button to GPIO port # mapping
1911.27Ssato# (PCIC-ISA : 9)
1921.27Ssato# (COM power:14)
1931.27Ssato#
1941.27Ssato# IBM WorkPad z50
1951.27Ssato# Button to GPIO port # mapping
1961.27Ssato#  + REC button       : 1
1971.27Ssato#  + Application button?      : 2
1981.27Ssato# (PCIC-ISA : 9)
1991.27Ssato#
2001.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
2011.64Ssatobutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
2021.97Slukembutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
2031.79Ssatobutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
2041.64Ssatobutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
2051.64Ssatobutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
2061.88Ssato#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
2071.64Ssatobutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
2081.88Ssato#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
2091.67Ssatobutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
2101.64Ssatobutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
2111.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
2121.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
2131.64Ssatobutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
2141.64Ssatobutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
2151.64Ssatobutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
2161.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
2171.79Ssatopwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
2181.75Ssatopwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
2191.75Ssatopwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
2201.88Ssatopwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
2211.75Ssato#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
2221.64Ssatopwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
2231.64Ssatopwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
2241.95Ssatopwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
2251.64Ssatopwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
2261.64Ssatopwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
2271.95Ssatopwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
2281.63Ssatopwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
2291.42Ssatopwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
2301.64Ssatopwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
2311.79Ssatopwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
2321.64Ssatopwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
2331.64Ssatopwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
2341.64Ssatopwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
2351.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
2361.64Ssatopwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
2371.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
2381.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
2391.64Ssatopwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
2401.79Ssato#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
2411.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
2421.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
2431.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
2441.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
2451.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
2461.1Stakemuraisa0	at vrisab0
2471.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
2481.1Stakemura#
2491.1Stakemura# Freestyle
2501.1Stakemura# Button to GPIO port # mapping
2511.1Stakemura#    +---------+
2521.1Stakemura# 1 +|         |
2531.1Stakemura#    |         |+ 7
2541.1Stakemura#    |         |
2551.1Stakemura#20 +|   LCD   |+ 4
2561.1Stakemura#    |         | + 6
2571.5Senami# 8 +|         |+ 5
2581.1Stakemura#    |         |
2591.7Such#    |         |+----Power On/Off (connected to PMU)
2601.1Stakemura#    +---------+
2611.1Stakemura#          +9
2621.1Stakemura#        +12 +10
2631.1Stakemura#          +11
2641.1Stakemura# (PCIC-ISA : 23)
2651.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
2661.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
2671.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
2681.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
2691.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
2701.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
2711.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
2721.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
2731.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
2741.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
2751.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
2761.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
2771.1Stakemuraisa1	at vrisab1
2781.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
2791.1Stakemura
2801.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
2811.31Sjun
2821.1Stakemura#
2831.17Sshin# Fujitsu INTERTOP CX300
2841.17Sshin#
2851.116Sshinpwctl0	at vrgiu? platform FUJITSU_INTERTOP_IT300 id PWCTL_COM0 port 15
2861.116Sshinvrisab2	at vrgiu? platform FUJITSU_INTERTOP_IT300 isaportoffset 0x1000000
2871.97Slukemisa2	at vrisab2
2881.97Slukempcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
2891.33Stakemura
2901.17Sshin#
2911.21Sshin# Vadem Clio and Sharp Tripad
2921.21Sshin#
2931.97Slukemvrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
2941.97Slukemvrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000
2951.97Slukemisa3	at vrisab3
2961.97Slukempcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
2971.33Stakemura
2981.33Stakemura#
2991.33Stakemura# CASIO CASSIOPEIA E55 and for DoCoMo
3001.33Stakemura#
3011.33Stakemurabutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
3021.33Stakemurabutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
3031.33Stakemurabutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
3041.33Stakemurabutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
3051.33Stakemurabutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
3061.33Stakemurabutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
3071.33Stakemurabutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
3081.33Stakemurabutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
3091.97Slukempwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
3101.97Slukempwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
3111.80Stakemura
3121.80Stakemura# 'CF hack' for all CASSIOPEIA E series
3131.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
3141.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
3151.97Slukemisa4	at vrisab4
3161.97Slukemwdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
3171.33Stakemura
3181.21Sshin#
3191.91Stakemura# Fujitsu PenCentra 130
3201.1Stakemura#
3211.91Stakemuravrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
3221.97Slukemvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
3231.91Stakemuraisa5	at vrisab5
3241.97Slukempcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3251.111Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_PENCENTRA_130
3261.111Stakemurapci*	at vrc4172pci?
3271.111Stakemurahpcioman5 at vrc4172gpio0 platform FUJITSU_PENCENTRA_130
3281.111Stakemurahpcin*	at hpcioman5 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
3291.1Stakemura
3301.102Such#
3311.107Stakemura# SigmarionII
3321.107Stakemura#
3331.107Stakemuracom*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
3341.107Stakemuravrisab6	at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf780f800
3351.107Stakemuraisa6	at vrisab6
3361.107Stakemurane*	at isa6 port 0x300 irq  0x00090003 # port 9, active high and thorough
3371.107Stakemura#wdc*	at isa6 port 0x170 irq 0x00090003 flags 0x0002  # single drive
3381.107Stakemurahpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
3391.109Stakemurahpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1
3401.107Stakemura
3411.107Stakemura#
3421.107Stakemura# MP-C303/304
3431.107Stakemura#
3441.107Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
3451.107Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
3461.109Stakemurahpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_00 port 1 level 0 hold 1 connect 1
3471.107Stakemura
3481.107Stakemura#
3491.102Such# Sharp Telios HC-AJ1, HC-VJ1C
3501.102Such#
3511.102Suchtxcsbus1	at tx39biu? platform SHARP_TELIOS
3521.116Sshin
3531.116Sshin#
3541.116Sshin# Fujitsu INTERTOP CX310
3551.116Sshin#
3561.116Sshinvrc4172gpio0 at vrgiu? platform FUJITSU_INTERTOP_IT310 addr 0x15001080 size 0x4a port 10
3571.116Sshinvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
3581.116Sshinisa5	at vrisab5
3591.116Sshinpcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3601.116Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_INTERTOP_IT310
3611.116Sshinpci*	at vrc4172pci?
3621.116Sshinhpcioman5 at vrc4172gpio0 platform FUJITSU_INTERTOP_IT310
3631.116Sshinhpcin*	at hpcioman5 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
3641.102Such
3651.102Such# IO module manager (virtual bridge) DO NOT DELETE
3661.102Suchtxioman* at txsim?
3671.102Such# iochip 0 TX39 internal IO
3681.102Such#	 1 TX39 internal MFIO
3691.102Such#	 2 BETTY IO
3701.102Such#	(3) ITE IO notyet
3711.102Such#	(4) Plum2 IO (EXTPW[0:2]) notyet
3721.102Suchhpcioman1 at txioman? platform SHARP_TELIOS_HCAJ1
3731.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
3741.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
3751.102Suchhpcin*	at hpcioman1 iochip 1 evtype PMEVENT id PME_AC	   port 6  edge 1 # AC-power
3761.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
3771.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_DCD   port 29 edge 3
3781.102Suchhpcout*	at hpcioman1 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
3791.102Such
3801.102Suchhpcioman2 at txioman? platform SHARP_TELIOS_HCVJ1C_JP
3811.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
3821.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
3831.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP2   port 11 edge 1 # Video button
3841.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP3   port 12 edge 1 # Head phone button
3851.102Suchhpcin*	at hpcioman2 iochip 1 evtype PMEVENT id PME_AC     port 6
3861.102Suchhpcin*	at hpcioman2 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
3871.102Suchhpcin*	at hpcioman2 iochip 1 evtype EVENT   id COM0_DCD   port 13 edge 3
3881.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_COM0 port 15
3891.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
3901.102Such
3911.102Suchoptions 	USE_POLL
3921.102Such
3931.102Such# PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
3941.102Suchucb*		at tx39sib? slot 0
3951.102Suchucbtp*		at ucb?
3961.102Suchucbsnd*		at ucb?
3971.102Suchucbio*		at ucb?
3981.102Such
3991.102Such# PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
4001.102Such# chip select: CS1, IRQ: 3:12/4:12 (irq1 108)
4011.102Such# interrupt-mode don't work. use polling mode.
4021.102Suchtc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
4031.102Suchhpckbd*		at tc5165buf?
4041.102Such#wsmouse*	at ucbtp? mux 0
4051.102Such
4061.102Such# TC6358TB(Plum2)
4071.102Such#  register space: CS3,
4081.102Such#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
4091.102Such#
4101.102Suchplum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
4111.102Suchplumicu*	at plum?
4121.102Suchplumpower*	at plum?
4131.102Suchplumvideo*	at plum?
4141.102Suchhpcfb*		at plumvideo?
4151.102Suchplumpcmcia*	at plum?
4161.102Suchohci*	at plum?
4171.102Such
4181.102Such# Workstation Console attachments
4191.102Suchbivideo0	at	mainbus0
4201.102Suchhpcfb*		at	bivideo0
4211.102Suchwsdisplay*	at	hpcfb?
4221.102Suchwskbd*		at	hpckbd? mux 1
4231.102Suchwsmouse*	at	vrpiu? mux 0
4241.102Suchbtnmgr0		at	mainbus0
4251.102Suchwskbd*		at	btnmgr0 mux 1
4261.107Stakemura
4271.107Stakemura# PCI bus support
4281.107Stakemuraoptions 	PCIVERBOSE
4291.107Stakemurapci*	at vrpciu?
4301.107Stakemura
4311.107Stakemura# VRC4173
4321.107Stakemuravrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
4331.109Stakemuravrkiu* at vrc4173bcu? addr 0x100 size 0x20 unit VRKIU	# VRC4173 KIU
4341.110Stakemuravrpiu* at vrc4173bcu? addr 0x0a0 size 0x20 addr2 0x0c0 size2 0x20 unit VRPIU	# VRC4173 PIU
4351.107Stakemura
4361.107Stakemura#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
4371.107Stakemura#pcmcia*	at vrc4173cardu?
4381.107Stakemura
4391.107Stakemura# PCI USB controllers
4401.107Stakemuraohci*	at pci?	dev ? function ?	# Open Host Controller
4411.107Stakemura#options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
4421.102Such
4431.1Stakemura# PCMCIA bus support
4441.102Suchpcmcia* at plumpcmcia? controller ? socket ?
4451.34Sshinpcmcia*	at pcic? controller 0 socket ?
4461.1Stakemura
4471.1Stakemura# PCMCIA IDE disk
4481.1Stakemurawdc*	at pcmcia? function ?
4491.1Stakemurawd*	at wdc? channel ? drive ? flags 0x0000
4501.1Stakemura
4511.1Stakemura# PCMCIA network interfaces
4521.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
4531.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
4541.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
4551.76Smycroftray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
4561.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
4571.32Stakemurawi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
4581.32Stakemuraawi*	at pcmcia? function ?		# WLI-PCM
4591.74Smattan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
4601.1Stakemura
4611.49Stakemura# PCMCIA Serial interfaces
4621.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
4631.1Stakemura
4641.49Stakemura# PCMCIA SCSI interfaces
4651.1Stakemuraaic*	at pcmcia? function ?
4661.49Stakemuraesp*	at pcmcia? function ?		# NCR53c406 SCSI
4671.49Stakemura
4681.49Stakemura# ATAPI bus support
4691.49Stakemuraatapibus* at wdc? channel ?
4701.49Stakemuracd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
4711.49Stakemurasd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
4721.49Stakemura
4731.49Stakemura# SCSI bus support
4741.1Stakemurascsibus* at aic?
4751.49Stakemurascsibus* at esp?
4761.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
4771.49Stakemuracd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
4781.102Such
4791.102Such# USB Hubs
4801.102Suchusb*	at ohci?
4811.102Suchuhub*	at usb?
4821.102Suchuhub*	at uhub? port ? configuration ? interface ?
4831.102Such
4841.102Such# USB HID device
4851.102Suchuhidev*	at uhub? port ? configuration ? interface ?
4861.102Such
4871.102Such# USB Mice
4881.102Suchums*	at uhidev? reportid ?
4891.102Suchwsmouse*	at ums? mux 0
4901.102Such
4911.102Such# USB Keyboards
4921.102Suchukbd*	at uhidev? reportid ?
4931.102Suchwskbd*	at ukbd? console ? mux 1
4941.102Such
4951.102Such# USB Generic HID devices
4961.102Suchuhid*	at uhidev? reportid ?
4971.102Such
4981.102Such# USB Printer
4991.102Suchulpt*	at uhub? port ? configuration ? interface ?
5001.102Such
5011.102Such# USB Modem
5021.102Suchumodem*	at uhub? port ? configuration ?
5031.102Suchucom*	at umodem?
5041.102Such
5051.102Such# USB Mass Storage
5061.102Suchumass*	at uhub? port ? configuration ? interface ?
5071.102Suchatapibus* at umass? channel ?
5081.102Suchscsibus* at umass? channel ?
5091.102Such
5101.102Such# USB audio
5111.102Suchuaudio*	at uhub? port ? configuration ?
5121.102Such
5131.102Such# USB MIDI
5141.102Suchumidi* at uhub? port ? configuration ?
5151.102Such
5161.102Such# USB IrDA bridges
5171.102Such#uirda* at uhub? port ? configuration ? interface ?
5181.102Such#irframe* at uirda?
5191.102Such
5201.102Such# USB Ethernet adapters
5211.102Suchaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5221.102Suchcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
5231.102Suchkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
5241.102Such
5251.102Such# Prolofic PL2301/PL2302 host-to-host adapter
5261.102Suchupl*	at uhub? port ?
5271.102Such
5281.102Such# Serial adapters
5291.102Such# FTDI FT8U100AX serial adapter
5301.102Suchuftdi*	at uhub? port ?
5311.102Suchucom*	at uftdi? portno ?
5321.102Such
5331.102Suchuplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
5341.102Suchucom*	at uplcom? portno ?
5351.102Such
5361.102Suchumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
5371.102Suchucom*	at umct? portno ?
5381.102Such
5391.102Such# Diamond Multimedia Rio 500
5401.102Suchurio*	at uhub? port ?
5411.102Such
5421.102Such# USB Handspring Visor
5431.102Suchuvisor*	at uhub? port ?
5441.102Suchucom*	at uvisor?
5451.102Such
5461.102Such# USB scanners
5471.102Suchuscanner* at uhub? port ?
5481.102Such
5491.102Such# USB scanners that use SCSI emulation, e.g., HP5300
5501.102Suchusscanner* at uhub? port ?
5511.102Suchscsibus* at usscanner? channel ?
5521.102Such
5531.102Such# Y@P firmware loader
5541.102Suchuyap* at uhub? port ?
5551.102Such
5561.102Such# USB Generic driver
5571.102Suchugen*	at uhub? port ?
5581.102Such
5591.102Suchaudio*	at uaudio?
5601.102Such
5611.102Such# Pseudo-Devices
5621.1Stakemura
5631.1Stakemurapseudo-device	loop		1	# network loopback
5641.10Senamipseudo-device	ppp		2	# serial-line IP ports
5651.101Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5661.66Sjdolecekpseudo-device	pty			# pseudo-terminals
5671.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
5681.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
5691.1Stakemura
5701.1Stakemurapseudo-device	vnd		4	# virtual disk ick
5711.54Sshin#pseudo-device	ccd		4	# concatenated disks
5721.97Slukempseudo-device	rnd			# /dev/random and in-kernel generator
5731.1Stakemura
5741.1Stakemurapseudo-device	biconsdev	1	# build-in console device
5751.96Saugustsspseudo-device	wsmux			# mouse & keyboard multiplexor
5761.49Stakemura#pseudo-device	md		1	# memory disk device (ramdisk)
5771.49Stakemura
5781.103Soster#pseudo-device	raid		8	# RAIDframe disk driver
5791.92Senami#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5801.103Soster# Options to enable various other RAIDframe RAID types.
5811.103Soster# options	RF_INCLUDE_EVENODD=1
5821.103Soster# options	RF_INCLUDE_RAID5_RS=1
5831.103Soster# options	RF_INCLUDE_PARITYLOGGING=1
5841.103Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
5851.103Soster# options	RF_INCLUDE_INTERDECLUSTER=1
5861.103Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5871.103Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5881.13Sjun
5891.13Sjun# for IPv6
5901.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
5911.15Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
5921.44Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
5931.90Shubertf
5941.90Shubertf## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
5951.90Shubertfpseudo-device	vlan
5961.93Satatat
5971.93Satatat## Simple inter-network traffic bridging
5981.99Satatatpseudo-device	bridge
599