GENERIC revision 1.25
11.25Slukem# $NetBSD: GENERIC,v 1.25 2002/06/17 05:14:11 lukem 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.1Such
681.1Such# Executable format options
691.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
701.1Suchoptions 	EXEC_ELF32	# 32-bit ELF executables
711.1Such
721.1Such# File systems
731.1Suchfile-system 	FFS		# UFS
741.1Suchfile-system 	MSDOSFS		# MS-DOS file system
751.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
761.22Suchfile-system 	UNION		# union file system
771.22Suchfile-system 	KERNFS		# /kern
781.22Suchfile-system 	PROCFS		# /proc
791.1Such
801.1Such# File system options
811.1Such
821.1Such# Networking options
831.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
841.9Suchoptions 	INET6		# IPV6
851.9Such
861.1Suchoptions 	NFS_BOOT_DHCP
871.1Such
881.1Such# Kernel root file system and dump configuration.
891.1Suchconfig		netbsd	root on ? type ?
901.1Such
911.1Suchoptions 	WSEMUL_VT100
921.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=4
931.1Suchoptions 	FONT_VT220L8x10
941.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
951.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
961.1Such
971.1Such#
981.1Such# Device configuration
991.1Such#
1001.1Suchmainbus0 at root
1011.1Such
1021.22Suchcpu*		at mainbus?
1031.22Suchshb*		at mainbus?
1041.22Suchpfckbd*		at mainbus?
1051.1Such
1061.1Such#
1071.1Such# Workstation Console attachments
1081.1Such#
1091.3Suchhpcfb*		at hd64461video?
1101.1Suchwsdisplay*	at hpcfb?
1111.22Such
1121.1Suchhpckbd*		at pfckbd?
1131.1Suchwskbd*		at hpckbd? mux 1
1141.1Such
1151.1Such#
1161.1Such# HP Jornada
1171.1Such#
1181.1Such# Serial Devices
1191.1Such# don't need to define SCICONSOLE. you can select from bootloader.
1201.11Slukemoptions 	SCIFCN_SPEED=19200
1211.21Suchscif0 at shb?
1221.1Such
1231.21Suchhd64461if* at shb?
1241.20Suchhd64461pcmcia*	at hd64461if?
1251.20Suchhd64461video*	at hd64461if?
1261.1Such
1271.18Such#
1281.18Such# HITACHI PERSONA (HPW-50PAD, HPQ-650PA)
1291.18Such#
1301.20Suchcom0		at hd64461if?
1311.20Such
1321.1Such#
1331.1Such# machine independent part
1341.1Such#
1351.1Such# PCMCIA bus support
1361.1Suchpcmcia0 at hd64461pcmcia? controller 0 socket ?	# I/O card, memory card
1371.1Suchpcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only
1381.1Such
1391.1Such# PCMCIA network interfaces
1401.1Suchne*	at pcmcia0 function ?		# NE2000-compatible Ethernet
1411.1Suchmbe*	at pcmcia0 function ?		# MB8696x based Ethernet
1421.22Such
1431.5Suchukphy*	at mii? phy ?			# generic unknown PHYs
1441.1Such
1451.1Such# PCMCIA IDE disk
1461.1Such# PC-Card slot
1471.1Suchwdc1	at pcmcia0 function ?
1481.1Suchwd*	at wdc1 channel ? drive ? flags 0x0000
1491.11Slukem# Compact Flash slot (only memory mapped mode CF can attach)
1501.1Suchwdc0	at pcmcia1 function ?
1511.1Suchwd*	at wdc0 channel ? drive ? flags 0x0000
1521.1Such
1531.1Such# Network Interfaces
1541.1Such
1551.1Such# network pseudo-devices
1561.20Suchpseudo-device	bpfilter	2	# Berkeley packet filter
1571.1Suchpseudo-device	loop			# network loopback
1581.1Such
1591.1Such# miscellaneous pseudo-devices
1601.1Suchpseudo-device	pty			# pseudo-terminals
1611.6Skanaokapseudo-device	rnd			# /dev/random and in-kernel generator
1621.25Slukempseudo-device	clockctl		# user control of clock subsystem
1631.1Such
1641.1Such# mouse & keyboard multiplexor pseudo-devices
1651.10Saugustsspseudo-device	wsmux
166