HPW650PA revision 1.27
11.27Spooka#	$NetBSD: HPW650PA,v 1.27 2010/04/16 13:48:32 pooka 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.24Suwe# in-kernel bootloader, see kloader(4)
131.24Suweoptions 	KLOADER
141.24Suwe#options 	KLOADER_KERNEL_PATH="\"/netbsd\""
151.24Suwe#options 	KLOADER_DEBUG
161.1Such
171.18Suweoptions 	SH4			# SH7750V 128MHz
181.4Suchoptions 	PCLOCK=32000000		# 32MHz
191.1Such
201.18Suweoptions 	HPC_DEBUG_INTERRUPT_MONITOR
211.18Suweoptions 	HPC_DEBUG_LCD
221.1Such
231.1Suchoptions 	DDB			# in-kernel debugger
241.4Such#options 	KGDB			# in-kernel debugger
251.4Such#options 	"KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
261.4Such#makeoptions	DEBUG="-g"	# compile full symbol table
271.1Suchoptions 	DIAGNOSTIC		# extra kernel debugging checks
281.1Suchoptions 	DEBUG			# extra kernel debugging support
291.1Suchoptions 	KTRACE			# system call tracing support
301.1Such
311.12Slukemoptions 	USERCONF		# userconf(4) support
321.18Suweoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
331.15Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
341.11Stsutsui
351.11Stsutsui# Compatibility options
361.11Stsutsui#options 	BSDDISKLABEL_EI	# endian independent disklabel support
371.1Such
381.1Such# Executable format options
391.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
401.1Such
411.1Such# File systems
421.1Suchfile-system 	FFS		# UFS
431.1Suchfile-system 	MSDOSFS		# MS-DOS file system
441.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
451.21Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
461.1Such
471.1Such# Networking options
481.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
491.1Suchoptions 	INET6		# IPV6
501.1Suchoptions 	NFS_BOOT_DHCP
511.1Such
521.1Such# Kernel root file system and dump configuration.
531.1Suchconfig		netbsd	root on ? type ?
541.1Such
551.1Suchoptions 	WSEMUL_VT100
561.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=1
571.1Suchoptions 	FONT_VT220L8x10
581.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
591.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
601.1Such
611.1Such#
621.1Such# Device configuration
631.1Such#
641.1Suchmainbus0 at root
651.1Such
661.7Suchcpu*		at mainbus?
671.7Suchshb*		at mainbus?
681.1Suchbivideo*	at mainbus0
691.7Such
701.1Suchhpcfb*		at bivideo?
711.1Suchwsdisplay*	at hpcfb?
721.1Such
731.7Suchhd64465if*	at shb?
741.1Suchcom*		at hd64465if?
751.1Suchhd64465pcmcia*	at hd64465if?
761.1Such
771.23Suwertc*		at shb?
781.23Suwe
791.1Such# PCMCIA bus support
801.1Suchpcmcia* at hd64465pcmcia? controller ? socket ?
811.1Such
821.1Such# PCMCIA network interfaces
831.1Suchne*	at pcmcia? function ?		# NE2000-compatible Ethernet
841.1Suchukphy*	at mii? phy ?			# generic unknown PHYs
851.1Such
861.1Such# PCMCIA IDE disk
871.1Suchwdc*	at pcmcia? function ?
881.14Slukematabus* at ata?
891.13Sbouyerwd*	at atabus? drive ? flags 0x0000
901.1Such
911.1Such# Pseudo-Devices
921.1Suchpseudo-device	biconsdev	1	# build-in console device
931.1Suchpseudo-device	pty			# pseudo-terminals
941.1Such
951.22Srpaulopseudo-device	bpfilter		# Berkeley packet filter
961.1Suchpseudo-device	loop			# network loopback
971.1Suchpseudo-device	rnd			# /dev/random and in-kernel generator
981.10Slukempseudo-device	clockctl		# user control of clock subsystem
991.27Spooka#pseudo-device	fss			# file system snapshot device
100