GENERIC revision 1.35
11.1Stakemura#
21.1Stakemura# Distribution kernel (any  model) kernel config file
31.1Stakemura
41.1Stakemura#
51.35Stakemura# 	$NetBSD: GENERIC,v 1.35 2000/03/12 05:04:44 takemura Exp $
61.1Stakemura#
71.1Stakemurainclude		"arch/hpcmips/conf/std.hpcmips"
81.24Shubertf
91.35Stakemura#ident 		"GENERIC-$Revision: 1.35 $"
101.1Stakemura
111.1Stakemuramaxusers	8
121.1Stakemura
131.1Stakemuraoptions 	MIPS3			# R4000/R4400/R4600 CPUs
141.1Stakemura
151.1Stakemura# Support for specific models of H/PC MIPS
161.1Stakemuraoptions 	VR41X1			# NEC VR41x1 series
171.9Senamioptions 	MIPS3_4100		# VR4100 core
181.22Sshinoptions 	NOFPU			# No FPU
191.22Sshinoptions 	SOFTFLOAT		# emulate FPU insn
201.9Senamioptions 	MIPS3_L2CACHE_ABSENT
211.1Stakemura
221.1Stakemura# Standard system options
231.1Stakemuraoptions 	DDB			# in-kernel debugger
241.1Stakemura#options 	DDB_ONPANIC=0		# don't enter debugger on panic
251.1Stakemura#options 	DIAGNOSTIC		# extra kernel debugging checks
261.1Stakemura#options 	DEBUG			# extra kernel debugging support
271.1Stakemuraoptions 	KTRACE			# system call tracing support
281.1Stakemura
291.9Senamioptions 	SCSIVERBOSE		# human readable SCSI error messages
301.27Ssato#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
311.1Stakemura
321.11Ssato#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
331.9Senami#options 	RTC_OFFSET=-540		# JST-9
341.9Senami#options 	RTC_OFFSET=480		# PST8
351.25Ssato					# In NO RTC_OFFSET , inherit RTC_OFFSET
361.25Ssato					# from Windows CE.
371.1Stakemuraoptions 	NTP			# network time protocol
381.1Stakemura#options 	UCONSOLE		# users can redirect console (unsafe)
391.1Stakemura
401.9Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
411.9Senami#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
421.9Senami#options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
431.9Senami
441.9Senami#options 	SYSCALL_DEBUG		# for debug
451.9Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
461.9Senami#options 	HPCMIPS_FLUSHCACHE_XXX	# for debug
471.9Senami#options 	MIPS_16K_PAGE		# page size is 16KB
481.1Stakemura
491.1Stakemura# Filesystem options
501.1Stakemurafile-system 	FFS             # fast filesystem with user and group quotas
511.1Stakemurafile-system 	MFS		# memory-based filesystem
521.1Stakemurafile-system 	NFS		# Sun NFS-compatible filesystem (client)
531.1Stakemura#file-system	LFS		# Log-based filesystem (still experimental)
541.1Stakemura#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
551.20Sshinfile-system 	MSDOSFS		# MS-DOS file system
561.1Stakemura#file-system 	FDESC		# /dev/fd
571.1Stakemurafile-system 	KERNFS		# /kern (kernel informational filesystem)
581.1Stakemura#file-system 	NULLFS		# loopback file system
591.23Swrstuden#file-system 	OVERLAY		# overlay file system
601.1Stakemura#file-system 	PORTAL		# portal filesystem (still experimental)
611.1Stakemurafile-system 	PROCFS		# /proc
621.1Stakemura#file-system 	UMAPFS		# NULLFS + uid and gid remapping
631.1Stakemurafile-system 	UNION
641.1Stakemura
651.1Stakemura#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
661.12Sfvdl#options 	SOFTDEP         # FFS soft updates support.
671.1Stakemuraoptions 	QUOTA		# UFS quotas
681.1Stakemura
691.13Sjun# Pull in config fragments for kernel crypto.  Use only one of these,
701.13Sjun# and adjust the prefixes as necessary.
711.13Sjun
721.13Sjun#prefix ../crypto-us/sys
731.13Sjun#cinclude "conf/files.crypto-us"
741.13Sjun#prefix
751.13Sjun
761.13Sjun#prefix ../crypto-intl/sys
771.13Sjun#cinclude "conf/files.crypto-intl"
781.13Sjun#prefix
791.13Sjun
801.1Stakemura# Networking options
811.13Sjun#options 	GATEWAY		# IP packet forwarding
821.13Sjunoptions 	INET		# IP + ICMP + TCP + UDP
831.13Sjunoptions 	INET6		# IPV6
841.13Sjun#options 	IPSEC		# IP security
851.13Sjun#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
861.13Sjun#options 	IPSEC_DEBUG	# debug for IP security
871.6Senami#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
881.1Stakemura#options 	MROUTING	# Multicast routing support
891.1Stakemura#options 	ISO		# OSI networking
901.1Stakemura#options 	TPIP		# TPIP
911.1Stakemura#options 	EON		# OSI tunneling over IP
921.1Stakemura#options 	CCITT,LLC,HDLC	# X.25
931.1Stakemura
941.1Stakemura# NetBSD backwards compatibility
951.1Stakemuraoptions 	COMPAT_43, COMPAT_13, COMPAT_14
961.1Stakemuraoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
971.1Stakemura
981.9Senamioptions 	NFS_BOOT_DHCP
991.1Stakemura
1001.1Stakemuraconfig		netbsd		root on ? type ?
1011.1Stakemura
1021.1Stakemura# WS console uses SUN or VT100 terminal emulation
1031.1Stakemuraoptions 	WSEMUL_VT100
1041.9Senamioptions 	WSDISPLAY_DEFAULTSCREENS=4
1051.9Senami#options 	FONT_VT220L8x8
1061.9Senamioptions 	FONT_VT220L8x10
1071.1Stakemura
1081.1Stakemuravrip*	at mainbus0
1091.1Stakemuravrcmu*	at vrip? addr 0x0b000060 size 0x20
1101.1Stakemuravrbcu*	at vrip? addr 0x0b000000 size 0x20
1111.1Stakemuravrrtc*	at vrip? addr 0x0b0000c0 size 0x20 intr 2
1121.1Stakemura
1131.1Stakemuravrkiu*  at vrip? addr 0x0b000180 size 0x20 intr 7
1141.9Senamioptions 	__NO_SOFT_SERIAL_INTERRUPT
1151.28Stakemuracom*	at vrip? addr 0x0c000000 size 0x20 intr 9 pwctl PWCTL_COM0
1161.1Stakemuravrgiu*	at vrip? addr 0x0b000100 size 0x20 intr 8
1171.1Stakemuravrpmu*	at vrip? addr 0x0b0000a0 size 0x20 intr 1 # power switch
1181.16Stakemuravrdsu*	at vrip? addr 0x0b0000e0 size 0x08
1191.19Stakemuravrpiu*	at vrip? addr 0x0b000120 size 0x1a0 intr 5
1201.19Stakemura
1211.19Stakemura# Workstation Console attachments
1221.35Stakemura#fb*		at	mainbus0
1231.35Stakemura#wsdisplay*	at	fb?
1241.35Stakemurabivideo0	at	mainbus0
1251.35Stakemurahpcfb*		at	bivideo0
1261.35Stakemurawsdisplay*	at	hpcfb?
1271.19Stakemurawskbd*		at	vrkiu? mux 1
1281.19Stakemurawsmouse*	at	vrpiu? mux 0
1291.1Stakemura
1301.1Stakemura#
1311.33Stakemura# hpcmips isa? bus irq locator means:
1321.33Stakemura#
1331.33Stakemura# 0x0000000f ISA IRQ#
1341.33Stakemura# 0x00ff0000 GPIO port#
1351.33Stakemura# 0x01000000 interrupt signal hold/through	(1:hold/0:though)
1361.33Stakemura# 0x02000000 interrupt detection level		(1:low /0:high	)
1371.33Stakemura# 0x04000000 interrupt detection trigger	(1:edge/0:level	)
1381.33Stakemura
1391.33Stakemura#
1401.27Ssato# MC-R300, MC-R500
1411.1Stakemura# Button to GPIO port # mapping
1421.1Stakemura#  + REC button       : 4
1431.1Stakemura#  + Open/Close button: 6
1441.1Stakemura# (PCIC-ISA : 9)
1451.1Stakemura# (COM power:14)
1461.27Ssato#
1471.27Ssato# MC-R510
1481.27Ssato# Button to GPIO port # mapping
1491.27Ssato#  + Open/Close button: 3
1501.27Ssato# (PCIC-ISA : 9)
1511.27Ssato# (COM power:14)
1521.27Ssato#
1531.27Ssato# MC-R530
1541.27Ssato# Button to GPIO port # mapping
1551.27Ssato#  + Open/Close button: 3
1561.27Ssato#  + Application button: 2
1571.27Ssato# (PCIC-ISA : 9)
1581.27Ssato# (COM power:14)
1591.27Ssato#
1601.27Ssato# MC-R700
1611.27Ssato# Button to GPIO port # mapping
1621.27Ssato#  + Open/Close button: 3
1631.27Ssato# (PCIC-ISA : 9)
1641.27Ssato# (COM power:46)
1651.27Ssato#
1661.27Ssato# MC-CS
1671.27Ssato# Button to GPIO port # mapping
1681.27Ssato# (PCIC-ISA : 9)
1691.27Ssato# (COM power:14)
1701.27Ssato#
1711.27Ssato# IBM WorkPad z50
1721.27Ssato# Button to GPIO port # mapping
1731.27Ssato#  + REC button       : 1
1741.27Ssato#  + Application button?      : 2
1751.27Ssato# (PCIC-ISA : 9)
1761.27Ssato#
1771.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
1781.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
1791.18Stakemurabutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
1801.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
1811.25Ssatobutton0 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
1821.25Ssatobutton0 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
1831.25Ssatobutton1 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
1841.26Sshinbutton0 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
1851.27Ssatobutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0 
1861.27Ssatobutton1 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
1871.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
1881.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_5XX id PWCTL_COM0 port 14
1891.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
1901.18Stakemurapwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
1911.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
1921.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
1931.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
1941.1Stakemuraisa0	at vrisab0
1951.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
1961.1Stakemura#
1971.1Stakemura# Freestyle
1981.1Stakemura# Button to GPIO port # mapping
1991.1Stakemura#    +---------+
2001.1Stakemura# 1 +|         |
2011.1Stakemura#    |         |+ 7
2021.1Stakemura#    |         |
2031.1Stakemura#20 +|   LCD   |+ 4
2041.1Stakemura#    |         | + 6
2051.5Senami# 8 +|         |+ 5
2061.1Stakemura#    |         |
2071.7Such#    |         |+----Power On/Off (connected to PMU)
2081.1Stakemura#    +---------+
2091.1Stakemura#          +9
2101.1Stakemura#        +12 +10
2111.1Stakemura#          +11
2121.1Stakemura# (PCIC-ISA : 23)
2131.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
2141.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
2151.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
2161.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
2171.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
2181.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
2191.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
2201.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
2211.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
2221.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
2231.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
2241.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
2251.1Stakemuraisa1	at vrisab1
2261.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
2271.1Stakemura
2281.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
2291.31Sjun
2301.1Stakemura#
2311.17Sshin# Fujitsu INTERTOP CX300
2321.17Sshin#
2331.18Stakemurapwctl0 at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
2341.17Sshinvrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
2351.17Sshinisa2    at vrisab2
2361.17Sshinpcic0   at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
2371.33Stakemura
2381.17Sshin#
2391.21Sshin# Vadem Clio and Sharp Tripad
2401.21Sshin#
2411.21Sshinvrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
2421.21Sshinisa3    at vrisab3
2431.21Sshinpcic0   at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
2441.33Stakemura
2451.33Stakemura#
2461.33Stakemura# CASIO CASSIOPEIA E55 and for DoCoMo
2471.33Stakemura#
2481.33Stakemurabutton0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_OK active 0 port 6
2491.33Stakemurabutton1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_CANCEL active 0 port 7
2501.33Stakemurabutton2 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP0 active 0 port 8
2511.33Stakemurabutton3 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP1 active 0 port 9
2521.33Stakemurabutton4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP2 active 0 port 10
2531.33Stakemurabutton5 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_APP3 active 0 port 11
2541.33Stakemurabutton6 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_DOWN active 0 port 12
2551.33Stakemurabutton7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
2561.33Stakemuravrisab4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 isaportoffset 0xc000
2571.33Stakemuraisa4    at vrisab4
2581.33Stakemurawdc0    at isa4 port 0x170 irq 0x02000003 flags 0x0010  # AT_POLL
2591.33Stakemura
2601.21Sshin#
2611.1Stakemura# Unknown machines
2621.1Stakemura#
2631.21Sshinvrisab4 at vrgiu?
2641.30Smycroftisa4	at vrisab4
2651.1Stakemura
2661.1Stakemura# PCMCIA bus support
2671.34Sshinpcmcia*	at pcic? controller 0 socket ?
2681.1Stakemura
2691.1Stakemura# PCMCIA IDE disk
2701.1Stakemurawdc*	at pcmcia? function ?
2711.1Stakemurawd*	at wdc? channel ? drive ? flags 0x0000
2721.1Stakemura
2731.1Stakemura# ATAPI bus support
2741.1Stakemuraatapibus* at wdc? channel ?
2751.1Stakemura
2761.1Stakemura# PCMCIA network interfaces
2771.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
2781.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
2791.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
2801.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
2811.32Stakemurawi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
2821.32Stakemuraawi*	at pcmcia? function ?		# WLI-PCM
2831.1Stakemura
2841.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
2851.1Stakemura
2861.1Stakemuraaic*	at pcmcia? function ?
2871.1Stakemurascsibus* at aic?
2881.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
2891.1Stakemura
2901.1Stakemurapseudo-device	loop		1	# network loopback
2911.10Senamipseudo-device	ppp		2	# serial-line IP ports
2921.1Stakemurapseudo-device	pty		64	# pseudo ptys
2931.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
2941.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
2951.1Stakemura
2961.1Stakemurapseudo-device	vnd		4	# virtual disk ick
2971.10Senamipseudo-device	ccd		4	# concatenated disks
2981.1Stakemura
2991.1Stakemurapseudo-device	biconsdev	1	# build-in console device
3001.18Stakemurapseudo-device	btnmgr		1	# button event handler
3011.13Sjun
3021.13Sjun# for IPv6
3031.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3041.15Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
305