GENERIC revision 1.23
11.23Sgmcgarry# $NetBSD: GENERIC,v 1.23 2002/04/12 08:11:00 gmcgarry 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.1Such
301.1Suchmaxusers	32			# estimated number of users
311.1Such
321.19Suchoptions		SH3
331.20Such#
341.20Such# PCLOCK is estimated by kernel.
351.20Such#				PCLOCK		CPU CLOCK
361.20Such#	HP Jornada 680/690	22.22MHz	133MHz
371.20Such#	HP HP620LX		18.75MHz	75MMHz
381.20Such#	HITACHI HPW50PA		25MHz		100MHz
391.20Such#
401.1Such
411.1Suchoptions 	DDB			# in-kernel debugger
421.21Such#options 	KGDB			# in-kernel debugger
431.21Such#makeoptions	DEBUG="-g"	# compile full symbol table
441.21Such#options	KGDB_DEVRATE=19200
451.21Such# HP Jornada
461.21Such#options 	"KGDB_DEVNAME=\"scif\""
471.21Such# HITACHI PERSONA (SH3)
481.21Such#options 	"KGDB_DEVNAME=\"hd64461uart\""
491.21Such# HITACHI PERSONA (SH4)
501.21Such#options 	"KGDB_DEVNAME=\"hd64465uart\""
511.21Such
521.22Such#options	HPC_DEBUG_INTERRUPT_MONITOR
531.22Such#options	KSTACK_DEBUG
541.19Suchoptions 	DIAGNOSTIC		# extra kernel debugging checks
551.19Suchoptions 	DEBUG			# extra kernel debugging support
561.21Such#options 	KTRACE			# system call tracing support
571.20Suchoptions 	KLOADER_KERNEL_PATH="\"/netbsd\""
581.1Such
591.1Such# Standard system options
601.1Suchoptions 	RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
611.1Such
621.15Such#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
631.23Sgmcgarry#options 	USERCONF		# userconf(4) support
641.18Suchoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
651.1Such
661.1Such# Executable format options
671.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
681.1Suchoptions 	EXEC_ELF32	# 32-bit ELF executables
691.1Such
701.1Such# File systems
711.1Suchfile-system 	FFS		# UFS
721.1Suchfile-system 	MSDOSFS		# MS-DOS file system
731.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
741.22Suchfile-system 	UNION		# union file system
751.22Suchfile-system 	KERNFS		# /kern
761.22Suchfile-system 	PROCFS		# /proc
771.1Such
781.1Such# File system options
791.1Such
801.1Such# Networking options
811.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
821.9Suchoptions 	INET6		# IPV6
831.9Such
841.1Suchoptions 	NFS_BOOT_DHCP
851.1Such
861.1Such# Kernel root file system and dump configuration.
871.1Suchconfig		netbsd	root on ? type ?
881.1Such
891.1Suchoptions 	WSEMUL_VT100
901.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=4
911.1Suchoptions 	FONT_VT220L8x10
921.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
931.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
941.1Such
951.1Such#
961.1Such# Device configuration
971.1Such#
981.1Suchmainbus0 at root
991.1Such
1001.22Suchcpu*		at mainbus?
1011.22Suchshb*		at mainbus?
1021.22Suchpfckbd*		at mainbus?
1031.1Such
1041.1Such#
1051.1Such# Workstation Console attachments
1061.1Such#
1071.3Suchhpcfb*		at hd64461video?
1081.1Suchwsdisplay*	at hpcfb?
1091.22Such
1101.1Suchhpckbd*		at pfckbd?
1111.1Suchwskbd*		at hpckbd? mux 1
1121.1Such
1131.1Such#
1141.1Such# HP Jornada
1151.1Such#
1161.1Such# Serial Devices
1171.1Such# don't need to define SCICONSOLE. you can select from bootloader.
1181.11Slukemoptions 	SCIFCN_SPEED=19200
1191.21Suchscif0 at shb?
1201.1Such
1211.21Suchhd64461if* at shb?
1221.20Suchhd64461pcmcia*	at hd64461if?
1231.20Suchhd64461video*	at hd64461if?
1241.1Such
1251.18Such#
1261.18Such# HITACHI PERSONA (HPW-50PAD, HPQ-650PA)
1271.18Such#
1281.20Suchcom0		at hd64461if?
1291.20Such
1301.1Such#
1311.1Such# machine independent part
1321.1Such#
1331.1Such# PCMCIA bus support
1341.1Suchpcmcia0 at hd64461pcmcia? controller 0 socket ?	# I/O card, memory card
1351.1Suchpcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only
1361.1Such
1371.1Such# PCMCIA network interfaces
1381.1Suchne*	at pcmcia0 function ?		# NE2000-compatible Ethernet
1391.1Suchmbe*	at pcmcia0 function ?		# MB8696x based Ethernet
1401.22Such
1411.5Suchukphy*	at mii? phy ?			# generic unknown PHYs
1421.1Such
1431.1Such# PCMCIA IDE disk
1441.1Such# PC-Card slot
1451.1Suchwdc1	at pcmcia0 function ?
1461.1Suchwd*	at wdc1 channel ? drive ? flags 0x0000
1471.11Slukem# Compact Flash slot (only memory mapped mode CF can attach)
1481.1Suchwdc0	at pcmcia1 function ?
1491.1Suchwd*	at wdc0 channel ? drive ? flags 0x0000
1501.1Such
1511.1Such# Network Interfaces
1521.1Such
1531.1Such# network pseudo-devices
1541.20Suchpseudo-device	bpfilter	2	# Berkeley packet filter
1551.1Suchpseudo-device	loop			# network loopback
1561.1Such
1571.1Such# miscellaneous pseudo-devices
1581.1Suchpseudo-device	pty			# pseudo-terminals
1591.6Skanaokapseudo-device	rnd			# /dev/random and in-kernel generator
1601.1Such
1611.1Such# mouse & keyboard multiplexor pseudo-devices
1621.10Saugustsspseudo-device	wsmux
163