GENERIC revision 1.23
11.1Stakemura#
21.1Stakemura# Distribution kernel (any  model) kernel config file
31.1Stakemura
41.1Stakemura#
51.23Swrstuden# 	$NetBSD: GENERIC,v 1.23 2000/01/20 19:12:31 wrstuden Exp $
61.1Stakemura#
71.1Stakemurainclude		"arch/hpcmips/conf/std.hpcmips"
81.1Stakemura
91.1Stakemuramaxusers	8
101.1Stakemura
111.1Stakemuraoptions 	MIPS3			# R4000/R4400/R4600 CPUs
121.1Stakemura
131.1Stakemura# Support for specific models of H/PC MIPS
141.1Stakemuraoptions 	VR41X1			# NEC VR41x1 series
151.9Senamioptions 	MIPS3_4100		# VR4100 core
161.22Sshinoptions 	NOFPU			# No FPU
171.22Sshinoptions 	SOFTFLOAT		# emulate FPU insn
181.9Senamioptions 	MIPS3_L2CACHE_ABSENT
191.1Stakemura
201.1Stakemura# Standard system options
211.1Stakemuraoptions 	DDB			# in-kernel debugger
221.1Stakemura#options 	DDB_ONPANIC=0		# don't enter debugger on panic
231.1Stakemura#options 	DIAGNOSTIC		# extra kernel debugging checks
241.1Stakemura#options 	DEBUG			# extra kernel debugging support
251.1Stakemuraoptions 	KTRACE			# system call tracing support
261.6Senamioptions 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
271.1Stakemura
281.9Senamioptions 	SCSIVERBOSE		# human readable SCSI error messages
291.9Senamioptions 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
301.1Stakemura
311.11Ssato#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
321.9Senami#options 	RTC_OFFSET=-540		# JST-9
331.9Senami#options 	RTC_OFFSET=480		# PST8
341.1Stakemuraoptions 	NTP			# network time protocol
351.1Stakemura#options 	UCONSOLE		# users can redirect console (unsafe)
361.1Stakemura
371.9Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
381.9Senami#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
391.9Senami#options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
401.9Senami
411.9Senami#options 	SYSCALL_DEBUG		# for debug
421.9Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
431.9Senami#options 	HPCMIPS_FLUSHCACHE_XXX	# for debug
441.9Senami#options 	MIPS_16K_PAGE		# page size is 16KB
451.1Stakemura
461.1Stakemura# Filesystem options
471.1Stakemurafile-system 	FFS             # fast filesystem with user and group quotas
481.1Stakemurafile-system 	MFS		# memory-based filesystem
491.1Stakemurafile-system 	NFS		# Sun NFS-compatible filesystem (client)
501.1Stakemura#file-system	LFS		# Log-based filesystem (still experimental)
511.1Stakemura#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
521.20Sshinfile-system 	MSDOSFS		# MS-DOS file system
531.1Stakemura#file-system 	FDESC		# /dev/fd
541.1Stakemurafile-system 	KERNFS		# /kern (kernel informational filesystem)
551.1Stakemura#file-system 	NULLFS		# loopback file system
561.23Swrstuden#file-system 	OVERLAY		# overlay file system
571.1Stakemura#file-system 	PORTAL		# portal filesystem (still experimental)
581.1Stakemurafile-system 	PROCFS		# /proc
591.1Stakemura#file-system 	UMAPFS		# NULLFS + uid and gid remapping
601.1Stakemurafile-system 	UNION
611.1Stakemura
621.1Stakemura#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
631.12Sfvdl#options 	SOFTDEP         # FFS soft updates support.
641.1Stakemuraoptions 	QUOTA		# UFS quotas
651.1Stakemura
661.13Sjun# Pull in config fragments for kernel crypto.  Use only one of these,
671.13Sjun# and adjust the prefixes as necessary.
681.13Sjun
691.13Sjun#prefix ../crypto-us/sys
701.13Sjun#cinclude "conf/files.crypto-us"
711.13Sjun#prefix
721.13Sjun
731.13Sjun#prefix ../crypto-intl/sys
741.13Sjun#cinclude "conf/files.crypto-intl"
751.13Sjun#prefix
761.13Sjun
771.1Stakemura# Networking options
781.13Sjun#options 	GATEWAY		# IP packet forwarding
791.13Sjunoptions 	INET		# IP + ICMP + TCP + UDP
801.13Sjunoptions 	INET6		# IPV6
811.13Sjun#options 	IPSEC		# IP security
821.13Sjun#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
831.13Sjun#options 	IPSEC_DEBUG	# debug for IP security
841.6Senami#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
851.1Stakemura#options 	MROUTING	# Multicast routing support
861.1Stakemura#options 	ISO		# OSI networking
871.1Stakemura#options 	TPIP		# TPIP
881.1Stakemura#options 	EON		# OSI tunneling over IP
891.1Stakemura#options 	CCITT,LLC,HDLC	# X.25
901.1Stakemura
911.1Stakemura# NetBSD backwards compatibility
921.1Stakemuraoptions 	COMPAT_43, COMPAT_13, COMPAT_14
931.1Stakemuraoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
941.1Stakemura
951.9Senamioptions 	NFS_BOOT_DHCP
961.1Stakemura
971.1Stakemuraconfig		netbsd		root on ? type ?
981.1Stakemura
991.1Stakemura# WS console uses SUN or VT100 terminal emulation
1001.1Stakemuraoptions 	WSEMUL_VT100
1011.9Senamioptions 	WSDISPLAY_DEFAULTSCREENS=4
1021.9Senami#options 	FONT_VT220L8x8
1031.9Senamioptions 	FONT_VT220L8x10
1041.1Stakemura
1051.1Stakemuravrip*	at mainbus0
1061.1Stakemuravrcmu*	at vrip? addr 0x0b000060 size 0x20
1071.1Stakemuravrbcu*	at vrip? addr 0x0b000000 size 0x20
1081.1Stakemuravrrtc*	at vrip? addr 0x0b0000c0 size 0x20 intr 2
1091.1Stakemura
1101.1Stakemuravrkiu*  at vrip? addr 0x0b000180 size 0x20 intr 7
1111.9Senamioptions 	__NO_SOFT_SERIAL_INTERRUPT
1121.1Stakemuracom*	at vrip? addr 0x0c000000 size 0x20 intr 9
1131.1Stakemuravrgiu*	at vrip? addr 0x0b000100 size 0x20 intr 8
1141.1Stakemuravrpmu*	at vrip? addr 0x0b0000a0 size 0x20 intr 1 # power switch
1151.16Stakemuravrdsu*	at vrip? addr 0x0b0000e0 size 0x08
1161.19Stakemuravrpiu*	at vrip? addr 0x0b000120 size 0x1a0 intr 5
1171.19Stakemura
1181.19Stakemura# Workstation Console attachments
1191.19Stakemurafb*		at	mainbus0
1201.19Stakemurawsdisplay*	at	fb?
1211.19Stakemurawskbd*		at	vrkiu? mux 1
1221.19Stakemurawsmouse*	at	vrpiu? mux 0
1231.1Stakemura
1241.1Stakemura#
1251.1Stakemura# MC-R300
1261.1Stakemura# Button to GPIO port # mapping
1271.1Stakemura#  + REC button       : 4
1281.1Stakemura#  + Open/Close button: 6
1291.1Stakemura# (PCIC-ISA : 9)
1301.1Stakemura# (COM power:14)
1311.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
1321.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
1331.18Stakemurabutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
1341.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
1351.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
1361.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_5XX id PWCTL_COM0 port 14
1371.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
1381.18Stakemurapwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
1391.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
1401.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
1411.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
1421.1Stakemuraisa0	at vrisab0
1431.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
1441.1Stakemura#
1451.1Stakemura# Freestyle
1461.1Stakemura# Button to GPIO port # mapping
1471.1Stakemura#    +---------+
1481.1Stakemura# 1 +|         |
1491.1Stakemura#    |         |+ 7
1501.1Stakemura#    |         |
1511.1Stakemura#20 +|   LCD   |+ 4
1521.1Stakemura#    |         | + 6
1531.5Senami# 8 +|         |+ 5
1541.1Stakemura#    |         |
1551.7Such#    |         |+----Power On/Off (connected to PMU)
1561.1Stakemura#    +---------+
1571.1Stakemura#          +9
1581.1Stakemura#        +12 +10
1591.1Stakemura#          +11
1601.1Stakemura# (PCIC-ISA : 23)
1611.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
1621.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
1631.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
1641.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
1651.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
1661.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
1671.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
1681.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
1691.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
1701.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
1711.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
1721.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
1731.1Stakemuraisa1	at vrisab1
1741.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
1751.1Stakemura
1761.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
1771.1Stakemura#
1781.17Sshin# Fujitsu INTERTOP CX300
1791.17Sshin#
1801.18Stakemurapwctl0 at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
1811.17Sshinvrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
1821.17Sshinisa2    at vrisab2
1831.17Sshinpcic0   at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
1841.17Sshin#
1851.21Sshin# Vadem Clio and Sharp Tripad
1861.21Sshin#
1871.21Sshinvrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
1881.21Sshinisa3    at vrisab3
1891.21Sshinpcic0   at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
1901.21Sshin#
1911.1Stakemura# Unknown machines
1921.1Stakemura#
1931.21Sshinvrisab4 at vrgiu?
1941.21Sshinisa4	at vrisab3
1951.1Stakemura
1961.1Stakemura# PCMCIA bus support
1971.1Stakemurapcmcia*	at pcic? controller ? socket ?
1981.1Stakemura
1991.1Stakemura# PCMCIA IDE disk
2001.1Stakemurawdc*	at pcmcia? function ?
2011.1Stakemurawd*	at wdc? channel ? drive ? flags 0x0000
2021.1Stakemura
2031.1Stakemura# ATAPI bus support
2041.1Stakemuraatapibus* at wdc? channel ?
2051.1Stakemura
2061.1Stakemura# PCMCIA network interfaces
2071.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
2081.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
2091.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
2101.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
2111.1Stakemura
2121.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
2131.1Stakemura
2141.1Stakemuraaic*	at pcmcia? function ?
2151.1Stakemurascsibus* at aic?
2161.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
2171.1Stakemura
2181.1Stakemurapseudo-device	loop		1	# network loopback
2191.10Senamipseudo-device	ppp		2	# serial-line IP ports
2201.1Stakemurapseudo-device	pty		64	# pseudo ptys
2211.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
2221.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
2231.1Stakemura
2241.1Stakemurapseudo-device	vnd		4	# virtual disk ick
2251.10Senamipseudo-device	ccd		4	# concatenated disks
2261.1Stakemura
2271.1Stakemurapseudo-device	biconsdev	1	# build-in console device
2281.18Stakemurapseudo-device	btnmgr		1	# button event handler
2291.13Sjun
2301.13Sjun# for IPv6
2311.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2321.15Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
233