MPC303 revision 1.50
11.1Senami#
21.50Ssimonb# 	$NetBSD: MPC303,v 1.50 2008/07/31 07:41:01 simonb Exp $
31.1Senami# 	From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
41.1Senami#
51.1Senami# Kernel configuration file for Victor MP-C303; enami's test machine.
61.1Senami#
71.1Senami
81.1Senamiinclude		"arch/hpcmips/conf/std.hpcmips"
91.1Senami
101.17Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
111.17Satatat
121.50Ssimonb#ident 		"GENERIC-$Revision: 1.50 $"
131.1Senami
141.4Suchmaxusers	16
151.1Senami
161.1Senamioptions 	MIPS3			# R4000/R4400/R4600 CPUs
171.1Senami
181.1Senami# Support for specific models of H/PC MIPS
191.26Stvmakeoptions	CPUFLAGS="-mips3"	# CPU codegen options
201.1Senamioptions 	MIPS3_4100		# VR4100 core
211.1Senamioptions 	VR41XX			# NEC VR41xx series
221.1Senamioptions 	VR4122			# NEC VR4122
231.1Senami
241.1Senami# Standard system options
251.1Senamioptions 	DDB			# in-kernel debugger
261.1Senami#options 	DDB_ONPANIC=0		# don't enter debugger on panic
271.1Senami#options 	KGDB			# remote debugger
281.1Senamioptions 	DIAGNOSTIC		# extra kernel debugging checks
291.1Senami#options 	DEBUG			# extra kernel debugging support
301.1Senamioptions 	KTRACE			# system call tracing support
311.1Senamioptions 	MSGBUFSIZE=16384	# dmesg buffer size
321.19Slukemoptions 	USERCONF		# userconf(4) support
331.16Sgmcgarry#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
341.27Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
351.1Senami
361.1Senami## UVM options.
371.1Senami#options 	UVM_PAGE_TRKOWN
381.1Senami#options 	UVMHIST
391.1Senami#options 	UVMHIST_PRINT	# Loud!
401.1Senami
411.1Senami#options 	SCSIVERBOSE		# human readable SCSI error messages
421.1Senami#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
431.1Senami
441.1Senami#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
451.1Senamioptions 	RTC_OFFSET=-540		# JST-9
461.1Senami#options 	RTC_OFFSET=480		# PST8
471.1Senami					# In NO RTC_OFFSET , inherit RTC_OFFSET
481.1Senami					# from Windows CE.
491.1Senamioptions 	NTP			# network time protocol
501.1Senami
511.1Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
521.1Senami#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
531.1Senami#options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
541.1Senami
551.1Senami#options 	SYSCALL_DEBUG		# for debug
561.1Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
571.1Senami
581.1Senami# Filesystem options
591.1Senamifile-system 	FFS		# fast filesystem with user and group quotas
601.1Senamifile-system 	MFS		# memory-based filesystem
611.1Senamifile-system 	NFS		# Sun NFS-compatible filesystem (client)
621.1Senami#file-system	LFS		# Log-based filesystem (still experimental)
631.1Senamifile-system 	CD9660		# ISO 9660 + Rock Ridge file system
641.1Senamifile-system 	MSDOSFS		# MS-DOS file system
651.1Senami#file-system 	FDESC		# /dev/fd
661.1Senamifile-system 	KERNFS		# /kern (kernel informational filesystem)
671.1Senami#file-system 	NULLFS		# loopback file system
681.1Senami#file-system 	OVERLAY		# overlay file system
691.1Senami#file-system 	PORTAL		# portal filesystem (still experimental)
701.1Senamifile-system 	PROCFS		# /proc
711.1Senami#file-system 	UMAPFS		# NULLFS + uid and gid remapping
721.1Senamifile-system 	UNION
731.38Schristosfile-system	PTYFS		# /dev/pts/N support
741.1Senami
751.1Senami#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
761.3Slukemoptions 	SOFTDEP		# FFS soft updates support.
771.50Ssimonboptions 	WAPBL		# File system journaling support - Experimental
781.1Senami#options 	QUOTA		# UFS quotas
791.39Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
801.1Senami
811.1Senami# Networking options
821.1Senami#options 	GATEWAY		# IP packet forwarding
831.1Senamioptions 	INET		# IP + ICMP + TCP + UDP
841.1Senamioptions 	INET6		# IPV6
851.1Senami#options 	IPSEC		# IP security
861.1Senami#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
871.34Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
881.1Senami#options 	IPSEC_DEBUG	# debug for IP security
891.1Senami#options 	MROUTING	# Multicast routing support
901.28Smanu#options 	PIM		# Protocol Independent Multicast
911.1Senami#options 	ISO		# OSI networking
921.1Senami#options 	TPIP		# TPIP
931.1Senami#options 	EON		# OSI tunneling over IP
941.1Senami
951.1Senami# NetBSD backwards compatibility
961.1Senamioptions 	COMPAT_43
971.48Stsutsuioptions 	COMPAT_16
981.48Stsutsuioptions 	COMPAT_20
991.48Stsutsuioptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1001.49Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
1011.30Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1021.1Senami
1031.1Senami#options 	NFS_BOOT_DHCP
1041.6Stakemura#options 	NFS_BOOT_BOOTP
1051.1Senamioptions 	NFS_BOOT_BOOTPARAM
1061.1Senami
1071.1Senamioptions 	VR_FIND_DRAMLIM=0x03800000
1081.9Stakemura
1091.9Stakemura# compile options
1101.20Sshin#makeoptions	DEFGP="-G 14"
1111.1Senami
1121.1Senami#config		netbsd		root on ? type ?
1131.1Senamiconfig		netbsd		root on aue0 type nfs
1141.1Senami
1151.1Senami# WS console uses SUN or VT100 terminal emulation
1161.1Senamioptions 	WSEMUL_VT100
1171.1Senami#options 	WSDISPLAY_DEFAULTSCREENS=4
1181.1Senami#options 	FONT_VT220L8x8
1191.1Senamioptions 	FONT_VT220L8x10
1201.1Senami# compatibility to other console drivers
1211.1Senamioptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1221.1Senamioptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1231.1Senamioptions 	WSDISPLAY_COMPAT_USL		# VT handling
1241.1Senamioptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1251.1Senami#
1261.1Senami# Hpckbd will set key board layout appropriately. You can use option
1271.1Senami# 'PCKBD_LAYOUT' to overrite the default layout.
1281.1Senami#
1291.3Slukem#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
1301.1Senami
1311.1Senami# temporally power management
1321.1Senamihpcapm0	at mainbus0			# power management
1331.1Senamiapmdev0	at hpcapm0			# APM
1341.1Senami
1351.1Senamivrip*	at mainbus0
1361.1Senamivrbcu*	at vrip? addr 0x0f000000 size 0x20
1371.1Senamivrcmu*	at vrip? addr 0x0f000060 size 0x20
1381.11Stakemuravrrtc*	at vrip? addr 0x0f000100 size 0x20 unit VRRTC
1391.1Senami
1401.11Stakemura#vrkiu*	at vrip? addr 0x0b000180 size 0x20 unit VRKIU
1411.1Senami#hpckbd*	at vrkiu?
1421.11Stakemuracom*	at vrip? addr 0x0f000800 size 0x20 unit VRSIU pwctl PWCTL_COM0
1431.11Stakemuravrgiu*	at vrip? addr 0x0f000140 size 0x20 unit VRGIU
1441.11Stakemuravrpmu*	at vrip? addr 0x0f0000c0 size 0x20 unit VRPMU # power switch
1451.1Senami#vrdsu*	at vrip? addr 0x0b0000e0 size 0x08
1461.11Stakemura#vrpiu*	at vrip? addr 0x0b000120 size 0x1a0 unit VRPIU
1471.11Stakemuravrled*	at vrip? addr 0x0f000180 size 0x10 unit VRLED
1481.11Stakemuravrpciu*	at vrip? addr 0x0f000c00 size 0x200 unit VRPCIU
1491.1Senami
1501.1Senami# PCI bus support
1511.1Senamioptions 	PCIVERBOSE
1521.1Senamipci*	at vrpciu?
1531.1Senami
1541.1Senami# MQ200
1551.1Senami#mqvideo0 at pci? dev ? function ?
1561.1Senami#hpcfb*		at	mqvideo?
1571.1Senami
1581.1Senami# VRC4173
1591.1Senamivrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
1601.13Stakemuravrkiu* at vrc4173bcu? addr 0x100 size 0x20 unit VRKIU # VRC4173 KIU
1611.13Stakemurahpckbd*	at vrkiu?
1621.14Stakemuravrpiu* at vrc4173bcu? addr 0x0a0 size 0x20 addr2 0x0c0 size2 0x20 unit VRPIU	# VRC4173 PIU
1631.1Senami
1641.1Senami#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
1651.1Senami#pcmcia*	at vrc4173cardu?
1661.1Senami
1671.1Senami# PCI USB controllers
1681.1Senamiohci*	at pci?	dev ? function ?	# Open Host Controller
1691.1Senamioptions 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
1701.1Senami
1711.1Senami# USB bus support
1721.1Senamiusb*	at ohci?
1731.1Senami
1741.1Senami# USB Hubs
1751.1Senamiuhub*	at usb?
1761.47Sdrochneruhub*	at uhub? port ?
1771.1Senami
1781.7Stakemura# USB HID device
1791.7Stakemura#uhidev*	at uhub? port ? configuration ? interface ?
1801.7Stakemura
1811.7Stakemura# USB Mice
1821.7Stakemura#ums*	at uhidev? reportid ?
1831.7Stakemura#wsmouse*	at ums? mux 0
1841.7Stakemura
1851.7Stakemura# USB Keyboards
1861.7Stakemura#ukbd*	at uhidev? reportid ?
1871.7Stakemura#wskbd*	at ukbd? console ? mux 1
1881.7Stakemura
1891.45Sskrll# USB serial adapter
1901.37Sskrll#ucycom*	at uhidev? reportid ?
1911.37Sskrll
1921.7Stakemura# USB Generic HID devices
1931.7Stakemura#uhid*	at uhidev? reportid ?
1941.7Stakemura
1951.7Stakemura# USB Printer
1961.7Stakemura#ulpt*	at uhub? port ? configuration ? interface ?
1971.7Stakemura
1981.7Stakemura# USB Modem
1991.7Stakemura#umodem*	at uhub? port ? configuration ?
2001.7Stakemura#ucom*	at umodem?
2011.7Stakemura
2021.7Stakemura# USB Mass Storage
2031.7Stakemura#umass*	at uhub? port ? configuration ? interface ?
2041.23Sbouyer#atapibus* at umass?
2051.7Stakemura#scsibus* at umass? channel ?
2061.7Stakemura
2071.1Senami# USB Generic driver
2081.1Senamiugen*	at uhub? port ?
2091.1Senami
2101.1Senami# USB Ethernet adapters
2111.1Senamiaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
2121.29Saugustss#axe*	at uhub? port ?		# ASIX AX88172 based adapters
2131.21Saugustss#url*	at uhub? port ?		# Realtek RTL8150L based adapters
2141.1Senami
2151.1Senami# MII/PHY support
2161.1Senamiukphy*	at mii? phy ?			# generic unknown PHYs
2171.1Senami
2181.1Senamioptions 	MQ200_DEBUG
2191.1Senami#options 	MQ200_USECRT
2201.1Senami#mqvideo0 at vrip? addr 0x0a000000 size 0x800000	# MQ200 video controller
2211.1Senami#hpcfb*		at	mqvideo?
2221.1Senami
2231.1Senami#ite8181video0 at vrip? addr 0x0a000000 size 0x800000 # ITE8181 video controller
2241.1Senami#hpcfb*		at	ite8181video?
2251.1Senami
2261.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_430
2271.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_510
2281.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520
2291.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
2301.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530
2311.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
2321.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
2331.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_700
2341.1Senami
2351.1Senami# Workstation Console attachments
2361.1Senamibivideo0	at	mainbus0
2371.1Senamihpcfb*		at	bivideo0
2381.1Senamiwsdisplay*	at	hpcfb?
2391.13Stakemurawskbd*		at	hpckbd? mux 1
2401.15Sshinwsmouse*	at	vrpiu? mux 0
2411.1Senamibtnmgr0		at	mainbus0
2421.1Senamiwskbd*		at	btnmgr0 mux 1
2431.1Senami
2441.1Senami#
2451.1Senami# hpcmips isa? bus irq locator means:
2461.1Senami#
2471.1Senami# 0x0000000f ISA IRQ#
2481.1Senami# 0x00ff0000 GPIO port#
2491.1Senami# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
2501.1Senami# 0x02000000 interrupt detection level		(1:low /0:high	)
2511.1Senami# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
2521.1Senami
2531.1Senami#
2541.1Senami# MC-R300, MC-R500
2551.1Senami# Button to GPIO port # mapping
2561.1Senami#  + REC button       : 4
2571.1Senami#  + Open/Close button: 6
2581.1Senami# (PCIC-ISA : 9)
2591.1Senami# (COM power:14)
2601.1Senami#
2611.1Senami# MC-R510
2621.1Senami# Button to GPIO port # mapping
2631.1Senami#  + Open/Close button: 3
2641.1Senami# (PCIC-ISA : 9)
2651.1Senami# (COM power:14)
2661.1Senami#
2671.1Senami# MC-R530
2681.1Senami# Button to GPIO port # mapping
2691.1Senami#  + Open/Close button: 3
2701.1Senami#  + Application button: 2
2711.1Senami# (PCIC-ISA : 9)
2721.1Senami# (COM power:46)
2731.1Senami#
2741.1Senami# MC-R700
2751.1Senami# Button to GPIO port # mapping
2761.1Senami#  + Open/Close button: 3
2771.1Senami# (PCIC-ISA : 9)
2781.1Senami# (COM power:46)
2791.1Senami#
2801.1Senami# MC-CS
2811.1Senami# Button to GPIO port # mapping
2821.1Senami# (PCIC-ISA : 9)
2831.1Senami# (COM power:14)
2841.1Senami#
2851.1Senami# IBM WorkPad z50
2861.1Senami# Button to GPIO port # mapping
2871.1Senami#  + REC button       : 1
2881.1Senami#  + Application button?      : 2
2891.1Senami# (PCIC-ISA : 9)
2901.1Senami#
2911.1Senamibutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
2921.1Senamibutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
2931.3Slukembutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
2941.1Senamibutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
2951.1Senamibutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
2961.1Senamibutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
2971.1Senami#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
2981.1Senamibutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
2991.1Senami#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
3001.1Senamibutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
3011.1Senamibutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
3021.1Senamibutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
3031.1Senamibutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
3041.1Senamibutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
3051.1Senamibutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
3061.1Senamibutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
3071.1Senamipwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
3081.1Senamipwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
3091.1Senamipwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
3101.1Senamipwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
3111.1Senamipwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
3121.1Senami#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
3131.1Senamipwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
3141.1Senamipwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
3151.1Senamipwctl1 at vrgiu? platform NEC_MCR_300 id PWCTL_LCDLIGHT port 45
3161.1Senamipwctl1 at vrgiu? platform NEC_MCR_FORDOCOMO id PWCTL_LCDLIGHT port 45
3171.1Senamipwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
3181.1Senamipwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
3191.1Senamipwctl2 at vrgiu? platform NEC_MCR_300 id PWCTL_LCD port 10
3201.1Senamipwctl2 at vrgiu? platform NEC_MCR_FORDOCOMO id PWCTL_LCD port 10
3211.1Senamipwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
3221.1Senamipwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
3231.1Senamipwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
3241.1Senamipwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
3251.1Senamipwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
3261.1Senamipwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
3271.1Senamipwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
3281.1Senami#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
3291.1Senamipwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
3301.1Senami#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
3311.1Senami#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
3321.1Senamipwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
3331.1Senami#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
3341.1Senami#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
3351.1Senami#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
3361.1Senamivrisab0 at vrgiu? platform NEC_MCR
3371.1Senamivrisab0 at vrgiu? platform NEC_MCCS
3381.1Senamivrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
3391.1Senamiisa0	at vrisab0
3401.1Senamipcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
3411.1Senami#
3421.1Senami# Freestyle
3431.1Senami# Button to GPIO port # mapping
3441.1Senami#    +---------+
3451.1Senami# 1 +|         |
3461.1Senami#    |         |+ 7
3471.1Senami#    |         |
3481.1Senami#20 +|   LCD   |+ 4
3491.1Senami#    |         | + 6
3501.1Senami# 8 +|         |+ 5
3511.1Senami#    |         |
3521.1Senami#    |         |+----Power On/Off (connected to PMU)
3531.1Senami#    +---------+
3541.1Senami#          +9
3551.1Senami#        +12 +10
3561.1Senami#          +11
3571.1Senami# (PCIC-ISA : 23)
3581.1Senamibutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
3591.1Senamibutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
3601.1Senamibutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
3611.1Senamibutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
3621.1Senamibutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
3631.1Senamibutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
3641.1Senamibutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
3651.1Senamibutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
3661.1Senamibutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
3671.1Senamibutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
3681.1Senamibutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
3691.1Senamivrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
3701.1Senamiisa1	at vrisab1
3711.1Senamipcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
3721.1Senami
3731.1Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
3741.1Senami
3751.1Senami#
3761.1Senami# Fujitsu INTERTOP CX300
3771.1Senami#
3781.3Slukempwctl0	at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
3791.1Senamivrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
3801.3Slukemisa2	at vrisab2
3811.3Slukempcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
3821.1Senami
3831.1Senami#
3841.1Senami# Vadem Clio and Sharp Tripad
3851.1Senami#
3861.43Stsutsuivrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x0
3871.43Stsutsuivrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x0
3881.3Slukemisa3	at vrisab3
3891.3Slukempcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
3901.1Senami
3911.1Senami#
3921.1Senami# CASIO CASSIOPEIA E55 and for DoCoMo
3931.1Senami#
3941.3Slukembutton0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
3951.3Slukembutton1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
3961.3Slukembutton2	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
3971.3Slukembutton3	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
3981.3Slukembutton4	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
3991.3Slukembutton5	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
4001.3Slukembutton6	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
4011.3Slukembutton7	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
4021.3Slukempwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
4031.3Slukempwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
4041.1Senami
4051.1Senami# 'CF hack' for all CASSIOPEIA E series
4061.3Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
4071.3Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
4081.3Slukemisa4	at vrisab4
4091.3Slukemwdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002	# single drive
4101.1Senami
4111.1Senami#
4121.1Senami# Fujitsu PenCentra 130
4131.1Senami#
4141.1Senamivrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
4151.3Slukemvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
4161.1Senamiisa5	at vrisab5
4171.3Slukempcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
4181.6Stakemura
4191.6Stakemura#
4201.6Stakemura# SigmarionII
4211.6Stakemura#
4221.6Stakemuracom*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
4231.6Stakemuravrisab6	at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf780f800
4241.6Stakemuraisa6	at vrisab6
4251.6Stakemurane*	at isa6 port 0x300 irq  0x00090003 # port 9, active high and thorough
4261.6Stakemura#wdc*	at isa6 port 0x170 irq 0x00090003 flags 0x0002  # single drive
4271.7Stakemurahpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
4281.13Stakemurahpcin*	at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1
4291.7Stakemura
4301.7Stakemura#
4311.7Stakemura# MP-C303/304
4321.7Stakemura#
4331.7Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC303
4341.7Stakemurahpcioman7 at vrgiu? platform VICTOR_INTERLINK_MPC304
4351.13Stakemurahpcin*	at hpcioman7 evtype PCIINTR id PCIINTR_00_19_00 port 1 level 0 hold 1 connect 1
4361.1Senami
4371.1Senami# PCMCIA bus support
4381.1Senamipcmcia*	at pcic? controller 0 socket ?
4391.1Senami
4401.1Senami# PCMCIA IDE disk
4411.1Senamiwdc*	at pcmcia? function ?
4421.24Slukem
4431.24Slukem# ATA (IDE) bus support
4441.24Slukematabus* at ata?
4451.24Slukem
4461.24Slukem# IDE drives
4471.23Sbouyerwd*	at atabus? drive ? flags 0x0000
4481.1Senami
4491.1Senami# PCMCIA network interfaces
4501.1Senamiep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
4511.1Senamimbe*	at pcmcia? function ?		# MB8696x based Ethernet
4521.1Senamine*	at pcmcia? function ?		# NE2000-compatible Ethernet
4531.1Senamiray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
4541.1Senamism*	at pcmcia? function ?		# Megahertz Ethernet
4551.1Senamiwi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
4561.1Senamiawi*	at pcmcia? function ?		# WLI-PCM
4571.1Senamian*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
4581.1Senami
4591.1Senami# PCMCIA Serial interfaces
4601.1Senamicom*	at pcmcia? function ?		# Modems and serial cards
4611.1Senami
4621.1Senami# PCMCIA SCSI interfaces
4631.1Senamiaic*	at pcmcia? function ?
4641.1Senamiesp*	at pcmcia? function ?		# NCR53c406 SCSI
4651.1Senami
4661.1Senami# ATAPI bus support
4671.24Slukematapibus* at atapi?
4681.1Senamicd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
4691.1Senamisd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
4701.1Senami
4711.1Senami# SCSI bus support
4721.1Senamiscsibus* at aic?
4731.1Senamiscsibus* at esp?
4741.1Senamisd*	at scsibus? target ? lun ?	# SCSI disk drives
4751.1Senamicd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
4761.1Senami
4771.1Senamipseudo-device	loop		1	# network loopback
4781.42Scubepseudo-device	ppp			# serial-line IP ports
4791.1Senamipseudo-device	pty			# pseudo-terminals
4801.41Srpaulopseudo-device	bpfilter		# packet filter ports
4811.1Senamipseudo-device	ipfilter		# IP filter, NAT
4821.1Senami
4831.42Scubepseudo-device	vnd			# virtual disk ick
4841.1Senami#pseudo-device	ccd		4	# concatenated disks
4851.3Slukempseudo-device	rnd			# /dev/random and in-kernel generator
4861.18Slukempseudo-device	clockctl		# user control of clock subsystem
4871.1Senami
4881.1Senamipseudo-device	biconsdev	1	# build-in console device
4891.2Saugustsspseudo-device	wsmux			# mouse & keyboard multiplexor
4901.1Senamioptions 	MEMORY_DISK_HOOKS
4911.1Senamioptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
4921.1Senamioptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
4931.1Senamioptions 	MEMORY_DISK_DYNAMIC	# fs image don't exist in data section.
4941.1Senamipseudo-device	md		1	# memory disk device (ramdisk)
4951.1Senami
4961.1Senami#pseudo-device	raid		4	# RAIDframe disk driver
4971.3Slukem#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4981.31Shannken#pseudo-device	fss		4	# file system snapshot device
4991.1Senami
5001.1Senami# for IPv6
5011.42Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
5021.42Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
5031.44Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
5041.1Senami
5051.1Senami## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
5061.1Senamipseudo-device	vlan
507