HPW650PA revision 1.8
11.8Sgmcgarry#	$NetBSD: HPW650PA,v 1.8 2002/04/12 08:11:00 gmcgarry Exp $
21.1Such#
31.1Such#	HITACHI PERSONA HPW650PA
41.1Such#
51.1Such
61.1Suchinclude 	"arch/hpcsh/conf/std.hpcsh"
71.1Such
81.1Suchmaxusers	32			# estimated number of users
91.1Such
101.1Suchoptions 	KLOADER_KERNEL_PATH="\"/netbsd\""
111.1Suchoptions		KLOADER_DEBUG
121.1Such
131.5Suchoptions		SH4			# SH7750V 128MHz
141.4Suchoptions 	PCLOCK=32000000		# 32MHz
151.1Such
161.7Suchoptions		HPC_DEBUG_INTERRUPT_MONITOR
171.2Suchoptions		HPC_DEBUG_LCD
181.1Such
191.1Suchoptions 	DDB			# in-kernel debugger
201.4Such#options 	KGDB			# in-kernel debugger
211.4Such#options 	"KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
221.4Such#makeoptions	DEBUG="-g"	# compile full symbol table
231.1Suchoptions 	DIAGNOSTIC		# extra kernel debugging checks
241.1Suchoptions 	DEBUG			# extra kernel debugging support
251.1Suchoptions 	KTRACE			# system call tracing support
261.1Such
271.8Sgmcgarry#options 	USERCONF		# userconf(4) support
281.1Suchoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
291.1Such
301.1Such# Executable format options
311.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
321.1Suchoptions 	EXEC_ELF32	# 32-bit ELF executables
331.1Such
341.1Such# File systems
351.1Suchfile-system 	FFS		# UFS
361.1Suchfile-system 	MSDOSFS		# MS-DOS file system
371.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
381.1Such
391.1Such# Networking options
401.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
411.1Suchoptions 	INET6		# IPV6
421.1Suchoptions 	NFS_BOOT_DHCP
431.1Such
441.1Such# Kernel root file system and dump configuration.
451.1Suchconfig		netbsd	root on ? type ?
461.1Such
471.1Suchoptions 	WSEMUL_VT100
481.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=1
491.1Suchoptions 	FONT_VT220L8x10
501.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
511.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
521.1Such
531.1Such#
541.1Such# Device configuration
551.1Such#
561.1Suchmainbus0 at root
571.1Such
581.7Suchcpu*		at mainbus?
591.7Suchshb*		at mainbus?
601.1Suchbivideo*	at mainbus0
611.7Such
621.1Suchhpcfb*		at bivideo?
631.1Suchwsdisplay*	at hpcfb?
641.1Such
651.7Suchhd64465if*	at shb?
661.1Suchcom*		at hd64465if?
671.1Suchhd64465pcmcia*	at hd64465if?
681.1Such
691.1Such# PCMCIA bus support
701.1Suchpcmcia* at hd64465pcmcia? controller ? socket ?
711.1Such
721.1Such# PCMCIA network interfaces
731.1Suchne*	at pcmcia? function ?		# NE2000-compatible Ethernet
741.1Suchukphy*	at mii? phy ?			# generic unknown PHYs
751.1Such
761.1Such# PCMCIA IDE disk
771.1Suchwdc*	at pcmcia? function ?
781.1Suchwd*	at wdc? channel ? drive ? flags 0x0000
791.1Such
801.1Such# Pseudo-Devices
811.1Suchpseudo-device	biconsdev	1	# build-in console device
821.1Suchpseudo-device	pty			# pseudo-terminals
831.1Such
841.1Suchpseudo-device	bpfilter	1	# Berkeley packet filter
851.1Suchpseudo-device	loop			# network loopback
861.1Suchpseudo-device	rnd			# /dev/random and in-kernel generator
87