HPW650PA revision 1.21
11.21Stsutsui#	$NetBSD: HPW650PA,v 1.21 2005/12/07 09:10:13 tsutsui 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.18Suweoptions 	KLOADER_DEBUG
141.1Such
151.18Suweoptions 	SH4			# SH7750V 128MHz
161.4Suchoptions 	PCLOCK=32000000		# 32MHz
171.1Such
181.18Suweoptions 	HPC_DEBUG_INTERRUPT_MONITOR
191.18Suweoptions 	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.18Suweoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
311.15Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
321.11Stsutsui
331.11Stsutsui# Compatibility options
341.11Stsutsui#options 	BSDDISKLABEL_EI	# endian independent disklabel support
351.1Such
361.1Such# Executable format options
371.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
381.1Suchoptions 	EXEC_ELF32	# 32-bit ELF executables
391.1Such
401.1Such# File systems
411.1Suchfile-system 	FFS		# UFS
421.1Suchfile-system 	MSDOSFS		# MS-DOS file system
431.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
441.21Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
451.1Such
461.1Such# Networking options
471.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
481.1Suchoptions 	INET6		# IPV6
491.1Suchoptions 	NFS_BOOT_DHCP
501.1Such
511.1Such# Kernel root file system and dump configuration.
521.1Suchconfig		netbsd	root on ? type ?
531.1Such
541.1Suchoptions 	WSEMUL_VT100
551.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=1
561.1Suchoptions 	FONT_VT220L8x10
571.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
581.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
591.1Such
601.1Such#
611.1Such# Device configuration
621.1Such#
631.1Suchmainbus0 at root
641.1Such
651.7Suchcpu*		at mainbus?
661.7Suchshb*		at mainbus?
671.1Suchbivideo*	at mainbus0
681.7Such
691.1Suchhpcfb*		at bivideo?
701.1Suchwsdisplay*	at hpcfb?
711.1Such
721.7Suchhd64465if*	at shb?
731.1Suchcom*		at hd64465if?
741.1Suchhd64465pcmcia*	at hd64465if?
751.1Such
761.1Such# PCMCIA bus support
771.1Suchpcmcia* at hd64465pcmcia? controller ? socket ?
781.1Such
791.1Such# PCMCIA network interfaces
801.1Suchne*	at pcmcia? function ?		# NE2000-compatible Ethernet
811.1Suchukphy*	at mii? phy ?			# generic unknown PHYs
821.1Such
831.1Such# PCMCIA IDE disk
841.1Suchwdc*	at pcmcia? function ?
851.14Slukematabus* at ata?
861.13Sbouyerwd*	at atabus? drive ? flags 0x0000
871.1Such
881.1Such# Pseudo-Devices
891.1Suchpseudo-device	biconsdev	1	# build-in console device
901.1Suchpseudo-device	pty			# pseudo-terminals
911.1Such
921.1Suchpseudo-device	bpfilter	1	# Berkeley packet filter
931.1Suchpseudo-device	loop			# network loopback
941.1Suchpseudo-device	rnd			# /dev/random and in-kernel generator
951.10Slukempseudo-device	clockctl		# user control of clock subsystem
961.16Shannken#pseudo-device	fss		4	# file system snapshot device
97