GENERIC revision 1.141
11.141Slukem# $NetBSD: GENERIC,v 1.141 2003/10/18 08:30:13 lukem 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.141Slukem#ident 		"GENERIC-$Revision: 1.141 $"
281.1Stakemura
291.98Suchmaxusers	16
301.1Stakemura
311.86Ssatooptions 	VR4102			# NEC VR4102
321.86Ssatooptions 	VR4111			# NEC VR4111
331.86Ssatooptions 	VR4121			# NEC VR4121
341.107Stakemuraoptions 	VR4122			# NEC VR4122
351.107Stakemuraoptions 	VR4131			# NEC VR4131
361.102Suchoptions 	TX392X			# Toshiba TX3922
371.120Sshinoptions 	KLOADER
381.1Stakemura
391.1Stakemura# Standard system options
401.1Stakemuraoptions 	DDB			# in-kernel debugger
411.1Stakemura#options 	DDB_ONPANIC=0		# don't enter debugger on panic
421.86Ssato#options 	KGDB			# remote debugger
431.1Stakemura#options 	DIAGNOSTIC		# extra kernel debugging checks
441.1Stakemura#options 	DEBUG			# extra kernel debugging support
451.1Stakemuraoptions 	KTRACE			# system call tracing support
461.130Sprovosoptions 	SYSTRACE		# system call vetting via systrace(1)
471.87Ssatooptions 	MSGBUFSIZE=8192		# dmesg buffer size
481.72Stakemura
491.72Stakemura## UVM options.
501.72Stakemura#options 	UVM_PAGE_TRKOWN
511.72Stakemura#options 	UVMHIST
521.72Stakemura#options 	UVMHIST_PRINT	# Loud!
531.1Stakemura
541.54Sshin#options 	SCSIVERBOSE		# human readable SCSI error messages
551.27Ssato#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
561.1Stakemura
571.11Ssato#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
581.9Senami#options 	RTC_OFFSET=-540		# JST-9
591.9Senami#options 	RTC_OFFSET=480		# PST8
601.25Ssato					# In NO RTC_OFFSET , inherit RTC_OFFSET
611.25Ssato					# from Windows CE.
621.1Stakemuraoptions 	NTP			# network time protocol
631.1Stakemura
641.9Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
651.9Senami
661.9Senami#options 	SYSCALL_DEBUG		# for debug
671.9Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
681.129Slukemoptions 	USERCONF		# userconf(4) support
691.118Sgmcgarry#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
701.1Stakemura
711.1Stakemura# Filesystem options
721.92Senamifile-system 	FFS		# fast filesystem with user and group quotas
731.1Stakemurafile-system 	MFS		# memory-based filesystem
741.1Stakemurafile-system 	NFS		# Sun NFS-compatible filesystem (client)
751.1Stakemura#file-system	LFS		# Log-based filesystem (still experimental)
761.54Sshinfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
771.20Sshinfile-system 	MSDOSFS		# MS-DOS file system
781.1Stakemura#file-system 	FDESC		# /dev/fd
791.1Stakemurafile-system 	KERNFS		# /kern (kernel informational filesystem)
801.1Stakemura#file-system 	NULLFS		# loopback file system
811.23Swrstuden#file-system 	OVERLAY		# overlay file system
821.1Stakemura#file-system 	PORTAL		# portal filesystem (still experimental)
831.1Stakemurafile-system 	PROCFS		# /proc
841.1Stakemura#file-system 	UMAPFS		# NULLFS + uid and gid remapping
851.1Stakemurafile-system 	UNION
861.1Stakemura
871.115Sshinoptions 	NFSSERVER	# Sun NFS-compatible filesystem (server)
881.92Senamioptions 	SOFTDEP		# FFS soft updates support.
891.54Sshin#options 	QUOTA		# UFS quotas
901.68Sshinoptions 	VNODE_OP_NOINLINE # don't inline vnode op calls
911.13Sjun
921.1Stakemura# Networking options
931.13Sjun#options 	GATEWAY		# IP packet forwarding
941.13Sjunoptions 	INET		# IP + ICMP + TCP + UDP
951.13Sjunoptions 	INET6		# IPV6
961.13Sjun#options 	IPSEC		# IP security
971.13Sjun#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
981.13Sjun#options 	IPSEC_DEBUG	# debug for IP security
991.1Stakemura#options 	MROUTING	# Multicast routing support
1001.1Stakemura#options 	ISO		# OSI networking
1011.1Stakemura#options 	TPIP		# TPIP
1021.1Stakemura#options 	EON		# OSI tunneling over IP
1031.1Stakemura#options 	CCITT,LLC,HDLC	# X.25
1041.1Stakemura
1051.1Stakemura# NetBSD backwards compatibility
1061.45Suchoptions 	COMPAT_43
1071.112Sshin
1081.112Sshinoptions 	LKM		# loadable kernel modules
1091.1Stakemura
1101.107Stakemura#options 	NFS_BOOT_DHCP
1111.107Stakemuraoptions 	NFS_BOOT_BOOTP
1121.107Stakemura#options 	NFS_BOOT_BOOTPARAM
1131.104Stakemura
1141.104Stakemura# compile options
1151.133Sshin#makeoptions	DEFGP="-G 10"
1161.1Stakemura
1171.1Stakemuraconfig		netbsd		root on ? type ?
1181.1Stakemura
1191.1Stakemura# WS console uses SUN or VT100 terminal emulation
1201.1Stakemuraoptions 	WSEMUL_VT100
1211.81Ssato#options 	WSDISPLAY_DEFAULTSCREENS=4
1221.9Senami#options 	FONT_VT220L8x8
1231.9Senamioptions 	FONT_VT220L8x10
1241.48Stakemura# compatibility to other console drivers
1251.48Stakemuraoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1261.48Stakemuraoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1271.48Stakemuraoptions 	WSDISPLAY_COMPAT_USL		# VT handling
1281.48Stakemuraoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1291.71Stakemura#
1301.71Stakemura# Hpckbd will set key board layout appropriately. You can use option
1311.71Stakemura# 'PCKBD_LAYOUT' to overrite the default layout.
1321.71Stakemura#
1331.92Senami#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
1341.57Stakemura
1351.57Stakemura# temporally power management
1361.61Stakemurahpcapm0	at mainbus0			# power management
1371.61Stakemuraapmdev0	at hpcapm0			# APM
1381.1Stakemura
1391.83Stakemuraoptions 	MQ200_DEBUG
1401.83Stakemura#options 	MQ200_USECRT
1411.126Stakemuramqvideo*	at vr4102ip? addr 0x0a000000 size 0x800000	# MQ200 video
1421.61Stakemurahpcfb*		at	mqvideo?
1431.69Ssato
1441.126Stakemuraite8181video*	at vr4102ip? addr 0x0a000000 size 0x800000 # ITE8181 video
1451.69Ssatohpcfb*		at	ite8181video?
1461.77Ssato
1471.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_430
1481.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_510
1491.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520
1501.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
1511.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530
1521.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
1531.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
1541.106Stakemuravrc4172pwm*	at vr4102ip? addr 0x15003880 size 0x6 platform NEC_MCR_700
1551.19Stakemura
1561.1Stakemura#
1571.33Stakemura# hpcmips isa? bus irq locator means:
1581.33Stakemura#
1591.33Stakemura# 0x0000000f ISA IRQ#
1601.33Stakemura# 0x00ff0000 GPIO port#
1611.33Stakemura# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
1621.33Stakemura# 0x02000000 interrupt detection level		(1:low /0:high	)
1631.33Stakemura# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
1641.33Stakemura
1651.33Stakemura#
1661.27Ssato# MC-R300, MC-R500
1671.1Stakemura# Button to GPIO port # mapping
1681.1Stakemura#  + REC button       : 4
1691.1Stakemura#  + Open/Close button: 6
1701.1Stakemura# (PCIC-ISA : 9)
1711.1Stakemura# (COM power:14)
1721.27Ssato#
1731.27Ssato# MC-R510
1741.27Ssato# Button to GPIO port # mapping
1751.27Ssato#  + Open/Close button: 3
1761.27Ssato# (PCIC-ISA : 9)
1771.27Ssato# (COM power:14)
1781.27Ssato#
1791.27Ssato# MC-R530
1801.27Ssato# Button to GPIO port # mapping
1811.27Ssato#  + Open/Close button: 3
1821.27Ssato#  + Application button: 2
1831.27Ssato# (PCIC-ISA : 9)
1841.88Ssato# (COM power:46)
1851.27Ssato#
1861.27Ssato# MC-R700
1871.27Ssato# Button to GPIO port # mapping
1881.27Ssato#  + Open/Close button: 3
1891.27Ssato# (PCIC-ISA : 9)
1901.27Ssato# (COM power:46)
1911.27Ssato#
1921.27Ssato# MC-CS
1931.27Ssato# Button to GPIO port # mapping
1941.27Ssato# (PCIC-ISA : 9)
1951.27Ssato# (COM power:14)
1961.27Ssato#
1971.27Ssato# IBM WorkPad z50
1981.27Ssato# Button to GPIO port # mapping
1991.27Ssato#  + REC button       : 1
2001.27Ssato#  + Application button?      : 2
2011.27Ssato# (PCIC-ISA : 9)
2021.27Ssato#
2031.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
2041.64Ssatobutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
2051.97Slukembutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
2061.79Ssatobutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
2071.64Ssatobutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
2081.64Ssatobutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
2091.88Ssato#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
2101.64Ssatobutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
2111.88Ssato#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
2121.67Ssatobutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
2131.64Ssatobutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
2141.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
2151.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
2161.64Ssatobutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
2171.64Ssatobutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
2181.64Ssatobutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
2191.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
2201.79Ssatopwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
2211.75Ssatopwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
2221.75Ssatopwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
2231.88Ssatopwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
2241.75Ssato#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
2251.64Ssatopwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
2261.64Ssatopwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
2271.95Ssatopwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
2281.64Ssatopwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
2291.64Ssatopwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
2301.95Ssatopwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
2311.63Ssatopwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
2321.42Ssatopwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
2331.64Ssatopwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
2341.79Ssatopwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
2351.64Ssatopwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
2361.64Ssatopwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
2371.64Ssatopwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
2381.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
2391.64Ssatopwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
2401.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
2411.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
2421.64Ssatopwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
2431.79Ssato#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
2441.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
2451.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
2461.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
2471.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
2481.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
2491.1Stakemuraisa0	at vrisab0
2501.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
2511.127Sgregvrdsiu_mouse0 at vr4102ip? platform IBM_WORKPAD addr 0x0b0001a0 size 0x20 unit VRDSIU
2521.1Stakemura#
2531.1Stakemura# Freestyle
2541.1Stakemura# Button to GPIO port # mapping
2551.1Stakemura#    +---------+
2561.1Stakemura# 1 +|         |
2571.1Stakemura#    |         |+ 7
2581.1Stakemura#    |         |
2591.1Stakemura#20 +|   LCD   |+ 4
2601.1Stakemura#    |         | + 6
2611.5Senami# 8 +|         |+ 5
2621.1Stakemura#    |         |
2631.7Such#    |         |+----Power On/Off (connected to PMU)
2641.1Stakemura#    +---------+
2651.1Stakemura#          +9
2661.1Stakemura#        +12 +10
2671.1Stakemura#          +11
2681.1Stakemura# (PCIC-ISA : 23)
2691.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
2701.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
2711.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
2721.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
2731.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
2741.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
2751.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
2761.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
2771.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
2781.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
2791.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
2801.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
2811.1Stakemuraisa1	at vrisab1
2821.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
2831.1Stakemura
2841.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
2851.31Sjun
2861.1Stakemura#
2871.17Sshin# Fujitsu INTERTOP CX300
2881.17Sshin#
2891.116Sshinpwctl0	at vrgiu? platform FUJITSU_INTERTOP_IT300 id PWCTL_COM0 port 15
2901.116Sshinvrisab2	at vrgiu? platform FUJITSU_INTERTOP_IT300 isaportoffset 0x1000000
2911.97Slukemisa2	at vrisab2
2921.97Slukempcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
2931.33Stakemura
2941.17Sshin#
2951.21Sshin# Vadem Clio and Sharp Tripad
2961.21Sshin#
2971.97Slukemvrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
2981.97Slukemvrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000
2991.97Slukemisa3	at vrisab3
3001.97Slukempcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
3011.33Stakemura
3021.33Stakemura#
3031.33Stakemura# CASIO CASSIOPEIA E55 and for DoCoMo
3041.33Stakemura#
3051.33Stakemurabutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
3061.33Stakemurabutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
3071.33Stakemurabutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
3081.33Stakemurabutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
3091.33Stakemurabutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
3101.33Stakemurabutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
3111.33Stakemurabutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
3121.33Stakemurabutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
3131.97Slukempwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
3141.97Slukempwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
3151.80Stakemura
3161.80Stakemura# 'CF hack' for all CASSIOPEIA E series
3171.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
3181.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
3191.97Slukemisa4	at vrisab4
3201.97Slukemwdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
3211.33Stakemura
3221.21Sshin#
3231.91Stakemura# Fujitsu PenCentra 130
3241.1Stakemura#
3251.91Stakemuravrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
3261.97Slukemvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
3271.91Stakemuraisa5	at vrisab5
3281.97Slukempcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3291.111Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_PENCENTRA_130
3301.111Stakemurapci*	at vrc4172pci?
3311.111Stakemurahpcioman5 at vrc4172gpio0 platform FUJITSU_PENCENTRA_130
3321.111Stakemurahpcin*	at hpcioman5 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
3331.1Stakemura
3341.102Such#
3351.107Stakemura# SigmarionII
3361.107Stakemura#
3371.107Stakemuracom*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
3381.122Stakemuravrisab6       at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf7800000 isamemoffset 0xfa000000
3391.107Stakemuraisa6	at vrisab6
3401.122Stakemurapcic0 at isa6 port 0x3e0 iomem 0x10000 iosiz 0x4000 irq 0x00090003
3411.107Stakemurahpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
3421.109Stakemurahpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1
3431.107Stakemura
3441.107Stakemura#
3451.107Stakemura# MP-C303/304
3461.107Stakemura#
3471.107Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
3481.107Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
3491.109Stakemurahpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_00 port 1 level 0 hold 1 connect 1
3501.107Stakemura
3511.107Stakemura#
3521.116Sshin# Fujitsu INTERTOP CX310
3531.116Sshin#
3541.116Sshinvrc4172gpio0 at vrgiu? platform FUJITSU_INTERTOP_IT310 addr 0x15001080 size 0x4a port 10
3551.117Sshinvrisab8	at vrc4172gpio0 isaportoffset 0x1000000
3561.117Sshinisa8	at vrisab8
3571.117Sshinpcic0	at isa8 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3581.116Sshinvrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform FUJITSU_INTERTOP_IT310
3591.116Sshinpci*	at vrc4172pci?
3601.117Sshinhpcioman8 at vrc4172gpio0 platform FUJITSU_INTERTOP_IT310
3611.117Sshinhpcin*	at hpcioman8 evtype PCIINTR id PCIINTR_00_00_01 port 7 level 0 connect 1
3621.121Stakemura
3631.121Stakemura#
3641.125Stakemura# MC-R700 and Mobile Pro 800
3651.121Stakemura#
3661.121Stakemuraoptions	VRC4172PCI_MCR700_SUPPORT
3671.121Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700
3681.125Stakemuravrc4172pci0 at vr4102ip? addr 0x0aff0cf8 size 0x8 platform NEC_MCR_700A
3691.121Stakemurahpcioman9 at vrgiu? platform NEC_MCR_700
3701.125Stakemurahpcioman9 at vrgiu? platform NEC_MCR_700A
3711.121Stakemurahpcin*	at hpcioman9 evtype PCIINTR id PCIINTR_00_00_01 port 13 level 0 connect 1
3721.123Stakemura
3731.123Stakemura#
3741.123Stakemura# Sharp Telios HC-AJ1, HC-VJ1C
3751.123Stakemura#
3761.123Stakemuratxcsbus1	at tx39biu? platform SHARP_TELIOS
3771.102Such
3781.102Such# IO module manager (virtual bridge) DO NOT DELETE
3791.102Suchtxioman* at txsim?
3801.102Such# iochip 0 TX39 internal IO
3811.102Such#	 1 TX39 internal MFIO
3821.102Such#	 2 BETTY IO
3831.102Such#	(3) ITE IO notyet
3841.102Such#	(4) Plum2 IO (EXTPW[0:2]) notyet
3851.102Suchhpcioman1 at txioman? platform SHARP_TELIOS_HCAJ1
3861.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
3871.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
3881.102Suchhpcin*	at hpcioman1 iochip 1 evtype PMEVENT id PME_AC	   port 6  edge 1 # AC-power
3891.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
3901.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_DCD   port 29 edge 3
3911.102Suchhpcout*	at hpcioman1 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
3921.102Such
3931.102Suchhpcioman2 at txioman? platform SHARP_TELIOS_HCVJ1C_JP
3941.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
3951.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
3961.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP2   port 11 edge 1 # Video button
3971.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP3   port 12 edge 1 # Head phone button
3981.102Suchhpcin*	at hpcioman2 iochip 1 evtype PMEVENT id PME_AC     port 6
3991.102Suchhpcin*	at hpcioman2 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
4001.102Suchhpcin*	at hpcioman2 iochip 1 evtype EVENT   id COM0_DCD   port 13 edge 3
4011.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_COM0 port 15
4021.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
4031.102Such
4041.102Suchoptions 	USE_POLL
4051.102Such
4061.102Such# PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
4071.102Suchucb*		at tx39sib? slot 0
4081.102Suchucbtp*		at ucb?
4091.102Suchucbsnd*		at ucb?
4101.102Suchucbio*		at ucb?
4111.102Such
4121.102Such# PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
4131.102Such# chip select: CS1, IRQ: 3:12/4:12 (irq1 108)
4141.102Such# interrupt-mode don't work. use polling mode.
4151.102Suchtc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
4161.102Suchhpckbd*		at tc5165buf?
4171.102Such#wsmouse*	at ucbtp? mux 0
4181.102Such
4191.102Such# TC6358TB(Plum2)
4201.102Such#  register space: CS3,
4211.102Such#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
4221.102Such#
4231.102Suchplum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
4241.102Suchplumicu*	at plum?
4251.102Suchplumpower*	at plum?
4261.102Suchplumvideo*	at plum?
4271.102Suchhpcfb*		at plumvideo?
4281.102Suchplumpcmcia*	at plum?
4291.102Suchohci*	at plum?
4301.102Such
4311.102Such# Workstation Console attachments
4321.102Suchbivideo0	at	mainbus0
4331.102Suchhpcfb*		at	bivideo0
4341.102Suchwsdisplay*	at	hpcfb?
4351.102Suchwskbd*		at	hpckbd? mux 1
4361.102Suchwsmouse*	at	vrpiu? mux 0
4371.134Stakemurawsmouse*	at	vrc4173piu? mux 0
4381.127Sgregwsmouse*	at	vrdsiu_mouse? mux 0
4391.102Suchbtnmgr0		at	mainbus0
4401.102Suchwskbd*		at	btnmgr0 mux 1
4411.107Stakemura
4421.107Stakemura# PCI bus support
4431.107Stakemuraoptions 	PCIVERBOSE
4441.107Stakemurapci*	at vrpciu?
4451.107Stakemura
4461.107Stakemura# VRC4173
4471.107Stakemuravrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
4481.109Stakemuravrkiu* at vrc4173bcu? addr 0x100 size 0x20 unit VRKIU	# VRC4173 KIU
4491.134Stakemuravrc4173piu* at vrc4173bcu? addr 0x0a0 size 0x20 addr2 0x0c0 size2 0x20 unit VRPIU	# VRC4173 PIU
4501.107Stakemura
4511.107Stakemura#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
4521.107Stakemura#pcmcia*	at vrc4173cardu?
4531.107Stakemura
4541.107Stakemura# PCI USB controllers
4551.107Stakemuraohci*	at pci?	dev ? function ?	# Open Host Controller
4561.107Stakemura#options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
4571.126Stakemura
4581.126Stakemura# miscellaneous PCI devices
4591.126Stakemuramqvideo*	at pci? dev ? function ?	# MQ200 video
4601.102Such
4611.1Stakemura# PCMCIA bus support
4621.102Suchpcmcia* at plumpcmcia? controller ? socket ?
4631.34Sshinpcmcia*	at pcic? controller 0 socket ?
4641.1Stakemura
4651.1Stakemura# PCMCIA IDE disk
4661.1Stakemurawdc*	at pcmcia? function ?
4671.141Slukem
4681.141Slukem# ATA (IDE) bus support
4691.141Slukematabus* at ata?
4701.141Slukem
4711.141Slukem# IDE drives
4721.140Sbouyerwd*	at atabus? drive ? flags 0x0000
4731.1Stakemura
4741.1Stakemura# PCMCIA network interfaces
4751.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
4761.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
4771.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
4781.76Smycroftray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
4791.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
4801.32Stakemurawi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
4811.132Stakemuraxi*	at pcmcia? function ?		# Xircom CreditCard Ethernet
4821.32Stakemuraawi*	at pcmcia? function ?		# WLI-PCM
4831.74Smattan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
4841.1Stakemura
4851.49Stakemura# PCMCIA Serial interfaces
4861.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
4871.1Stakemura
4881.49Stakemura# PCMCIA SCSI interfaces
4891.1Stakemuraaic*	at pcmcia? function ?
4901.49Stakemuraesp*	at pcmcia? function ?		# NCR53c406 SCSI
4911.49Stakemura
4921.49Stakemura# ATAPI bus support
4931.141Slukematapibus* at atapi?
4941.49Stakemuracd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
4951.49Stakemurasd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
4961.49Stakemura
4971.49Stakemura# SCSI bus support
4981.1Stakemurascsibus* at aic?
4991.49Stakemurascsibus* at esp?
5001.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
5011.49Stakemuracd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
5021.102Such
5031.102Such# USB Hubs
5041.102Suchusb*	at ohci?
5051.102Suchuhub*	at usb?
5061.102Suchuhub*	at uhub? port ? configuration ? interface ?
5071.102Such
5081.102Such# USB HID device
5091.102Suchuhidev*	at uhub? port ? configuration ? interface ?
5101.102Such
5111.102Such# USB Mice
5121.102Suchums*	at uhidev? reportid ?
5131.102Suchwsmouse*	at ums? mux 0
5141.102Such
5151.102Such# USB Keyboards
5161.102Suchukbd*	at uhidev? reportid ?
5171.102Suchwskbd*	at ukbd? console ? mux 1
5181.102Such
5191.102Such# USB Generic HID devices
5201.102Suchuhid*	at uhidev? reportid ?
5211.102Such
5221.102Such# USB Printer
5231.102Suchulpt*	at uhub? port ? configuration ? interface ?
5241.102Such
5251.102Such# USB Modem
5261.102Suchumodem*	at uhub? port ? configuration ?
5271.102Suchucom*	at umodem?
5281.102Such
5291.102Such# USB Mass Storage
5301.102Suchumass*	at uhub? port ? configuration ? interface ?
5311.140Sbouyeratapibus* at umass?
5321.102Suchscsibus* at umass? channel ?
5331.102Such
5341.102Such# USB audio
5351.102Suchuaudio*	at uhub? port ? configuration ?
5361.102Such
5371.102Such# USB MIDI
5381.102Suchumidi* at uhub? port ? configuration ?
5391.102Such
5401.102Such# USB IrDA bridges
5411.102Such#uirda* at uhub? port ? configuration ? interface ?
5421.102Such#irframe* at uirda?
5431.102Such
5441.102Such# USB Ethernet adapters
5451.102Suchaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
5461.102Suchcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
5471.102Suchkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
5481.135Saugustssuax*	at uhub? port ?		# ASIX AX88172 based adapters
5491.135Saugustssurl*	at uhub? port ?		# Realtek RTL8150L based adapters
5501.139Sitojunudav*	at uhub? port ?		# Davicom DM9601 based adapters
5511.124Stakemura
5521.124Stakemura# MII/PHY support
5531.124Stakemuraukphy*	at mii? phy ?		# generic unknown PHYs
5541.102Such
5551.102Such# Prolofic PL2301/PL2302 host-to-host adapter
5561.102Suchupl*	at uhub? port ?
5571.102Such
5581.102Such# Serial adapters
5591.102Such# FTDI FT8U100AX serial adapter
5601.102Suchuftdi*	at uhub? port ?
5611.102Suchucom*	at uftdi? portno ?
5621.102Such
5631.102Suchuplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
5641.102Suchucom*	at uplcom? portno ?
5651.102Such
5661.102Suchumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
5671.102Suchucom*	at umct? portno ?
5681.102Such
5691.102Such# Diamond Multimedia Rio 500
5701.102Suchurio*	at uhub? port ?
5711.102Such
5721.102Such# USB Handspring Visor
5731.102Suchuvisor*	at uhub? port ?
5741.102Suchucom*	at uvisor?
5751.102Such
5761.102Such# USB scanners
5771.102Suchuscanner* at uhub? port ?
5781.102Such
5791.102Such# USB scanners that use SCSI emulation, e.g., HP5300
5801.102Suchusscanner* at uhub? port ?
5811.102Suchscsibus* at usscanner? channel ?
5821.102Such
5831.102Such# Y@P firmware loader
5841.102Suchuyap* at uhub? port ?
5851.102Such
5861.102Such# USB Generic driver
5871.102Suchugen*	at uhub? port ?
5881.102Such
5891.102Suchaudio*	at uaudio?
5901.102Such
5911.102Such# Pseudo-Devices
5921.1Stakemura
5931.1Stakemurapseudo-device	loop		1	# network loopback
5941.10Senamipseudo-device	ppp		2	# serial-line IP ports
5951.101Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5961.66Sjdolecekpseudo-device	pty			# pseudo-terminals
5971.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
5981.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
5991.1Stakemura
6001.1Stakemurapseudo-device	vnd		4	# virtual disk ick
6011.54Sshin#pseudo-device	ccd		4	# concatenated disks
6021.131Selric#pseudo-device	cgd		4	# cryptographic disks
6031.97Slukempseudo-device	rnd			# /dev/random and in-kernel generator
6041.128Slukempseudo-device	clockctl		# user control of clock subsystem
6051.1Stakemura
6061.1Stakemurapseudo-device	biconsdev	1	# build-in console device
6071.96Saugustsspseudo-device	wsmux			# mouse & keyboard multiplexor
6081.49Stakemura#pseudo-device	md		1	# memory disk device (ramdisk)
6091.49Stakemura
6101.103Soster#pseudo-device	raid		8	# RAIDframe disk driver
6111.92Senami#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
6121.103Soster# Options to enable various other RAIDframe RAID types.
6131.103Soster# options	RF_INCLUDE_EVENODD=1
6141.103Soster# options	RF_INCLUDE_RAID5_RS=1
6151.103Soster# options	RF_INCLUDE_PARITYLOGGING=1
6161.103Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
6171.103Soster# options	RF_INCLUDE_INTERDECLUSTER=1
6181.103Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
6191.103Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
6201.13Sjun
6211.13Sjun# for IPv6
6221.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
6231.15Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
6241.44Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
6251.90Shubertf
6261.90Shubertf## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
6271.90Shubertfpseudo-device	vlan
6281.93Satatat
6291.93Satatat## Simple inter-network traffic bridging
6301.99Satatatpseudo-device	bridge
6311.136Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
6321.138Sraggepseudo-device	ksyms			# /dev/ksyms
633