HPW650PA revision 1.10
11.10Slukem#	$NetBSD: HPW650PA,v 1.10 2002/06/17 05:14:12 lukem Exp $
21.1Such#
31.1Such#	HITACHI PERSONA HPW650PA
41.1Such#
51.1Such
61.1Suchinclude 	"arch/hpcsh/conf/std.hpcsh"
71.9Satatat
81.9Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Such
101.1Suchmaxusers	32			# estimated number of users
111.1Such
121.1Suchoptions 	KLOADER_KERNEL_PATH="\"/netbsd\""
131.1Suchoptions		KLOADER_DEBUG
141.1Such
151.5Suchoptions		SH4			# SH7750V 128MHz
161.4Suchoptions 	PCLOCK=32000000		# 32MHz
171.1Such
181.7Suchoptions		HPC_DEBUG_INTERRUPT_MONITOR
191.2Suchoptions		HPC_DEBUG_LCD
201.1Such
211.1Suchoptions 	DDB			# in-kernel debugger
221.4Such#options 	KGDB			# in-kernel debugger
231.4Such#options 	"KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
241.4Such#makeoptions	DEBUG="-g"	# compile full symbol table
251.1Suchoptions 	DIAGNOSTIC		# extra kernel debugging checks
261.1Suchoptions 	DEBUG			# extra kernel debugging support
271.1Suchoptions 	KTRACE			# system call tracing support
281.1Such
291.8Sgmcgarry#options 	USERCONF		# userconf(4) support
301.1Suchoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
311.1Such
321.1Such# Executable format options
331.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
341.1Suchoptions 	EXEC_ELF32	# 32-bit ELF executables
351.1Such
361.1Such# File systems
371.1Suchfile-system 	FFS		# UFS
381.1Suchfile-system 	MSDOSFS		# MS-DOS file system
391.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
401.1Such
411.1Such# Networking options
421.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
431.1Suchoptions 	INET6		# IPV6
441.1Suchoptions 	NFS_BOOT_DHCP
451.1Such
461.1Such# Kernel root file system and dump configuration.
471.1Suchconfig		netbsd	root on ? type ?
481.1Such
491.1Suchoptions 	WSEMUL_VT100
501.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=1
511.1Suchoptions 	FONT_VT220L8x10
521.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
531.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
541.1Such
551.1Such#
561.1Such# Device configuration
571.1Such#
581.1Suchmainbus0 at root
591.1Such
601.7Suchcpu*		at mainbus?
611.7Suchshb*		at mainbus?
621.1Suchbivideo*	at mainbus0
631.7Such
641.1Suchhpcfb*		at bivideo?
651.1Suchwsdisplay*	at hpcfb?
661.1Such
671.7Suchhd64465if*	at shb?
681.1Suchcom*		at hd64465if?
691.1Suchhd64465pcmcia*	at hd64465if?
701.1Such
711.1Such# PCMCIA bus support
721.1Suchpcmcia* at hd64465pcmcia? controller ? socket ?
731.1Such
741.1Such# PCMCIA network interfaces
751.1Suchne*	at pcmcia? function ?		# NE2000-compatible Ethernet
761.1Suchukphy*	at mii? phy ?			# generic unknown PHYs
771.1Such
781.1Such# PCMCIA IDE disk
791.1Suchwdc*	at pcmcia? function ?
801.1Suchwd*	at wdc? channel ? drive ? flags 0x0000
811.1Such
821.1Such# Pseudo-Devices
831.1Suchpseudo-device	biconsdev	1	# build-in console device
841.1Suchpseudo-device	pty			# pseudo-terminals
851.1Such
861.1Suchpseudo-device	bpfilter	1	# Berkeley packet filter
871.1Suchpseudo-device	loop			# network loopback
881.1Suchpseudo-device	rnd			# /dev/random and in-kernel generator
891.10Slukempseudo-device	clockctl		# user control of clock subsystem
90