HPW650PA revision 1.12
11.12Slukem#	$NetBSD: HPW650PA,v 1.12 2002/09/18 02:43:59 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.12Slukemoptions 	USERCONF		# userconf(4) support
301.1Suchoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
311.11Stsutsui
321.11Stsutsui# Compatibility options
331.11Stsutsui#options 	BSDDISKLABEL_EI	# endian independent disklabel support
341.1Such
351.1Such# Executable format options
361.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
371.1Suchoptions 	EXEC_ELF32	# 32-bit ELF executables
381.1Such
391.1Such# File systems
401.1Suchfile-system 	FFS		# UFS
411.1Suchfile-system 	MSDOSFS		# MS-DOS file system
421.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
431.1Such
441.1Such# Networking options
451.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
461.1Suchoptions 	INET6		# IPV6
471.1Suchoptions 	NFS_BOOT_DHCP
481.1Such
491.1Such# Kernel root file system and dump configuration.
501.1Suchconfig		netbsd	root on ? type ?
511.1Such
521.1Suchoptions 	WSEMUL_VT100
531.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=1
541.1Suchoptions 	FONT_VT220L8x10
551.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
561.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
571.1Such
581.1Such#
591.1Such# Device configuration
601.1Such#
611.1Suchmainbus0 at root
621.1Such
631.7Suchcpu*		at mainbus?
641.7Suchshb*		at mainbus?
651.1Suchbivideo*	at mainbus0
661.7Such
671.1Suchhpcfb*		at bivideo?
681.1Suchwsdisplay*	at hpcfb?
691.1Such
701.7Suchhd64465if*	at shb?
711.1Suchcom*		at hd64465if?
721.1Suchhd64465pcmcia*	at hd64465if?
731.1Such
741.1Such# PCMCIA bus support
751.1Suchpcmcia* at hd64465pcmcia? controller ? socket ?
761.1Such
771.1Such# PCMCIA network interfaces
781.1Suchne*	at pcmcia? function ?		# NE2000-compatible Ethernet
791.1Suchukphy*	at mii? phy ?			# generic unknown PHYs
801.1Such
811.1Such# PCMCIA IDE disk
821.1Suchwdc*	at pcmcia? function ?
831.1Suchwd*	at wdc? channel ? drive ? flags 0x0000
841.1Such
851.1Such# Pseudo-Devices
861.1Suchpseudo-device	biconsdev	1	# build-in console device
871.1Suchpseudo-device	pty			# pseudo-terminals
881.1Such
891.1Suchpseudo-device	bpfilter	1	# Berkeley packet filter
901.1Suchpseudo-device	loop			# network loopback
911.1Suchpseudo-device	rnd			# /dev/random and in-kernel generator
921.10Slukempseudo-device	clockctl		# user control of clock subsystem
93