GENERIC revision 1.105
11.105Sjdolecek# $NetBSD: GENERIC,v 1.105 2002/01/27 13:23:16 jdolecek 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.105Sjdolecek#ident 		"GENERIC-$Revision: 1.105 $"
261.1Stakemura
271.98Suchmaxusers	16
281.1Stakemura
291.86Ssatooptions 	VR4102			# NEC VR4102
301.86Ssatooptions 	VR4111			# NEC VR4111
311.86Ssatooptions 	VR4121			# NEC VR4121
321.102Suchoptions 	TX392X			# Toshiba TX3922
331.1Stakemura
341.1Stakemura# Standard system options
351.1Stakemuraoptions 	DDB			# in-kernel debugger
361.1Stakemura#options 	DDB_ONPANIC=0		# don't enter debugger on panic
371.86Ssato#options 	KGDB			# remote debugger
381.1Stakemura#options 	DIAGNOSTIC		# extra kernel debugging checks
391.1Stakemura#options 	DEBUG			# extra kernel debugging support
401.1Stakemuraoptions 	KTRACE			# system call tracing support
411.87Ssatooptions 	MSGBUFSIZE=8192		# dmesg buffer size
421.72Stakemura
431.72Stakemura## UVM options.
441.72Stakemura#options 	UVM_PAGE_TRKOWN
451.72Stakemura#options 	UVMHIST
461.72Stakemura#options 	UVMHIST_PRINT	# Loud!
471.1Stakemura
481.54Sshin#options 	SCSIVERBOSE		# human readable SCSI error messages
491.27Ssato#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
501.1Stakemura
511.11Ssato#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
521.9Senami#options 	RTC_OFFSET=-540		# JST-9
531.9Senami#options 	RTC_OFFSET=480		# PST8
541.25Ssato					# In NO RTC_OFFSET , inherit RTC_OFFSET
551.25Ssato					# from Windows CE.
561.1Stakemuraoptions 	NTP			# network time protocol
571.1Stakemura#options 	UCONSOLE		# users can redirect console (unsafe)
581.1Stakemura
591.9Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
601.9Senami
611.9Senami#options 	SYSCALL_DEBUG		# for debug
621.9Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
631.9Senami#options 	HPCMIPS_FLUSHCACHE_XXX	# for debug
641.105Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
651.1Stakemura
661.1Stakemura# Filesystem options
671.92Senamifile-system 	FFS		# fast filesystem with user and group quotas
681.1Stakemurafile-system 	MFS		# memory-based filesystem
691.1Stakemurafile-system 	NFS		# Sun NFS-compatible filesystem (client)
701.1Stakemura#file-system	LFS		# Log-based filesystem (still experimental)
711.54Sshinfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
721.20Sshinfile-system 	MSDOSFS		# MS-DOS file system
731.1Stakemura#file-system 	FDESC		# /dev/fd
741.1Stakemurafile-system 	KERNFS		# /kern (kernel informational filesystem)
751.1Stakemura#file-system 	NULLFS		# loopback file system
761.23Swrstuden#file-system 	OVERLAY		# overlay file system
771.1Stakemura#file-system 	PORTAL		# portal filesystem (still experimental)
781.1Stakemurafile-system 	PROCFS		# /proc
791.1Stakemura#file-system 	UMAPFS		# NULLFS + uid and gid remapping
801.1Stakemurafile-system 	UNION
811.1Stakemura
821.1Stakemura#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
831.92Senamioptions 	SOFTDEP		# FFS soft updates support.
841.54Sshin#options 	QUOTA		# UFS quotas
851.68Sshinoptions 	VNODE_OP_NOINLINE # don't inline vnode op calls
861.13Sjun
871.1Stakemura# Networking options
881.13Sjun#options 	GATEWAY		# IP packet forwarding
891.13Sjunoptions 	INET		# IP + ICMP + TCP + UDP
901.13Sjunoptions 	INET6		# IPV6
911.13Sjun#options 	IPSEC		# IP security
921.13Sjun#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
931.13Sjun#options 	IPSEC_DEBUG	# debug for IP security
941.1Stakemura#options 	MROUTING	# Multicast routing support
951.1Stakemura#options 	ISO		# OSI networking
961.1Stakemura#options 	TPIP		# TPIP
971.1Stakemura#options 	EON		# OSI tunneling over IP
981.1Stakemura#options 	CCITT,LLC,HDLC	# X.25
991.1Stakemura
1001.1Stakemura# NetBSD backwards compatibility
1011.45Suchoptions 	COMPAT_43
1021.1Stakemura
1031.9Senamioptions 	NFS_BOOT_DHCP
1041.104Stakemura
1051.104Stakemura# compile options
1061.104Stakemuramakeoptions	DEFGP="-G 18"
1071.1Stakemura
1081.1Stakemuraconfig		netbsd		root on ? type ?
1091.1Stakemura
1101.1Stakemura# WS console uses SUN or VT100 terminal emulation
1111.1Stakemuraoptions 	WSEMUL_VT100
1121.81Ssato#options 	WSDISPLAY_DEFAULTSCREENS=4
1131.9Senami#options 	FONT_VT220L8x8
1141.9Senamioptions 	FONT_VT220L8x10
1151.48Stakemura# compatibility to other console drivers
1161.48Stakemuraoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1171.48Stakemuraoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1181.48Stakemuraoptions 	WSDISPLAY_COMPAT_USL		# VT handling
1191.48Stakemuraoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1201.71Stakemura#
1211.71Stakemura# Hpckbd will set key board layout appropriately. You can use option
1221.71Stakemura# 'PCKBD_LAYOUT' to overrite the default layout.
1231.71Stakemura#
1241.92Senami#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
1251.57Stakemura
1261.57Stakemura# temporally power management
1271.61Stakemurahpcapm0	at mainbus0			# power management
1281.61Stakemuraapmdev0	at hpcapm0			# APM
1291.1Stakemura
1301.83Stakemuraoptions 	MQ200_DEBUG
1311.83Stakemura#options 	MQ200_USECRT
1321.61Stakemuramqvideo0 at vrip? addr 0x0a000000 size 0x800000	# MQ200 video controller
1331.61Stakemurahpcfb*		at	mqvideo?
1341.69Ssato
1351.69Ssatoite8181video0 at vrip? addr 0x0a000000 size 0x800000 # ITE8181 video controller
1361.69Ssatohpcfb*		at	ite8181video?
1371.77Ssato
1381.97Slukemvrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_430
1391.97Slukemvrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_510
1401.97Slukemvrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520
1411.97Slukemvrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
1421.97Slukemvrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530
1431.97Slukemvrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
1441.97Slukemvrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
1451.97Slukemvrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_700
1461.19Stakemura
1471.1Stakemura#
1481.33Stakemura# hpcmips isa? bus irq locator means:
1491.33Stakemura#
1501.33Stakemura# 0x0000000f ISA IRQ#
1511.33Stakemura# 0x00ff0000 GPIO port#
1521.33Stakemura# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
1531.33Stakemura# 0x02000000 interrupt detection level		(1:low /0:high	)
1541.33Stakemura# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
1551.33Stakemura
1561.33Stakemura#
1571.27Ssato# MC-R300, MC-R500
1581.1Stakemura# Button to GPIO port # mapping
1591.1Stakemura#  + REC button       : 4
1601.1Stakemura#  + Open/Close button: 6
1611.1Stakemura# (PCIC-ISA : 9)
1621.1Stakemura# (COM power:14)
1631.27Ssato#
1641.27Ssato# MC-R510
1651.27Ssato# Button to GPIO port # mapping
1661.27Ssato#  + Open/Close button: 3
1671.27Ssato# (PCIC-ISA : 9)
1681.27Ssato# (COM power:14)
1691.27Ssato#
1701.27Ssato# MC-R530
1711.27Ssato# Button to GPIO port # mapping
1721.27Ssato#  + Open/Close button: 3
1731.27Ssato#  + Application button: 2
1741.27Ssato# (PCIC-ISA : 9)
1751.88Ssato# (COM power:46)
1761.27Ssato#
1771.27Ssato# MC-R700
1781.27Ssato# Button to GPIO port # mapping
1791.27Ssato#  + Open/Close button: 3
1801.27Ssato# (PCIC-ISA : 9)
1811.27Ssato# (COM power:46)
1821.27Ssato#
1831.27Ssato# MC-CS
1841.27Ssato# Button to GPIO port # mapping
1851.27Ssato# (PCIC-ISA : 9)
1861.27Ssato# (COM power:14)
1871.27Ssato#
1881.27Ssato# IBM WorkPad z50
1891.27Ssato# Button to GPIO port # mapping
1901.27Ssato#  + REC button       : 1
1911.27Ssato#  + Application button?      : 2
1921.27Ssato# (PCIC-ISA : 9)
1931.27Ssato#
1941.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
1951.64Ssatobutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
1961.97Slukembutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
1971.79Ssatobutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
1981.64Ssatobutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
1991.64Ssatobutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
2001.88Ssato#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
2011.64Ssatobutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
2021.88Ssato#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
2031.67Ssatobutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
2041.64Ssatobutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
2051.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
2061.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
2071.64Ssatobutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
2081.64Ssatobutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
2091.64Ssatobutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
2101.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
2111.79Ssatopwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
2121.75Ssatopwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
2131.75Ssatopwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
2141.88Ssatopwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
2151.75Ssato#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
2161.64Ssatopwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
2171.64Ssatopwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
2181.95Ssatopwctl1 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCDLIGHT port 45
2191.64Ssatopwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
2201.64Ssatopwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
2211.95Ssatopwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
2221.63Ssatopwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
2231.42Ssatopwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
2241.64Ssatopwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
2251.79Ssatopwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
2261.64Ssatopwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
2271.64Ssatopwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
2281.64Ssatopwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
2291.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
2301.64Ssatopwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
2311.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
2321.88Ssato#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
2331.64Ssatopwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
2341.79Ssato#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
2351.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
2361.75Ssato#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
2371.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
2381.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
2391.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
2401.1Stakemuraisa0	at vrisab0
2411.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
2421.1Stakemura#
2431.1Stakemura# Freestyle
2441.1Stakemura# Button to GPIO port # mapping
2451.1Stakemura#    +---------+
2461.1Stakemura# 1 +|         |
2471.1Stakemura#    |         |+ 7
2481.1Stakemura#    |         |
2491.1Stakemura#20 +|   LCD   |+ 4
2501.1Stakemura#    |         | + 6
2511.5Senami# 8 +|         |+ 5
2521.1Stakemura#    |         |
2531.7Such#    |         |+----Power On/Off (connected to PMU)
2541.1Stakemura#    +---------+
2551.1Stakemura#          +9
2561.1Stakemura#        +12 +10
2571.1Stakemura#          +11
2581.1Stakemura# (PCIC-ISA : 23)
2591.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
2601.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
2611.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
2621.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
2631.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
2641.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
2651.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
2661.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
2671.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
2681.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
2691.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
2701.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
2711.1Stakemuraisa1	at vrisab1
2721.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
2731.1Stakemura
2741.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
2751.31Sjun
2761.1Stakemura#
2771.17Sshin# Fujitsu INTERTOP CX300
2781.17Sshin#
2791.97Slukempwctl0	at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
2801.97Slukemvrisab2	at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
2811.97Slukemisa2	at vrisab2
2821.97Slukempcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
2831.33Stakemura
2841.17Sshin#
2851.21Sshin# Vadem Clio and Sharp Tripad
2861.21Sshin#
2871.97Slukemvrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
2881.97Slukemvrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000
2891.97Slukemisa3	at vrisab3
2901.97Slukempcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
2911.33Stakemura
2921.33Stakemura#
2931.33Stakemura# CASIO CASSIOPEIA E55 and for DoCoMo
2941.33Stakemura#
2951.33Stakemurabutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
2961.33Stakemurabutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
2971.33Stakemurabutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
2981.33Stakemurabutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
2991.33Stakemurabutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
3001.33Stakemurabutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
3011.33Stakemurabutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
3021.33Stakemurabutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
3031.97Slukempwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
3041.97Slukempwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
3051.80Stakemura
3061.80Stakemura# 'CF hack' for all CASSIOPEIA E series
3071.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
3081.97Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
3091.97Slukemisa4	at vrisab4
3101.97Slukemwdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
3111.33Stakemura
3121.21Sshin#
3131.91Stakemura# Fujitsu PenCentra 130
3141.1Stakemura#
3151.91Stakemuravrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
3161.97Slukemvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
3171.91Stakemuraisa5	at vrisab5
3181.97Slukempcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3191.1Stakemura
3201.102Such#
3211.102Such# Sharp Telios HC-AJ1, HC-VJ1C
3221.102Such#
3231.102Suchtxcsbus1	at tx39biu? platform SHARP_TELIOS
3241.102Such
3251.102Such# IO module manager (virtual bridge) DO NOT DELETE
3261.102Suchtxioman* at txsim?
3271.102Such# iochip 0 TX39 internal IO
3281.102Such#	 1 TX39 internal MFIO
3291.102Such#	 2 BETTY IO
3301.102Such#	(3) ITE IO notyet
3311.102Such#	(4) Plum2 IO (EXTPW[0:2]) notyet
3321.102Suchhpcioman1 at txioman? platform SHARP_TELIOS_HCAJ1
3331.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
3341.102Suchhpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
3351.102Suchhpcin*	at hpcioman1 iochip 1 evtype PMEVENT id PME_AC	   port 6  edge 1 # AC-power
3361.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
3371.102Suchhpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_DCD   port 29 edge 3
3381.102Suchhpcout*	at hpcioman1 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
3391.102Such
3401.102Suchhpcioman2 at txioman? platform SHARP_TELIOS_HCVJ1C_JP
3411.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
3421.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
3431.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP2   port 11 edge 1 # Video button
3441.102Suchhpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP3   port 12 edge 1 # Head phone button
3451.102Suchhpcin*	at hpcioman2 iochip 1 evtype PMEVENT id PME_AC     port 6
3461.102Suchhpcin*	at hpcioman2 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
3471.102Suchhpcin*	at hpcioman2 iochip 1 evtype EVENT   id COM0_DCD   port 13 edge 3
3481.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_COM0 port 15
3491.102Suchhpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
3501.102Such
3511.102Suchoptions 	USE_POLL
3521.102Such
3531.102Such# PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
3541.102Suchucb*		at tx39sib? slot 0
3551.102Suchucbtp*		at ucb?
3561.102Suchucbsnd*		at ucb?
3571.102Suchucbio*		at ucb?
3581.102Such
3591.102Such# PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
3601.102Such# chip select: CS1, IRQ: 3:12/4:12 (irq1 108)
3611.102Such# interrupt-mode don't work. use polling mode.
3621.102Suchtc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
3631.102Suchhpckbd*		at tc5165buf?
3641.102Such#wsmouse*	at ucbtp? mux 0
3651.102Such
3661.102Such# TC6358TB(Plum2)
3671.102Such#  register space: CS3,
3681.102Such#  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
3691.102Such#
3701.102Suchplum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
3711.102Suchplumicu*	at plum?
3721.102Suchplumpower*	at plum?
3731.102Suchplumvideo*	at plum?
3741.102Suchhpcfb*		at plumvideo?
3751.102Suchplumpcmcia*	at plum?
3761.102Suchohci*	at plum?
3771.102Such
3781.102Such# Workstation Console attachments
3791.102Suchbivideo0	at	mainbus0
3801.102Suchhpcfb*		at	bivideo0
3811.102Suchwsdisplay*	at	hpcfb?
3821.102Suchwskbd*		at	hpckbd? mux 1
3831.102Suchwsmouse*	at	vrpiu? mux 0
3841.102Suchbtnmgr0		at	mainbus0
3851.102Suchwskbd*		at	btnmgr0 mux 1
3861.102Such
3871.1Stakemura# PCMCIA bus support
3881.102Suchpcmcia* at plumpcmcia? controller ? socket ?
3891.34Sshinpcmcia*	at pcic? controller 0 socket ?
3901.1Stakemura
3911.1Stakemura# PCMCIA IDE disk
3921.1Stakemurawdc*	at pcmcia? function ?
3931.1Stakemurawd*	at wdc? channel ? drive ? flags 0x0000
3941.1Stakemura
3951.1Stakemura# PCMCIA network interfaces
3961.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3971.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
3981.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
3991.76Smycroftray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
4001.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
4011.32Stakemurawi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
4021.32Stakemuraawi*	at pcmcia? function ?		# WLI-PCM
4031.74Smattan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
4041.1Stakemura
4051.49Stakemura# PCMCIA Serial interfaces
4061.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
4071.1Stakemura
4081.49Stakemura# PCMCIA SCSI interfaces
4091.1Stakemuraaic*	at pcmcia? function ?
4101.49Stakemuraesp*	at pcmcia? function ?		# NCR53c406 SCSI
4111.49Stakemura
4121.49Stakemura# ATAPI bus support
4131.49Stakemuraatapibus* at wdc? channel ?
4141.49Stakemuracd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
4151.49Stakemurasd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
4161.49Stakemura
4171.49Stakemura# SCSI bus support
4181.1Stakemurascsibus* at aic?
4191.49Stakemurascsibus* at esp?
4201.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
4211.49Stakemuracd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
4221.102Such
4231.102Such# USB Hubs
4241.102Suchusb*	at ohci?
4251.102Suchuhub*	at usb?
4261.102Suchuhub*	at uhub? port ? configuration ? interface ?
4271.102Such
4281.102Such# USB HID device
4291.102Suchuhidev*	at uhub? port ? configuration ? interface ?
4301.102Such
4311.102Such# USB Mice
4321.102Suchums*	at uhidev? reportid ?
4331.102Suchwsmouse*	at ums? mux 0
4341.102Such
4351.102Such# USB Keyboards
4361.102Suchukbd*	at uhidev? reportid ?
4371.102Suchwskbd*	at ukbd? console ? mux 1
4381.102Such
4391.102Such# USB Generic HID devices
4401.102Suchuhid*	at uhidev? reportid ?
4411.102Such
4421.102Such# USB Printer
4431.102Suchulpt*	at uhub? port ? configuration ? interface ?
4441.102Such
4451.102Such# USB Modem
4461.102Suchumodem*	at uhub? port ? configuration ?
4471.102Suchucom*	at umodem?
4481.102Such
4491.102Such# USB Mass Storage
4501.102Suchumass*	at uhub? port ? configuration ? interface ?
4511.102Suchatapibus* at umass? channel ?
4521.102Suchscsibus* at umass? channel ?
4531.102Such
4541.102Such# USB audio
4551.102Suchuaudio*	at uhub? port ? configuration ?
4561.102Such
4571.102Such# USB MIDI
4581.102Suchumidi* at uhub? port ? configuration ?
4591.102Such
4601.102Such# USB IrDA bridges
4611.102Such#uirda* at uhub? port ? configuration ? interface ?
4621.102Such#irframe* at uirda?
4631.102Such
4641.102Such# USB Ethernet adapters
4651.102Suchaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4661.102Suchcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4671.102Suchkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4681.102Such
4691.102Such# Prolofic PL2301/PL2302 host-to-host adapter
4701.102Suchupl*	at uhub? port ?
4711.102Such
4721.102Such# Serial adapters
4731.102Such# FTDI FT8U100AX serial adapter
4741.102Suchuftdi*	at uhub? port ?
4751.102Suchucom*	at uftdi? portno ?
4761.102Such
4771.102Suchuplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
4781.102Suchucom*	at uplcom? portno ?
4791.102Such
4801.102Suchumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
4811.102Suchucom*	at umct? portno ?
4821.102Such
4831.102Such# Diamond Multimedia Rio 500
4841.102Suchurio*	at uhub? port ?
4851.102Such
4861.102Such# USB Handspring Visor
4871.102Suchuvisor*	at uhub? port ?
4881.102Suchucom*	at uvisor?
4891.102Such
4901.102Such# USB scanners
4911.102Suchuscanner* at uhub? port ?
4921.102Such
4931.102Such# USB scanners that use SCSI emulation, e.g., HP5300
4941.102Suchusscanner* at uhub? port ?
4951.102Suchscsibus* at usscanner? channel ?
4961.102Such
4971.102Such# Y@P firmware loader
4981.102Suchuyap* at uhub? port ?
4991.102Such
5001.102Such# USB Generic driver
5011.102Suchugen*	at uhub? port ?
5021.102Such
5031.102Suchaudio*	at uaudio?
5041.102Such
5051.102Such# Pseudo-Devices
5061.1Stakemura
5071.1Stakemurapseudo-device	loop		1	# network loopback
5081.10Senamipseudo-device	ppp		2	# serial-line IP ports
5091.101Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5101.66Sjdolecekpseudo-device	pty			# pseudo-terminals
5111.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
5121.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
5131.1Stakemura
5141.1Stakemurapseudo-device	vnd		4	# virtual disk ick
5151.54Sshin#pseudo-device	ccd		4	# concatenated disks
5161.97Slukempseudo-device	rnd			# /dev/random and in-kernel generator
5171.1Stakemura
5181.1Stakemurapseudo-device	biconsdev	1	# build-in console device
5191.96Saugustsspseudo-device	wsmux			# mouse & keyboard multiplexor
5201.49Stakemura#pseudo-device	md		1	# memory disk device (ramdisk)
5211.49Stakemura
5221.103Soster#pseudo-device	raid		8	# RAIDframe disk driver
5231.92Senami#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5241.103Soster# Options to enable various other RAIDframe RAID types.
5251.103Soster# options	RF_INCLUDE_EVENODD=1
5261.103Soster# options	RF_INCLUDE_RAID5_RS=1
5271.103Soster# options	RF_INCLUDE_PARITYLOGGING=1
5281.103Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
5291.103Soster# options	RF_INCLUDE_INTERDECLUSTER=1
5301.103Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5311.103Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5321.13Sjun
5331.13Sjun# for IPv6
5341.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
5351.15Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
5361.44Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
5371.90Shubertf
5381.90Shubertf## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
5391.90Shubertfpseudo-device	vlan
5401.93Satatat
5411.93Satatat## Simple inter-network traffic bridging
5421.99Satatatpseudo-device	bridge
543