GENERIC revision 1.19
11.1Stakemura#
21.1Stakemura# Distribution kernel (any  model) kernel config file
31.1Stakemura
41.1Stakemura#
51.19Stakemura# 	$NetBSD: GENERIC,v 1.19 1999/12/28 03:15:16 takemura 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.9Senamioptions 	SOFTFLOAT		# No FPU
171.9Senamioptions 	MIPS3_L2CACHE_ABSENT
181.1Stakemura
191.1Stakemura# Standard system options
201.1Stakemuraoptions 	DDB			# in-kernel debugger
211.1Stakemura#options 	DDB_ONPANIC=0		# don't enter debugger on panic
221.1Stakemura#options 	DIAGNOSTIC		# extra kernel debugging checks
231.1Stakemura#options 	DEBUG			# extra kernel debugging support
241.1Stakemuraoptions 	KTRACE			# system call tracing support
251.6Senamioptions 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
261.1Stakemura
271.9Senamioptions 	SCSIVERBOSE		# human readable SCSI error messages
281.9Senamioptions 	PCMCIAVERBOSE		# verbose PCMCIA configuration messages
291.1Stakemura
301.11Ssato#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
311.9Senami#options 	RTC_OFFSET=-540		# JST-9
321.9Senami#options 	RTC_OFFSET=480		# PST8
331.1Stakemuraoptions 	NTP			# network time protocol
341.1Stakemura#options 	UCONSOLE		# users can redirect console (unsafe)
351.1Stakemura
361.9Senami#options 	WINCE_DEFAULT_SETTING	# Debugging use
371.9Senami#options 	DUMP_GIU_LEVEL2_INTR	# Debugging use
381.9Senami#options 	DEBUG_FIND_PCIC		# Debugging use XXX harmful don't define until read source.
391.9Senami
401.9Senami#options 	SYSCALL_DEBUG		# for debug
411.9Senami#options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
421.9Senami#options 	HPCMIPS_FLUSHCACHE_XXX	# for debug
431.9Senami#options 	MIPS_16K_PAGE		# page size is 16KB
441.1Stakemura
451.1Stakemura# Filesystem options
461.1Stakemurafile-system 	FFS             # fast filesystem with user and group quotas
471.1Stakemurafile-system 	MFS		# memory-based filesystem
481.1Stakemurafile-system 	NFS		# Sun NFS-compatible filesystem (client)
491.1Stakemura#file-system	LFS		# Log-based filesystem (still experimental)
501.1Stakemura#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
511.1Stakemura#file-system 	FDESC		# /dev/fd
521.1Stakemurafile-system 	KERNFS		# /kern (kernel informational filesystem)
531.1Stakemura#file-system 	NULLFS		# loopback file system
541.1Stakemura#file-system 	PORTAL		# portal filesystem (still experimental)
551.1Stakemurafile-system 	PROCFS		# /proc
561.1Stakemura#file-system 	UMAPFS		# NULLFS + uid and gid remapping
571.1Stakemurafile-system 	UNION
581.1Stakemura
591.1Stakemura#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
601.12Sfvdl#options 	SOFTDEP         # FFS soft updates support.
611.1Stakemuraoptions 	QUOTA		# UFS quotas
621.1Stakemura
631.13Sjun# Pull in config fragments for kernel crypto.  Use only one of these,
641.13Sjun# and adjust the prefixes as necessary.
651.13Sjun
661.13Sjun#prefix ../crypto-us/sys
671.13Sjun#cinclude "conf/files.crypto-us"
681.13Sjun#prefix
691.13Sjun
701.13Sjun#prefix ../crypto-intl/sys
711.13Sjun#cinclude "conf/files.crypto-intl"
721.13Sjun#prefix
731.13Sjun
741.1Stakemura# Networking options
751.13Sjun#options 	GATEWAY		# IP packet forwarding
761.13Sjunoptions 	INET		# IP + ICMP + TCP + UDP
771.13Sjunoptions 	INET6		# IPV6
781.13Sjun#options 	IPSEC		# IP security
791.13Sjun#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
801.13Sjun#options 	IPSEC_DEBUG	# debug for IP security
811.6Senami#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
821.1Stakemura#options 	MROUTING	# Multicast routing support
831.1Stakemura#options 	ISO		# OSI networking
841.1Stakemura#options 	TPIP		# TPIP
851.1Stakemura#options 	EON		# OSI tunneling over IP
861.1Stakemura#options 	CCITT,LLC,HDLC	# X.25
871.1Stakemura
881.1Stakemura# NetBSD backwards compatibility
891.1Stakemuraoptions 	COMPAT_43, COMPAT_13, COMPAT_14
901.1Stakemuraoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
911.1Stakemura
921.9Senamioptions 	NFS_BOOT_DHCP
931.1Stakemura
941.1Stakemuraconfig		netbsd		root on ? type ?
951.2Sshinconfig		sdnetbsd	root on sd0a type ffs
961.1Stakemuraconfig		nfsnetbsd	root on ? type nfs
971.1Stakemura
981.1Stakemura# WS console uses SUN or VT100 terminal emulation
991.1Stakemuraoptions 	WSEMUL_VT100
1001.9Senamioptions 	WSDISPLAY_DEFAULTSCREENS=4
1011.9Senami#options 	FONT_VT220L8x8
1021.9Senamioptions 	FONT_VT220L8x10
1031.1Stakemura
1041.1Stakemuravrip*	at mainbus0
1051.1Stakemuravrcmu*	at vrip? addr 0x0b000060 size 0x20
1061.1Stakemuravrbcu*	at vrip? addr 0x0b000000 size 0x20
1071.1Stakemuravrrtc*	at vrip? addr 0x0b0000c0 size 0x20 intr 2
1081.1Stakemura
1091.1Stakemuravrkiu*  at vrip? addr 0x0b000180 size 0x20 intr 7
1101.9Senamioptions 	__NO_SOFT_SERIAL_INTERRUPT
1111.1Stakemuracom*	at vrip? addr 0x0c000000 size 0x20 intr 9
1121.1Stakemuravrgiu*	at vrip? addr 0x0b000100 size 0x20 intr 8
1131.1Stakemuravrpmu*	at vrip? addr 0x0b0000a0 size 0x20 intr 1 # power switch
1141.16Stakemuravrdsu*	at vrip? addr 0x0b0000e0 size 0x08
1151.19Stakemuravrpiu*	at vrip? addr 0x0b000120 size 0x1a0 intr 5
1161.19Stakemura
1171.19Stakemura# Workstation Console attachments
1181.19Stakemurafb*		at	mainbus0
1191.19Stakemurawsdisplay*	at	fb?
1201.19Stakemurawskbd*		at	vrkiu? mux 1
1211.19Stakemurawsmouse*	at	vrpiu? mux 0
1221.1Stakemura
1231.1Stakemura#
1241.1Stakemura# MC-R300
1251.1Stakemura# Button to GPIO port # mapping
1261.1Stakemura#  + REC button       : 4
1271.1Stakemura#  + Open/Close button: 6
1281.1Stakemura# (PCIC-ISA : 9)
1291.1Stakemura# (COM power:14)
1301.18Stakemurabutton0 at vrgiu? platform NEC_MCR_3XX id BTN_REC port 4
1311.18Stakemurabutton1 at vrgiu? platform NEC_MCR_3XX id BTN_COVER port 6
1321.18Stakemurabutton0 at vrgiu? platform NEC_MCR_500 id BTN_REC port 4
1331.18Stakemurabutton1 at vrgiu? platform NEC_MCR_500 id BTN_COVER port 6
1341.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_3XX id PWCTL_COM0 port 14
1351.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_5XX id PWCTL_COM0 port 14
1361.18Stakemurapwctl0 at vrgiu? platform NEC_MCR_7XX id PWCTL_COM0 port 46
1371.18Stakemurapwctl0 at vrgiu? platform NEC_MCCS id PWCTL_COM0 port 14
1381.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
1391.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
1401.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
1411.1Stakemuraisa0	at vrisab0
1421.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
1431.1Stakemura#
1441.1Stakemura# Freestyle
1451.1Stakemura# Button to GPIO port # mapping
1461.1Stakemura#    +---------+
1471.1Stakemura# 1 +|         |
1481.1Stakemura#    |         |+ 7
1491.1Stakemura#    |         |
1501.1Stakemura#20 +|   LCD   |+ 4
1511.1Stakemura#    |         | + 6
1521.5Senami# 8 +|         |+ 5
1531.1Stakemura#    |         |
1541.7Such#    |         |+----Power On/Off (connected to PMU)
1551.1Stakemura#    +---------+
1561.1Stakemura#          +9
1571.1Stakemura#        +12 +10
1581.1Stakemura#          +11
1591.1Stakemura# (PCIC-ISA : 23)
1601.18Stakemurabutton0 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP0 port 9
1611.18Stakemurabutton1 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP1 port 10
1621.18Stakemurabutton2 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP2 port 11
1631.18Stakemurabutton3 at vrgiu? platform EVEREX_FREESTYLE id BTN_APP3 port 12
1641.18Stakemurabutton4 at vrgiu? platform EVEREX_FREESTYLE id BTN_CANCEL port 7
1651.18Stakemurabutton5 at vrgiu? platform EVEREX_FREESTYLE id BTN_UP port 4
1661.18Stakemurabutton6 at vrgiu? platform EVEREX_FREESTYLE id BTN_OK port 6
1671.18Stakemurabutton7 at vrgiu? platform EVEREX_FREESTYLE id BTN_DOWN port 5
1681.18Stakemurabutton8 at vrgiu? platform EVEREX_FREESTYLE id BTN_REC port 1
1691.18Stakemurabutton9 at vrgiu? platform EVEREX_FREESTYLE id BTN_LIGHT port 20
1701.18Stakemurabutton10 at vrgiu? platform EVEREX_FREESTYLE id BTN_CONTRAST port 8
1711.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
1721.1Stakemuraisa1	at vrisab1
1731.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
1741.1Stakemura
1751.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
1761.1Stakemura#
1771.17Sshin# Fujitsu INTERTOP CX300
1781.17Sshin#
1791.18Stakemurapwctl0 at vrgiu? platform FUJITSU_INTERTOP id PWCTL_COM0 port 15
1801.17Sshinvrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
1811.17Sshinisa2    at vrisab2
1821.17Sshinpcic0   at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
1831.17Sshin#
1841.1Stakemura# Unknown machines
1851.1Stakemura#
1861.17Sshinvrisab3 at vrgiu?
1871.17Sshinisa3	at vrisab3
1881.1Stakemura
1891.1Stakemura# PCMCIA bus support
1901.1Stakemurapcmcia*	at pcic? controller ? socket ?
1911.1Stakemura
1921.1Stakemura# PCMCIA IDE disk
1931.1Stakemurawdc*	at pcmcia? function ?
1941.1Stakemurawd*	at wdc? channel ? drive ? flags 0x0000
1951.1Stakemura
1961.1Stakemura# ATAPI bus support
1971.1Stakemuraatapibus* at wdc? channel ?
1981.1Stakemura
1991.1Stakemura# PCMCIA network interfaces
2001.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
2011.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
2021.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
2031.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
2041.1Stakemura
2051.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
2061.1Stakemura
2071.1Stakemuraaic*	at pcmcia? function ?
2081.1Stakemurascsibus* at aic?
2091.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
2101.1Stakemura
2111.1Stakemurapseudo-device	loop		1	# network loopback
2121.10Senamipseudo-device	ppp		2	# serial-line IP ports
2131.1Stakemurapseudo-device	pty		64	# pseudo ptys
2141.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
2151.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
2161.1Stakemura
2171.1Stakemurapseudo-device	vnd		4	# virtual disk ick
2181.10Senamipseudo-device	ccd		4	# concatenated disks
2191.1Stakemura
2201.1Stakemurapseudo-device	biconsdev	1	# build-in console device
2211.18Stakemurapseudo-device	btnmgr		1	# button event handler
2221.13Sjun
2231.13Sjun# for IPv6
2241.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2251.15Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
226