GENERIC revision 1.27
11.1Stakemura#
21.1Stakemura# Distribution kernel (any  model) kernel config file
31.1Stakemura
41.1Stakemura#
51.27Ssato# 	$NetBSD: GENERIC,v 1.27 2000/02/10 08:45:44 sato Exp $
61.1Stakemura#
71.1Stakemurainclude		"arch/hpcmips/conf/std.hpcmips"
81.24Shubertf
91.27Ssato#ident 		"GENERIC-$Revision: 1.27 $"
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.6Senamioptions 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
291.1Stakemura
301.9Senamioptions 	SCSIVERBOSE		# human readable SCSI error messages
311.27Ssato#options 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
321.1Stakemura
331.11Ssato#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
341.9Senami#options 	RTC_OFFSET=-540		# JST-9
351.9Senami#options 	RTC_OFFSET=480		# PST8
361.25Ssato					# In NO RTC_OFFSET , inherit RTC_OFFSET
371.25Ssato					# from Windows CE.
381.1Stakemuraoptions 	NTP			# network time protocol
391.1Stakemura#options 	UCONSOLE		# users can redirect console (unsafe)
401.1Stakemura
411.9Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
421.9Senami#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
431.9Senami#options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
441.9Senami
451.9Senami#options 	SYSCALL_DEBUG		# for debug
461.9Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
471.9Senami#options 	HPCMIPS_FLUSHCACHE_XXX	# for debug
481.9Senami#options 	MIPS_16K_PAGE		# page size is 16KB
491.1Stakemura
501.1Stakemura# Filesystem options
511.1Stakemurafile-system 	FFS             # fast filesystem with user and group quotas
521.1Stakemurafile-system 	MFS		# memory-based filesystem
531.1Stakemurafile-system 	NFS		# Sun NFS-compatible filesystem (client)
541.1Stakemura#file-system	LFS		# Log-based filesystem (still experimental)
551.1Stakemura#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
561.20Sshinfile-system 	MSDOSFS		# MS-DOS file system
571.1Stakemura#file-system 	FDESC		# /dev/fd
581.1Stakemurafile-system 	KERNFS		# /kern (kernel informational filesystem)
591.1Stakemura#file-system 	NULLFS		# loopback file system
601.23Swrstuden#file-system 	OVERLAY		# overlay file system
611.1Stakemura#file-system 	PORTAL		# portal filesystem (still experimental)
621.1Stakemurafile-system 	PROCFS		# /proc
631.1Stakemura#file-system 	UMAPFS		# NULLFS + uid and gid remapping
641.1Stakemurafile-system 	UNION
651.1Stakemura
661.1Stakemura#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
671.12Sfvdl#options 	SOFTDEP         # FFS soft updates support.
681.1Stakemuraoptions 	QUOTA		# UFS quotas
691.1Stakemura
701.13Sjun# Pull in config fragments for kernel crypto.  Use only one of these,
711.13Sjun# and adjust the prefixes as necessary.
721.13Sjun
731.13Sjun#prefix ../crypto-us/sys
741.13Sjun#cinclude "conf/files.crypto-us"
751.13Sjun#prefix
761.13Sjun
771.13Sjun#prefix ../crypto-intl/sys
781.13Sjun#cinclude "conf/files.crypto-intl"
791.13Sjun#prefix
801.13Sjun
811.1Stakemura# Networking options
821.13Sjun#options 	GATEWAY		# IP packet forwarding
831.13Sjunoptions 	INET		# IP + ICMP + TCP + UDP
841.13Sjunoptions 	INET6		# IPV6
851.13Sjun#options 	IPSEC		# IP security
861.13Sjun#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
871.13Sjun#options 	IPSEC_DEBUG	# debug for IP security
881.6Senami#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
891.1Stakemura#options 	MROUTING	# Multicast routing support
901.1Stakemura#options 	ISO		# OSI networking
911.1Stakemura#options 	TPIP		# TPIP
921.1Stakemura#options 	EON		# OSI tunneling over IP
931.1Stakemura#options 	CCITT,LLC,HDLC	# X.25
941.1Stakemura
951.1Stakemura# NetBSD backwards compatibility
961.1Stakemuraoptions 	COMPAT_43, COMPAT_13, COMPAT_14
971.1Stakemuraoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
981.1Stakemura
991.9Senamioptions 	NFS_BOOT_DHCP
1001.1Stakemura
1011.1Stakemuraconfig		netbsd		root on ? type ?
1021.1Stakemura
1031.1Stakemura# WS console uses SUN or VT100 terminal emulation
1041.1Stakemuraoptions 	WSEMUL_VT100
1051.9Senamioptions 	WSDISPLAY_DEFAULTSCREENS=4
1061.9Senami#options 	FONT_VT220L8x8
1071.9Senamioptions 	FONT_VT220L8x10
1081.1Stakemura
1091.1Stakemuravrip*	at mainbus0
1101.1Stakemuravrcmu*	at vrip? addr 0x0b000060 size 0x20
1111.1Stakemuravrbcu*	at vrip? addr 0x0b000000 size 0x20
1121.1Stakemuravrrtc*	at vrip? addr 0x0b0000c0 size 0x20 intr 2
1131.1Stakemura
1141.1Stakemuravrkiu*  at vrip? addr 0x0b000180 size 0x20 intr 7
1151.9Senamioptions 	__NO_SOFT_SERIAL_INTERRUPT
1161.1Stakemuracom*	at vrip? addr 0x0c000000 size 0x20 intr 9
1171.1Stakemuravrgiu*	at vrip? addr 0x0b000100 size 0x20 intr 8
1181.1Stakemuravrpmu*	at vrip? addr 0x0b0000a0 size 0x20 intr 1 # power switch
1191.16Stakemuravrdsu*	at vrip? addr 0x0b0000e0 size 0x08
1201.19Stakemuravrpiu*	at vrip? addr 0x0b000120 size 0x1a0 intr 5
1211.19Stakemura
1221.19Stakemura# Workstation Console attachments
1231.19Stakemurafb*		at	mainbus0
1241.19Stakemurawsdisplay*	at	fb?
1251.19Stakemurawskbd*		at	vrkiu? mux 1
1261.19Stakemurawsmouse*	at	vrpiu? mux 0
1271.1Stakemura
1281.1Stakemura#
1291.27Ssato# MC-R300, MC-R500
1301.1Stakemura# Button to GPIO port # mapping
1311.1Stakemura#  + REC button       : 4
1321.1Stakemura#  + Open/Close button: 6
1331.1Stakemura# (PCIC-ISA : 9)
1341.1Stakemura# (COM power:14)
1351.27Ssato#
1361.27Ssato# MC-R510
1371.27Ssato# Button to GPIO port # mapping
1381.27Ssato#  + Open/Close button: 3
1391.27Ssato# (PCIC-ISA : 9)
1401.27Ssato# (COM power:14)
1411.27Ssato#
1421.27Ssato# MC-R530
1431.27Ssato# Button to GPIO port # mapping
1441.27Ssato#  + Open/Close button: 3
1451.27Ssato#  + Application button: 2
1461.27Ssato# (PCIC-ISA : 9)
1471.27Ssato# (COM power:14)
1481.27Ssato#
1491.27Ssato# MC-R700
1501.27Ssato# Button to GPIO port # mapping
1511.27Ssato#  + Open/Close button: 3
1521.27Ssato# (PCIC-ISA : 9)
1531.27Ssato# (COM power:46)
1541.27Ssato#
1551.27Ssato# MC-CS
1561.27Ssato# Button to GPIO port # mapping
1571.27Ssato# (PCIC-ISA : 9)
1581.27Ssato# (COM power:14)
1591.27Ssato#
1601.27Ssato# IBM WorkPad z50
1611.27Ssato# Button to GPIO port # mapping
1621.27Ssato#  + REC button       : 1
1631.27Ssato#  + Application button?      : 2
1641.27Ssato# (PCIC-ISA : 9)
1651.27Ssato#
1661.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
1671.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
1681.18Stakemurabutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
1691.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
1701.25Ssatobutton0 at vrgiu? platform NEC_MCR_510 id BTN_COVER port 3
1711.25Ssatobutton0 at vrgiu? platform NEC_MCR_530 id BTN_COVER port 3
1721.25Ssatobutton1 at vrgiu? platform NEC_MCR_530 id BTN_APP0  port 2
1731.26Sshinbutton0 at vrgiu? platform NEC_MCR_7XX id BTN_COVER port 3
1741.27Ssatobutton0 at vrgiu? platform IBM_WORKPAD id BTN_REC port 1 active 0 
1751.27Ssatobutton1 at vrgiu? platform IBM_WORKPAD id BTN_APP0  port 2 active 0
1761.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
1771.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_5XX id PWCTL_COM0 port 14
1781.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
1791.18Stakemurapwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
1801.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
1811.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
1821.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
1831.1Stakemuraisa0	at vrisab0
1841.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
1851.1Stakemura#
1861.1Stakemura# Freestyle
1871.1Stakemura# Button to GPIO port # mapping
1881.1Stakemura#    +---------+
1891.1Stakemura# 1 +|         |
1901.1Stakemura#    |         |+ 7
1911.1Stakemura#    |         |
1921.1Stakemura#20 +|   LCD   |+ 4
1931.1Stakemura#    |         | + 6
1941.5Senami# 8 +|         |+ 5
1951.1Stakemura#    |         |
1961.7Such#    |         |+----Power On/Off (connected to PMU)
1971.1Stakemura#    +---------+
1981.1Stakemura#          +9
1991.1Stakemura#        +12 +10
2001.1Stakemura#          +11
2011.1Stakemura# (PCIC-ISA : 23)
2021.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
2031.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
2041.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
2051.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
2061.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
2071.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
2081.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
2091.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
2101.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
2111.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
2121.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
2131.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
2141.1Stakemuraisa1	at vrisab1
2151.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
2161.1Stakemura
2171.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
2181.1Stakemura#
2191.17Sshin# Fujitsu INTERTOP CX300
2201.17Sshin#
2211.18Stakemurapwctl0 at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
2221.17Sshinvrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
2231.17Sshinisa2    at vrisab2
2241.17Sshinpcic0   at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
2251.17Sshin#
2261.21Sshin# Vadem Clio and Sharp Tripad
2271.21Sshin#
2281.21Sshinvrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
2291.21Sshinisa3    at vrisab3
2301.21Sshinpcic0   at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
2311.21Sshin#
2321.1Stakemura# Unknown machines
2331.1Stakemura#
2341.21Sshinvrisab4 at vrgiu?
2351.21Sshinisa4	at vrisab3
2361.1Stakemura
2371.1Stakemura# PCMCIA bus support
2381.1Stakemurapcmcia*	at pcic? controller ? socket ?
2391.1Stakemura
2401.1Stakemura# PCMCIA IDE disk
2411.1Stakemurawdc*	at pcmcia? function ?
2421.1Stakemurawd*	at wdc? channel ? drive ? flags 0x0000
2431.1Stakemura
2441.1Stakemura# ATAPI bus support
2451.1Stakemuraatapibus* at wdc? channel ?
2461.1Stakemura
2471.1Stakemura# PCMCIA network interfaces
2481.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
2491.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
2501.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
2511.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
2521.1Stakemura
2531.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
2541.1Stakemura
2551.1Stakemuraaic*	at pcmcia? function ?
2561.1Stakemurascsibus* at aic?
2571.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
2581.1Stakemura
2591.1Stakemurapseudo-device	loop		1	# network loopback
2601.10Senamipseudo-device	ppp		2	# serial-line IP ports
2611.1Stakemurapseudo-device	pty		64	# pseudo ptys
2621.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
2631.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
2641.1Stakemura
2651.1Stakemurapseudo-device	vnd		4	# virtual disk ick
2661.10Senamipseudo-device	ccd		4	# concatenated disks
2671.1Stakemura
2681.1Stakemurapseudo-device	biconsdev	1	# build-in console device
2691.18Stakemurapseudo-device	btnmgr		1	# button event handler
2701.13Sjun
2711.13Sjun# for IPv6
2721.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2731.15Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
274