MPC303 revision 1.6
11.1Senami#
21.6Stakemura# 	$NetBSD: MPC303,v 1.6 2002/01/05 06:45:31 takemura 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.6Stakemura#ident 		"GENERIC-$Revision: 1.6 $"
111.1Senami
121.4Suchmaxusers	16
131.1Senami
141.1Senamioptions 	MIPS3			# R4000/R4400/R4600 CPUs
151.1Senami
161.1Senami# Support for specific models of H/PC MIPS
171.1Senamioptions 	MIPS3_4100		# VR4100 core
181.1Senamioptions 	VR41XX			# NEC VR41xx series
191.1Senamioptions 	VR4122			# NEC VR4122
201.1Senamioptions 	MIPS3_L2CACHE_ABSENT
211.1Senami
221.1Senami# Standard system options
231.1Senamioptions 	DDB			# in-kernel debugger
241.1Senami#options 	DDB_ONPANIC=0		# don't enter debugger on panic
251.1Senami#options 	KGDB			# remote debugger
261.1Senamioptions 	DIAGNOSTIC		# extra kernel debugging checks
271.1Senami#options 	DEBUG			# extra kernel debugging support
281.1Senamioptions 	KTRACE			# system call tracing support
291.1Senamioptions 	MSGBUFSIZE=16384	# dmesg buffer size
301.1Senami
311.1Senami## UVM options.
321.1Senami#options 	UVM_PAGE_TRKOWN
331.1Senami#options 	UVMHIST
341.1Senami#options 	UVMHIST_PRINT	# Loud!
351.1Senami
361.1Senami#options 	SCSIVERBOSE		# human readable SCSI error messages
371.1Senami#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
381.1Senami
391.1Senami#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
401.1Senamioptions 	RTC_OFFSET=-540		# JST-9
411.1Senami#options 	RTC_OFFSET=480		# PST8
421.1Senami					# In NO RTC_OFFSET , inherit RTC_OFFSET
431.1Senami					# from Windows CE.
441.1Senamioptions 	NTP			# network time protocol
451.1Senami#options 	UCONSOLE		# users can redirect console (unsafe)
461.1Senami
471.1Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
481.1Senami#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
491.1Senami#options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
501.1Senami
511.1Senami#options 	SYSCALL_DEBUG		# for debug
521.1Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
531.1Senami#options 	HPCMIPS_FLUSHCACHE_XXX	# for debug
541.1Senami
551.1Senami# Filesystem options
561.1Senamifile-system 	FFS		# fast filesystem with user and group quotas
571.1Senamifile-system 	MFS		# memory-based filesystem
581.1Senamifile-system 	NFS		# Sun NFS-compatible filesystem (client)
591.1Senami#file-system	LFS		# Log-based filesystem (still experimental)
601.1Senamifile-system 	CD9660		# ISO 9660 + Rock Ridge file system
611.1Senamifile-system 	MSDOSFS		# MS-DOS file system
621.1Senami#file-system 	FDESC		# /dev/fd
631.1Senamifile-system 	KERNFS		# /kern (kernel informational filesystem)
641.1Senami#file-system 	NULLFS		# loopback file system
651.1Senami#file-system 	OVERLAY		# overlay file system
661.1Senami#file-system 	PORTAL		# portal filesystem (still experimental)
671.1Senamifile-system 	PROCFS		# /proc
681.1Senami#file-system 	UMAPFS		# NULLFS + uid and gid remapping
691.1Senamifile-system 	UNION
701.1Senami
711.1Senami#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
721.3Slukemoptions 	SOFTDEP		# FFS soft updates support.
731.1Senami#options 	QUOTA		# UFS quotas
741.1Senamioptions 	VNODE_OP_NOINLINE # don't inline vnode op calls
751.1Senami
761.1Senami# Networking options
771.1Senami#options 	GATEWAY		# IP packet forwarding
781.1Senamioptions 	INET		# IP + ICMP + TCP + UDP
791.1Senamioptions 	INET6		# IPV6
801.1Senami#options 	IPSEC		# IP security
811.1Senami#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
821.1Senami#options 	IPSEC_DEBUG	# debug for IP security
831.1Senami#options 	MROUTING	# Multicast routing support
841.1Senami#options 	ISO		# OSI networking
851.1Senami#options 	TPIP		# TPIP
861.1Senami#options 	EON		# OSI tunneling over IP
871.1Senami#options 	CCITT,LLC,HDLC	# X.25
881.1Senami
891.1Senami# NetBSD backwards compatibility
901.1Senamioptions 	COMPAT_43
911.1Senami
921.1Senami#options 	NFS_BOOT_DHCP
931.6Stakemura#options 	NFS_BOOT_BOOTP
941.1Senamioptions 	NFS_BOOT_BOOTPARAM
951.1Senami
961.1Senamioptions 	VR_FIND_DRAMLIM=0x03800000
971.1Senami
981.1Senami#config		netbsd		root on ? type ?
991.1Senamiconfig		netbsd		root on aue0 type nfs
1001.1Senami
1011.1Senami# WS console uses SUN or VT100 terminal emulation
1021.1Senamioptions 	WSEMUL_VT100
1031.1Senami#options 	WSDISPLAY_DEFAULTSCREENS=4
1041.1Senami#options 	FONT_VT220L8x8
1051.1Senamioptions 	FONT_VT220L8x10
1061.1Senami# compatibility to other console drivers
1071.1Senamioptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1081.1Senamioptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1091.1Senamioptions 	WSDISPLAY_COMPAT_USL		# VT handling
1101.1Senamioptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1111.1Senami#
1121.1Senami# Hpckbd will set key board layout appropriately. You can use option
1131.1Senami# 'PCKBD_LAYOUT' to overrite the default layout.
1141.1Senami#
1151.3Slukem#options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
1161.1Senami
1171.1Senami# temporally power management
1181.1Senamihpcapm0	at mainbus0			# power management
1191.1Senamiapmdev0	at hpcapm0			# APM
1201.1Senami
1211.1Senamivrip*	at mainbus0
1221.1Senamivrbcu*	at vrip? addr 0x0f000000 size 0x20
1231.1Senamivrcmu*	at vrip? addr 0x0f000060 size 0x20
1241.1Senamivrrtc*	at vrip? addr 0x0f000100 size 0x20 intr 2
1251.1Senami
1261.3Slukem#vrkiu*	at vrip? addr 0x0b000180 size 0x20 intr 7
1271.1Senami#hpckbd*	at vrkiu?
1281.1Senamicom*	at vrip? addr 0x0f000800 size 0x20 intr 9 pwctl PWCTL_COM0
1291.1Senamivrgiu*	at vrip? addr 0x0f000140 size 0x20 intr 8
1301.1Senamivrpmu*	at vrip? addr 0x0f0000c0 size 0x20 intr 1 # power switch
1311.1Senami#vrdsu*	at vrip? addr 0x0b0000e0 size 0x08
1321.1Senami#vrpiu*	at vrip? addr 0x0b000120 size 0x1a0 intr 5
1331.3Slukemvrled*	at vrip? addr 0x0f000180 size 0x10 intr 17
1341.1Senamivrpciu*	at vrip? addr 0x0f000c00 size 0x200 intr 22
1351.1Senami
1361.1Senami# PCI bus support
1371.1Senamioptions 	PCIVERBOSE
1381.1Senamipci*	at vrpciu?
1391.1Senami
1401.1Senami# MQ200
1411.1Senami#mqvideo0 at pci? dev ? function ?
1421.1Senami#hpcfb*		at	mqvideo?
1431.1Senami
1441.1Senami# VRC4173
1451.1Senamivrc4173bcu* at pci? dev ? function ?	# VRC4173 BCU
1461.1Senami#vrc4173cmu* at vrc4173bcu?		# VRC4173 CMU
1471.1Senami#vrc4173piu* at vrc4173bcu?		# VRC4173 PIU
1481.1Senami#vrc4173kiu* at vrc4173bcu?		# VRC4173 KIU
1491.1Senami
1501.1Senami#vrc4173cardu* at pci? dev ? function ?	# VRC4173 CARDU
1511.1Senami#pcmcia*	at vrc4173cardu?
1521.1Senami
1531.1Senami# PCI USB controllers
1541.1Senamiohci*	at pci?	dev ? function ?	# Open Host Controller
1551.1Senamioptions 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
1561.1Senami
1571.1Senami# USB bus support
1581.1Senamiusb*	at ohci?
1591.1Senami
1601.1Senami# USB Hubs
1611.1Senamiuhub*	at usb?
1621.1Senamiuhub*	at uhub? port ? configuration ? interface ?
1631.1Senami
1641.1Senami# USB Generic driver
1651.1Senamiugen*	at uhub? port ?
1661.1Senami
1671.1Senami# USB Ethernet adapters
1681.1Senamiaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
1691.1Senami
1701.1Senami# MII/PHY support
1711.1Senamiukphy*	at mii? phy ?			# generic unknown PHYs
1721.1Senami
1731.1Senamioptions 	MQ200_DEBUG
1741.1Senami#options 	MQ200_USECRT
1751.1Senami#mqvideo0 at vrip? addr 0x0a000000 size 0x800000	# MQ200 video controller
1761.1Senami#hpcfb*		at	mqvideo?
1771.1Senami
1781.1Senami#ite8181video0 at vrip? addr 0x0a000000 size 0x800000 # ITE8181 video controller
1791.1Senami#hpcfb*		at	ite8181video?
1801.1Senami
1811.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_430
1821.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_510
1831.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520
1841.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_520A
1851.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530
1861.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_SIGMARION
1871.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_530A
1881.3Slukem#vrc4172pwm*	at vrip? addr 0x15003880 size 0x6 platform NEC_MCR_700
1891.1Senami
1901.1Senami# Workstation Console attachments
1911.1Senamibivideo0	at	mainbus0
1921.1Senamihpcfb*		at	bivideo0
1931.1Senamiwsdisplay*	at	hpcfb?
1941.1Senami#wskbd*		at	hpckbd? mux 1
1951.1Senami#wsmouse*	at	vrpiu? mux 0
1961.1Senamibtnmgr0		at	mainbus0
1971.1Senamiwskbd*		at	btnmgr0 mux 1
1981.1Senami
1991.1Senami#
2001.1Senami# hpcmips isa? bus irq locator means:
2011.1Senami#
2021.1Senami# 0x0000000f ISA IRQ#
2031.1Senami# 0x00ff0000 GPIO port#
2041.1Senami# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
2051.1Senami# 0x02000000 interrupt detection level		(1:low /0:high	)
2061.1Senami# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
2071.1Senami
2081.1Senami#
2091.1Senami# MC-R300, MC-R500
2101.1Senami# Button to GPIO port # mapping
2111.1Senami#  + REC button       : 4
2121.1Senami#  + Open/Close button: 6
2131.1Senami# (PCIC-ISA : 9)
2141.1Senami# (COM power:14)
2151.1Senami#
2161.1Senami# MC-R510
2171.1Senami# Button to GPIO port # mapping
2181.1Senami#  + Open/Close button: 3
2191.1Senami# (PCIC-ISA : 9)
2201.1Senami# (COM power:14)
2211.1Senami#
2221.1Senami# MC-R530
2231.1Senami# Button to GPIO port # mapping
2241.1Senami#  + Open/Close button: 3
2251.1Senami#  + Application button: 2
2261.1Senami# (PCIC-ISA : 9)
2271.1Senami# (COM power:46)
2281.1Senami#
2291.1Senami# MC-R700
2301.1Senami# Button to GPIO port # mapping
2311.1Senami#  + Open/Close button: 3
2321.1Senami# (PCIC-ISA : 9)
2331.1Senami# (COM power:46)
2341.1Senami#
2351.1Senami# MC-CS
2361.1Senami# Button to GPIO port # mapping
2371.1Senami# (PCIC-ISA : 9)
2381.1Senami# (COM power:14)
2391.1Senami#
2401.1Senami# IBM WorkPad z50
2411.1Senami# Button to GPIO port # mapping
2421.1Senami#  + REC button       : 1
2431.1Senami#  + Application button?      : 2
2441.1Senami# (PCIC-ISA : 9)
2451.1Senami#
2461.1Senamibutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
2471.1Senamibutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
2481.3Slukembutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0
2491.1Senamibutton1 at vrgiu? platform NEC_MCR_430 id BTN_COVER port 3
2501.1Senamibutton1 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
2511.1Senamibutton1 at vrgiu? platform NEC_MCR_520 id BTN_COVER port 3
2521.1Senami#button1 at vrgiu? platform NEC_MCR_520A id BTN_COVER port 3
2531.1Senamibutton1 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
2541.1Senami#button1 at vrgiu? platform NEC_MCR_530A id BTN_COVER port 3
2551.1Senamibutton1 at vrgiu? platform NEC_MCR_SIGMARION id BTN_COVER port 3
2561.1Senamibutton1 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
2571.1Senamibutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
2581.1Senamibutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
2591.1Senamibutton2 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
2601.1Senamibutton2 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
2611.1Senamibutton3 at vrgiu? platform NEC_MCCS id BTN_LIGHT port 8
2621.1Senamipwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
2631.1Senamipwctl0 at vrgiu? platform NEC_MCR_430 id PWCTL_COM0 port 46
2641.1Senamipwctl0 at vrgiu? platform NEC_MCR_500 id PWCTL_COM0 port 14
2651.1Senamipwctl0 at vrgiu? platform NEC_MCR_530 id PWCTL_COM0 port 46
2661.1Senamipwctl0 at vrgiu? platform NEC_MCR_530A id PWCTL_COM0 port 46
2671.1Senami#pwctl0 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM0 port 46
2681.1Senamipwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
2691.1Senamipwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
2701.1Senamipwctl1 at vrgiu? platform NEC_MCR_300 id PWCTL_LCDLIGHT port 45
2711.1Senamipwctl1 at vrgiu? platform NEC_MCR_FORDOCOMO id PWCTL_LCDLIGHT port 45
2721.1Senamipwctl1 at vrgiu? platform NEC_MCR_500 id PWCTL_LCDLIGHT port 45
2731.1Senamipwctl1 at vrgiu? platform NEC_MCCS id PWCTL_LCDLIGHT port 45
2741.1Senamipwctl2 at vrgiu? platform NEC_MCR_300 id PWCTL_LCD port 10
2751.1Senamipwctl2 at vrgiu? platform NEC_MCR_FORDOCOMO id PWCTL_LCD port 10
2761.1Senamipwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
2771.1Senamipwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
2781.1Senamipwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
2791.1Senamipwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
2801.1Senamipwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12
2811.1Senamipwctl3 at vrgiu? platform NEC_MCR_510 id PWCTL_SPEAKER port 44
2821.1Senamipwctl3 at vrgiu? platform NEC_MCR_520 id PWCTL_SPEAKER port 44
2831.1Senami#pwctl3 at vrgiu? platform NEC_MCR_520A id PWCTL_SPEAKER port 44
2841.1Senamipwctl3 at vrgiu? platform NEC_MCR_530 id PWCTL_SPEAKER port 44
2851.1Senami#pwctl3 at vrgiu? platform NEC_MCR_530A id PWCTL_SPEAKER port 44
2861.1Senami#pwctl3 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_SPEAKER port 44
2871.1Senamipwctl3 at vrgiu? platform IBM_WORKPAD id PWCTL_SPEAKER port 49
2881.1Senami#pwctl4 at vrgiu? platform NEC_MCR_430 id PWCTL_COM1 port 47
2891.1Senami#pwctl4 at vrgiu? platform NEC_MCR_530 id PWCTL_COM1 port 47
2901.1Senami#pwctl4 at vrgiu? platform NEC_MCR_SIGMARION id PWCTL_COM1 port 47
2911.1Senamivrisab0 at vrgiu? platform NEC_MCR
2921.1Senamivrisab0 at vrgiu? platform NEC_MCCS
2931.1Senamivrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
2941.1Senamiisa0	at vrisab0
2951.1Senamipcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
2961.1Senami#
2971.1Senami# Freestyle
2981.1Senami# Button to GPIO port # mapping
2991.1Senami#    +---------+
3001.1Senami# 1 +|         |
3011.1Senami#    |         |+ 7
3021.1Senami#    |         |
3031.1Senami#20 +|   LCD   |+ 4
3041.1Senami#    |         | + 6
3051.1Senami# 8 +|         |+ 5
3061.1Senami#    |         |
3071.1Senami#    |         |+----Power On/Off (connected to PMU)
3081.1Senami#    +---------+
3091.1Senami#          +9
3101.1Senami#        +12 +10
3111.1Senami#          +11
3121.1Senami# (PCIC-ISA : 23)
3131.1Senamibutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
3141.1Senamibutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
3151.1Senamibutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
3161.1Senamibutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
3171.1Senamibutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
3181.1Senamibutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
3191.1Senamibutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
3201.1Senamibutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
3211.1Senamibutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
3221.1Senamibutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
3231.1Senamibutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
3241.1Senamivrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
3251.1Senamiisa1	at vrisab1
3261.1Senamipcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
3271.1Senami
3281.1Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
3291.1Senami
3301.1Senami#
3311.1Senami# Fujitsu INTERTOP CX300
3321.1Senami#
3331.3Slukempwctl0	at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
3341.1Senamivrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
3351.3Slukemisa2	at vrisab2
3361.3Slukempcic0	at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
3371.1Senami
3381.1Senami#
3391.1Senami# Vadem Clio and Sharp Tripad
3401.1Senami#
3411.3Slukemvrisab3	at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
3421.3Slukemvrisab3	at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000
3431.3Slukemisa3	at vrisab3
3441.3Slukempcic0	at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
3451.1Senami
3461.1Senami#
3471.1Senami# CASIO CASSIOPEIA E55 and for DoCoMo
3481.1Senami#
3491.3Slukembutton0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
3501.3Slukembutton1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
3511.3Slukembutton2	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
3521.3Slukembutton3	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
3531.3Slukembutton4	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
3541.3Slukembutton5	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
3551.3Slukembutton6	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
3561.3Slukembutton7	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
3571.3Slukempwctl0	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
3581.3Slukempwctl1	at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
3591.1Senami
3601.1Senami# 'CF hack' for all CASSIOPEIA E series
3611.3Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
3621.3Slukemvrisab4	at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
3631.3Slukemisa4	at vrisab4
3641.3Slukemwdc0	at isa4 port 0x170 irq 0x02000003 flags 0x0002	# single drive
3651.1Senami
3661.1Senami#
3671.1Senami# Fujitsu PenCentra 130
3681.1Senami#
3691.1Senamivrc4172gpio0 at vrgiu? platform FUJITSU_PENCENTRA_130 addr 0x15001080 size 0x4a port 10
3701.3Slukemvrisab5	at vrc4172gpio0 isaportoffset 0x1000000
3711.1Senamiisa5	at vrisab5
3721.3Slukempcic0	at isa5 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00010003
3731.6Stakemura
3741.6Stakemura#
3751.6Stakemura# SigmarionII
3761.6Stakemura#
3771.6Stakemuracom*	at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
3781.6Stakemuravrisab6	at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf780f800
3791.6Stakemuraisa6	at vrisab6
3801.6Stakemurane*	at isa6 port 0x300 irq  0x00090003 # port 9, active high and thorough
3811.6Stakemura#wdc*	at isa6 port 0x170 irq 0x00090003 flags 0x0002  # single drive
3821.1Senami
3831.1Senami# PCMCIA bus support
3841.1Senamipcmcia*	at pcic? controller 0 socket ?
3851.1Senami
3861.1Senami# PCMCIA IDE disk
3871.1Senamiwdc*	at pcmcia? function ?
3881.1Senamiwd*	at wdc? channel ? drive ? flags 0x0000
3891.1Senami
3901.1Senami# PCMCIA network interfaces
3911.1Senamiep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3921.1Senamimbe*	at pcmcia? function ?		# MB8696x based Ethernet
3931.1Senamine*	at pcmcia? function ?		# NE2000-compatible Ethernet
3941.1Senamiray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
3951.1Senamism*	at pcmcia? function ?		# Megahertz Ethernet
3961.1Senamiwi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
3971.1Senamiawi*	at pcmcia? function ?		# WLI-PCM
3981.1Senamian*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
3991.1Senami
4001.1Senami# PCMCIA Serial interfaces
4011.1Senamicom*	at pcmcia? function ?		# Modems and serial cards
4021.1Senami
4031.1Senami# PCMCIA SCSI interfaces
4041.1Senamiaic*	at pcmcia? function ?
4051.1Senamiesp*	at pcmcia? function ?		# NCR53c406 SCSI
4061.1Senami
4071.1Senami# ATAPI bus support
4081.1Senamiatapibus* at wdc? channel ?
4091.1Senamicd*	at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
4101.1Senamisd*	at atapibus? drive ? flags 0x0000 # ATAPI disk drives
4111.1Senami
4121.1Senami# SCSI bus support
4131.1Senamiscsibus* at aic?
4141.1Senamiscsibus* at esp?
4151.1Senamisd*	at scsibus? target ? lun ?	# SCSI disk drives
4161.1Senamicd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
4171.1Senami
4181.1Senamipseudo-device	loop		1	# network loopback
4191.1Senamipseudo-device	ppp		2	# serial-line IP ports
4201.1Senamipseudo-device	pty			# pseudo-terminals
4211.1Senamipseudo-device	bpfilter	16	# packet filter ports
4221.1Senamipseudo-device	ipfilter		# IP filter, NAT
4231.1Senami
4241.1Senamipseudo-device	vnd		4	# virtual disk ick
4251.1Senami#pseudo-device	ccd		4	# concatenated disks
4261.3Slukempseudo-device	rnd			# /dev/random and in-kernel generator
4271.1Senami
4281.1Senamipseudo-device	biconsdev	1	# build-in console device
4291.2Saugustsspseudo-device	wsmux			# mouse & keyboard multiplexor
4301.1Senamioptions 	MEMORY_DISK_HOOKS
4311.1Senamioptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
4321.1Senamioptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
4331.1Senamioptions 	MEMORY_DISK_DYNAMIC	# fs image don't exist in data section.
4341.1Senamipseudo-device	md		1	# memory disk device (ramdisk)
4351.1Senami
4361.1Senami#pseudo-device	raid		4	# RAIDframe disk driver
4371.3Slukem#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4381.1Senami
4391.1Senami# for IPv6
4401.1Senamipseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
4411.1Senami#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
4421.1Senami#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
4431.1Senami
4441.1Senami## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
4451.1Senamipseudo-device	vlan
446