GENERIC revision 1.14
11.1Stakemura#
21.1Stakemura# Distribution kernel (any  model) kernel config file
31.1Stakemura
41.1Stakemura#
51.14Sshin# 	$NetBSD: GENERIC,v 1.14 1999/11/21 12:47:33 shin 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.1Stakemura# Workstation Console attachments
1051.8Stakemurafb*		at	mainbus0
1061.1Stakemurawsdisplay*	at	fb?
1071.4Stakemurawskbd*		at	vrkiu? mux 1
1081.1Stakemura#wsmouse*	at	pms? mux 0
1091.1Stakemura
1101.1Stakemura
1111.1Stakemuravrip*	at mainbus0
1121.1Stakemuravrcmu*	at vrip? addr 0x0b000060 size 0x20
1131.1Stakemuravrbcu*	at vrip? addr 0x0b000000 size 0x20
1141.1Stakemuravrrtc*	at vrip? addr 0x0b0000c0 size 0x20 intr 2
1151.1Stakemura
1161.1Stakemuravrkiu*  at vrip? addr 0x0b000180 size 0x20 intr 7
1171.9Senamioptions 	__NO_SOFT_SERIAL_INTERRUPT
1181.1Stakemuracom*	at vrip? addr 0x0c000000 size 0x20 intr 9
1191.1Stakemuravrgiu*	at vrip? addr 0x0b000100 size 0x20 intr 8
1201.1Stakemuravrpmu*	at vrip? addr 0x0b0000a0 size 0x20 intr 1 # power switch
1211.1Stakemura
1221.1Stakemura#
1231.1Stakemura# MC-R300
1241.1Stakemura# Button to GPIO port # mapping
1251.1Stakemura#  + REC button       : 4
1261.1Stakemura#  + Open/Close button: 6
1271.1Stakemura# (PCIC-ISA : 9)
1281.1Stakemura# (COM power:14)
1291.1Stakemuragpbus0 at vrgiu? platform NEC_MCR_3XX comctrl 14 button1 4 button2 6
1301.1Stakemuragpbus0 at vrgiu? platform NEC_MCR_5XX comctrl 14 button1 4 button2 6
1311.1Stakemuragpbus0 at vrgiu? platform NEC_MCR_7XX comctrl 46
1321.14Sshingpbus0 at vrgiu? platform NEC_MCCS comctrl 14
1331.1Stakemura
1341.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
1351.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
1361.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
1371.1Stakemuraisa0	at vrisab0
1381.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
1391.1Stakemura#
1401.1Stakemura# Freestyle
1411.1Stakemura# Button to GPIO port # mapping
1421.1Stakemura#    +---------+
1431.1Stakemura# 1 +|         |
1441.1Stakemura#    |         |+ 7
1451.1Stakemura#    |         |
1461.1Stakemura#20 +|   LCD   |+ 4
1471.1Stakemura#    |         | + 6
1481.5Senami# 8 +|         |+ 5
1491.1Stakemura#    |         |
1501.7Such#    |         |+----Power On/Off (connected to PMU)
1511.1Stakemura#    +---------+
1521.1Stakemura#          +9
1531.1Stakemura#        +12 +10
1541.1Stakemura#          +11
1551.1Stakemura# (PCIC-ISA : 23)
1561.1Stakemuragpbus1 at vrgiu? platform EVEREX_FREESTYLE button1 9 button2 10 button3 11 button4 12 button5 7 button6 4  button7 6  button8 5 button9 1 button10 20 button11 8
1571.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
1581.1Stakemuraisa1	at vrisab1
1591.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
1601.1Stakemura
1611.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
1621.1Stakemura#
1631.1Stakemura# Unknown machines
1641.1Stakemura#
1651.1Stakemuravrisab2 at vrgiu?
1661.1Stakemuraisa2	at vrisab2
1671.1Stakemura
1681.1Stakemura# PCMCIA bus support
1691.1Stakemurapcmcia*	at pcic? controller ? socket ?
1701.1Stakemura
1711.1Stakemura# PCMCIA IDE disk
1721.1Stakemurawdc*	at pcmcia? function ?
1731.1Stakemurawd*	at wdc? channel ? drive ? flags 0x0000
1741.1Stakemura
1751.1Stakemura# ATAPI bus support
1761.1Stakemuraatapibus* at wdc? channel ?
1771.1Stakemura
1781.1Stakemura# PCMCIA network interfaces
1791.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1801.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
1811.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
1821.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
1831.1Stakemura
1841.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
1851.1Stakemura
1861.1Stakemuraaic*	at pcmcia? function ?
1871.1Stakemurascsibus* at aic?
1881.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
1891.1Stakemura
1901.1Stakemurapseudo-device	loop		1	# network loopback
1911.10Senamipseudo-device	ppp		2	# serial-line IP ports
1921.1Stakemurapseudo-device	pty		64	# pseudo ptys
1931.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
1941.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
1951.1Stakemura
1961.1Stakemurapseudo-device	vnd		4	# virtual disk ick
1971.10Senamipseudo-device	ccd		4	# concatenated disks
1981.1Stakemura
1991.1Stakemurapseudo-device	biconsdev	1	# build-in console device
2001.13Sjun
2011.13Sjun# for IPv6
2021.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2031.13Sjunpseudo-device	faith		1	# IPv[46] tcp relay translation i/f
204