GENERIC revision 1.26
11.26Stsutsui# $NetBSD: GENERIC,v 1.26 2002/07/22 15:25:12 tsutsui Exp $
21.1Such#
31.13Sgmcgarry# GENERIC machine description file
41.13Sgmcgarry# 
51.13Sgmcgarry# This machine description file is used to generate the default NetBSD
61.13Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.13Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Such#
91.13Sgmcgarry# The machine description file can be customised for your specific
101.13Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.13Sgmcgarry#
121.13Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.13Sgmcgarry# man page.
141.13Sgmcgarry#
151.13Sgmcgarry# For further information on hardware support for this architecture, see
161.13Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.13Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.13Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.13Sgmcgarry# device.
201.1Such
211.20Such#
221.20Such# This kernel supports...
231.20Such#	HP Jornada 680/690
241.20Such#	HP HP620LX
251.20Such#	HITACHI HPW50PA
261.20Such#
271.20Such
281.13Sgmcgarryinclude 	"arch/hpcsh/conf/std.hpcsh"
291.24Satatat
301.24Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
311.1Such
321.1Suchmaxusers	32			# estimated number of users
331.1Such
341.19Suchoptions		SH3
351.20Such#
361.20Such# PCLOCK is estimated by kernel.
371.20Such#				PCLOCK		CPU CLOCK
381.20Such#	HP Jornada 680/690	22.22MHz	133MHz
391.20Such#	HP HP620LX		18.75MHz	75MMHz
401.20Such#	HITACHI HPW50PA		25MHz		100MHz
411.20Such#
421.1Such
431.1Suchoptions 	DDB			# in-kernel debugger
441.21Such#options 	KGDB			# in-kernel debugger
451.21Such#makeoptions	DEBUG="-g"	# compile full symbol table
461.21Such#options	KGDB_DEVRATE=19200
471.21Such# HP Jornada
481.21Such#options 	"KGDB_DEVNAME=\"scif\""
491.21Such# HITACHI PERSONA (SH3)
501.21Such#options 	"KGDB_DEVNAME=\"hd64461uart\""
511.21Such# HITACHI PERSONA (SH4)
521.21Such#options 	"KGDB_DEVNAME=\"hd64465uart\""
531.21Such
541.22Such#options	HPC_DEBUG_INTERRUPT_MONITOR
551.22Such#options	KSTACK_DEBUG
561.19Suchoptions 	DIAGNOSTIC		# extra kernel debugging checks
571.19Suchoptions 	DEBUG			# extra kernel debugging support
581.21Such#options 	KTRACE			# system call tracing support
591.20Suchoptions 	KLOADER_KERNEL_PATH="\"/netbsd\""
601.1Such
611.1Such# Standard system options
621.1Suchoptions 	RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
631.1Such
641.15Such#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
651.23Sgmcgarry#options 	USERCONF		# userconf(4) support
661.18Suchoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
671.26Stsutsui
681.26Stsutsui# Compatibility options
691.26Stsutsui#options 	BSDDISKLABEL_EI	# endian independent disklabel support
701.1Such
711.1Such# Executable format options
721.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
731.1Suchoptions 	EXEC_ELF32	# 32-bit ELF executables
741.1Such
751.1Such# File systems
761.1Suchfile-system 	FFS		# UFS
771.1Suchfile-system 	MSDOSFS		# MS-DOS file system
781.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
791.22Suchfile-system 	UNION		# union file system
801.22Suchfile-system 	KERNFS		# /kern
811.22Suchfile-system 	PROCFS		# /proc
821.1Such
831.1Such# File system options
841.1Such
851.1Such# Networking options
861.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
871.9Suchoptions 	INET6		# IPV6
881.9Such
891.1Suchoptions 	NFS_BOOT_DHCP
901.1Such
911.1Such# Kernel root file system and dump configuration.
921.1Suchconfig		netbsd	root on ? type ?
931.1Such
941.1Suchoptions 	WSEMUL_VT100
951.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=4
961.1Suchoptions 	FONT_VT220L8x10
971.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
981.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
991.1Such
1001.1Such#
1011.1Such# Device configuration
1021.1Such#
1031.1Suchmainbus0 at root
1041.1Such
1051.22Suchcpu*		at mainbus?
1061.22Suchshb*		at mainbus?
1071.22Suchpfckbd*		at mainbus?
1081.1Such
1091.1Such#
1101.1Such# Workstation Console attachments
1111.1Such#
1121.3Suchhpcfb*		at hd64461video?
1131.1Suchwsdisplay*	at hpcfb?
1141.22Such
1151.1Suchhpckbd*		at pfckbd?
1161.1Suchwskbd*		at hpckbd? mux 1
1171.1Such
1181.1Such#
1191.1Such# HP Jornada
1201.1Such#
1211.1Such# Serial Devices
1221.1Such# don't need to define SCICONSOLE. you can select from bootloader.
1231.11Slukemoptions 	SCIFCN_SPEED=19200
1241.21Suchscif0 at shb?
1251.1Such
1261.21Suchhd64461if* at shb?
1271.20Suchhd64461pcmcia*	at hd64461if?
1281.20Suchhd64461video*	at hd64461if?
1291.1Such
1301.18Such#
1311.18Such# HITACHI PERSONA (HPW-50PAD, HPQ-650PA)
1321.18Such#
1331.20Suchcom0		at hd64461if?
1341.20Such
1351.1Such#
1361.1Such# machine independent part
1371.1Such#
1381.1Such# PCMCIA bus support
1391.1Suchpcmcia0 at hd64461pcmcia? controller 0 socket ?	# I/O card, memory card
1401.1Suchpcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only
1411.1Such
1421.1Such# PCMCIA network interfaces
1431.1Suchne*	at pcmcia0 function ?		# NE2000-compatible Ethernet
1441.1Suchmbe*	at pcmcia0 function ?		# MB8696x based Ethernet
1451.22Such
1461.5Suchukphy*	at mii? phy ?			# generic unknown PHYs
1471.1Such
1481.1Such# PCMCIA IDE disk
1491.1Such# PC-Card slot
1501.1Suchwdc1	at pcmcia0 function ?
1511.1Suchwd*	at wdc1 channel ? drive ? flags 0x0000
1521.11Slukem# Compact Flash slot (only memory mapped mode CF can attach)
1531.1Suchwdc0	at pcmcia1 function ?
1541.1Suchwd*	at wdc0 channel ? drive ? flags 0x0000
1551.1Such
1561.1Such# Network Interfaces
1571.1Such
1581.1Such# network pseudo-devices
1591.20Suchpseudo-device	bpfilter	2	# Berkeley packet filter
1601.1Suchpseudo-device	loop			# network loopback
1611.1Such
1621.1Such# miscellaneous pseudo-devices
1631.1Suchpseudo-device	pty			# pseudo-terminals
1641.6Skanaokapseudo-device	rnd			# /dev/random and in-kernel generator
1651.25Slukempseudo-device	clockctl		# user control of clock subsystem
1661.1Such
1671.1Such# mouse & keyboard multiplexor pseudo-devices
1681.10Saugustsspseudo-device	wsmux
169