GENERIC revision 1.17
11.1Stakemura#
21.1Stakemura# Distribution kernel (any  model) kernel config file
31.1Stakemura
41.1Stakemura#
51.17Sshin# 	$NetBSD: GENERIC,v 1.17 1999/11/29 02:20:11 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.16Stakemuravrdsu*	at vrip? addr 0x0b0000e0 size 0x08
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.1Stakemuragpbus0 at vrgiu? platform NEC_MCR_3XX comctrl 14 button1 4 button2 6
1311.1Stakemuragpbus0 at vrgiu? platform NEC_MCR_5XX comctrl 14 button1 4 button2 6
1321.1Stakemuragpbus0 at vrgiu? platform NEC_MCR_7XX comctrl 46
1331.14Sshingpbus0 at vrgiu? platform NEC_MCCS comctrl 14
1341.1Stakemura
1351.1Stakemuravrisab0 at vrgiu? platform NEC_MCR
1361.1Stakemuravrisab0 at vrgiu? platform NEC_MCCS
1371.14Sshinvrisab0 at vrgiu? platform IBM_WORKPAD isaportoffset 0x1000000
1381.1Stakemuraisa0	at vrisab0
1391.1Stakemurapcic0	at isa0 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00090003
1401.1Stakemura#
1411.1Stakemura# Freestyle
1421.1Stakemura# Button to GPIO port # mapping
1431.1Stakemura#    +---------+
1441.1Stakemura# 1 +|         |
1451.1Stakemura#    |         |+ 7
1461.1Stakemura#    |         |
1471.1Stakemura#20 +|   LCD   |+ 4
1481.1Stakemura#    |         | + 6
1491.5Senami# 8 +|         |+ 5
1501.1Stakemura#    |         |
1511.7Such#    |         |+----Power On/Off (connected to PMU)
1521.1Stakemura#    +---------+
1531.1Stakemura#          +9
1541.1Stakemura#        +12 +10
1551.1Stakemura#          +11
1561.1Stakemura# (PCIC-ISA : 23)
1571.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
1581.1Stakemuravrisab1 at vrgiu? platform EVEREX_FREESTYLE isaportoffset 0x1000000
1591.1Stakemuraisa1	at vrisab1
1601.1Stakemurapcic0	at isa1 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00170003
1611.1Stakemura
1621.9Senamioptions 	PCIC_ISA_INTR_ALLOC_MASK=0x0008 # IRQ 3 only (MCR/Freestyle)
1631.1Stakemura#
1641.17Sshin# Fujitsu INTERTOP CX300
1651.17Sshin#
1661.17Sshingpbus2 at vrgiu? platform FUJITSU_INTERTOP comctrl 15
1671.17Sshinvrisab2 at vrgiu? platform FUJITSU_INTERTOP isaportoffset 0x1000000
1681.17Sshinisa2    at vrisab2
1691.17Sshinpcic0   at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
1701.17Sshin#
1711.1Stakemura# Unknown machines
1721.1Stakemura#
1731.17Sshinvrisab3 at vrgiu?
1741.17Sshinisa3	at vrisab3
1751.1Stakemura
1761.1Stakemura# PCMCIA bus support
1771.1Stakemurapcmcia*	at pcic? controller ? socket ?
1781.1Stakemura
1791.1Stakemura# PCMCIA IDE disk
1801.1Stakemurawdc*	at pcmcia? function ?
1811.1Stakemurawd*	at wdc? channel ? drive ? flags 0x0000
1821.1Stakemura
1831.1Stakemura# ATAPI bus support
1841.1Stakemuraatapibus* at wdc? channel ?
1851.1Stakemura
1861.1Stakemura# PCMCIA network interfaces
1871.1Stakemuraep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1881.1Stakemurambe*	at pcmcia? function ?		# MB8696x based Ethernet
1891.1Stakemurane*	at pcmcia? function ?		# NE2000-compatible Ethernet
1901.1Stakemurasm*	at pcmcia? function ?		# Megahertz Ethernet
1911.1Stakemura
1921.1Stakemuracom*	at pcmcia? function ?		# Modems and serial cards
1931.1Stakemura
1941.1Stakemuraaic*	at pcmcia? function ?
1951.1Stakemurascsibus* at aic?
1961.1Stakemurasd*	at scsibus? target ? lun ?	# SCSI disk drives
1971.1Stakemura
1981.1Stakemurapseudo-device	loop		1	# network loopback
1991.10Senamipseudo-device	ppp		2	# serial-line IP ports
2001.1Stakemurapseudo-device	pty		64	# pseudo ptys
2011.1Stakemurapseudo-device	bpfilter	16	# packet filter ports
2021.1Stakemurapseudo-device	ipfilter		# IP filter, NAT
2031.1Stakemura
2041.1Stakemurapseudo-device	vnd		4	# virtual disk ick
2051.10Senamipseudo-device	ccd		4	# concatenated disks
2061.1Stakemura
2071.1Stakemurapseudo-device	biconsdev	1	# build-in console device
2081.13Sjun
2091.13Sjun# for IPv6
2101.13Sjunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2111.15Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
212