xref: /netbsd-src/sys/arch/hpcsh/conf/HPW650PA (revision 401e0ef38d2a145e84d5b45df98d76e5470a345f)
1*401e0ef3Sandvar#	$NetBSD: HPW650PA,v 1.33 2023/09/12 22:07:33 andvar Exp $
24dff96d2Such#
34dff96d2Such#	HITACHI PERSONA HPW650PA
44dff96d2Such#
54dff96d2Such
64dff96d2Suchinclude 	"arch/hpcsh/conf/std.hpcsh"
74dff96d2Such
8d1b38523Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9d1b38523Satatat
104dff96d2Suchmaxusers	32			# estimated number of users
114dff96d2Such
121a61dc7fStsutsuioptions 	HZ=64			# default clock rate
131a61dc7fStsutsui
14b419ee7eSuwe# in-kernel bootloader, see kloader(4)
15b419ee7eSuweoptions 	KLOADER
16b419ee7eSuwe#options 	KLOADER_KERNEL_PATH="\"/netbsd\""
17b419ee7eSuwe#options 	KLOADER_DEBUG
184dff96d2Such
190d29f32aSuchoptions 	SH4			# SH7750V 128MHz
206042c0a3Suchoptions 	PCLOCK=32000000		# 32MHz
214dff96d2Such
223ca46e44Suchoptions 	HPC_DEBUG_INTERRUPT_MONITOR
23c0a13ed2Suchoptions 	HPC_DEBUG_LCD
244dff96d2Such
254dff96d2Suchoptions 	DDB			# in-kernel debugger
267fe7089aSuebayasipseudo-device	ksyms
276042c0a3Such#options 	KGDB			# in-kernel debugger
28*401e0ef3Sandvar#options 	KGDB_DEVNAME="\"hd64465uart\"",KGDB_DEVRATE=19200
296042c0a3Such#makeoptions	DEBUG="-g"	# compile full symbol table
304dff96d2Suchoptions 	DIAGNOSTIC		# extra kernel debugging checks
314dff96d2Suchoptions 	DEBUG			# extra kernel debugging support
324dff96d2Suchoptions 	KTRACE			# system call tracing support
334dff96d2Such
343ea2e21fSlukemoptions 	USERCONF		# userconf(4) support
354dff96d2Suchoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
36f68a9f1fSatatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
374dff96d2Such
38f776dc63Stsutsui# Compatibility options
39f776dc63Stsutsui#options 	BSDDISKLABEL_EI	# endian independent disklabel support
40f776dc63Stsutsui
414dff96d2Such# Executable format options
424dff96d2Suchoptions 	EXEC_COFF	# 32-bit COFF executables
434dff96d2Such
444dff96d2Such# File systems
454dff96d2Suchfile-system 	FFS		# UFS
46c9568b7aStsutsuifile-system 	MFS		# memory file system (requires FFS)
474dff96d2Suchfile-system 	MSDOSFS		# MS-DOS file system
484dff96d2Suchfile-system	NFS		# Sun NFS-compatible filesystem client
49ff9b47d6Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
504dff96d2Such
514dff96d2Such# Networking options
524dff96d2Suchoptions 	INET		# IP + ICMP + TCP + UDP
534dff96d2Suchoptions 	INET6		# IPV6
544dff96d2Suchoptions 	NFS_BOOT_DHCP
554dff96d2Such
564dff96d2Such# Kernel root file system and dump configuration.
574dff96d2Suchconfig		netbsd	root on ? type ?
584dff96d2Such
594dff96d2Suchoptions 	WSEMUL_VT100
604dff96d2Suchoptions 	WSDISPLAY_DEFAULTSCREENS=1
613267a6b9Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
624dff96d2Suchoptions 	FONT_VT220L8x10
634dff96d2Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
644dff96d2Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
654dff96d2Such
664dff96d2Such#
674dff96d2Such# Device configuration
684dff96d2Such#
694dff96d2Suchmainbus0 at root
704dff96d2Such
713ca46e44Suchcpu*		at mainbus?
723ca46e44Suchshb*		at mainbus?
734dff96d2Suchbivideo*	at mainbus0
743ca46e44Such
754dff96d2Suchhpcfb*		at bivideo?
764dff96d2Suchwsdisplay*	at hpcfb?
774dff96d2Such
783ca46e44Suchhd64465if*	at shb?
794dff96d2Suchcom*		at hd64465if?
804dff96d2Suchhd64465pcmcia*	at hd64465if?
814dff96d2Such
8257675076Suwertc*		at shb?
8357675076Suwe
844dff96d2Such# PCMCIA bus support
854dff96d2Suchpcmcia* at hd64465pcmcia? controller ? socket ?
864dff96d2Such
874dff96d2Such# PCMCIA network interfaces
884dff96d2Suchne*	at pcmcia? function ?		# NE2000-compatible Ethernet
894dff96d2Suchukphy*	at mii? phy ?			# generic unknown PHYs
904dff96d2Such
914dff96d2Such# PCMCIA IDE disk
924dff96d2Suchwdc*	at pcmcia? function ?
937d84b90cSlukematabus* at ata?
94367dd334Sbouyerwd*	at atabus? drive ? flags 0x0000
954dff96d2Such
964dff96d2Such# Pseudo-Devices
974dff96d2Suchpseudo-device	biconsdev	1	# build-in console device
984dff96d2Suchpseudo-device	pty			# pseudo-terminals
994dff96d2Such
100e1c6b6edSrpaulopseudo-device	bpfilter		# Berkeley packet filter
1014dff96d2Suchpseudo-device	loop			# network loopback
102fde6ae6fSlukempseudo-device	clockctl		# user control of clock subsystem
103835e533bSpooka#pseudo-device	fss			# file system snapshot device
104