xref: /netbsd/sys/arch/hpcsh/conf/HPW650PA (revision 6550d01e)
1#	$NetBSD: HPW650PA,v 1.29 2010/05/01 11:35:41 tsutsui Exp $
2#
3#	HITACHI PERSONA HPW650PA
4#
5
6include 	"arch/hpcsh/conf/std.hpcsh"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10maxusers	32			# estimated number of users
11
12options 	HZ=64			# default clock rate
13
14# in-kernel bootloader, see kloader(4)
15options 	KLOADER
16#options 	KLOADER_KERNEL_PATH="\"/netbsd\""
17#options 	KLOADER_DEBUG
18
19options 	SH4			# SH7750V 128MHz
20options 	PCLOCK=32000000		# 32MHz
21
22options 	HPC_DEBUG_INTERRUPT_MONITOR
23options 	HPC_DEBUG_LCD
24
25options 	DDB			# in-kernel debugger
26#options 	KGDB			# in-kernel debugger
27#options 	"KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
28#makeoptions	DEBUG="-g"	# compile full symbol table
29options 	DIAGNOSTIC		# extra kernel debugging checks
30options 	DEBUG			# extra kernel debugging support
31options 	KTRACE			# system call tracing support
32
33options 	USERCONF		# userconf(4) support
34options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
35#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
36
37# Compatibility options
38#options 	BSDDISKLABEL_EI	# endian independent disklabel support
39
40# Executable format options
41options 	EXEC_COFF	# 32-bit COFF executables
42
43# File systems
44file-system 	FFS		# UFS
45file-system 	MFS		# memory file system (requires FFS)
46file-system 	MSDOSFS		# MS-DOS file system
47file-system	NFS		# Sun NFS-compatible filesystem client
48options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
49
50# Networking options
51options 	INET		# IP + ICMP + TCP + UDP
52options 	INET6		# IPV6
53options 	NFS_BOOT_DHCP
54
55# Kernel root file system and dump configuration.
56config		netbsd	root on ? type ?
57
58options 	WSEMUL_VT100
59options 	WSDISPLAY_DEFAULTSCREENS=1
60options 	FONT_VT220L8x10
61options 	WS_KERNEL_FG=WSCOL_BROWN
62options 	WS_KERNEL_BG=WSCOL_BLUE
63
64#
65# Device configuration
66#
67mainbus0 at root
68
69cpu*		at mainbus?
70shb*		at mainbus?
71bivideo*	at mainbus0
72
73hpcfb*		at bivideo?
74wsdisplay*	at hpcfb?
75
76hd64465if*	at shb?
77com*		at hd64465if?
78hd64465pcmcia*	at hd64465if?
79
80rtc*		at shb?
81
82# PCMCIA bus support
83pcmcia* at hd64465pcmcia? controller ? socket ?
84
85# PCMCIA network interfaces
86ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
87ukphy*	at mii? phy ?			# generic unknown PHYs
88
89# PCMCIA IDE disk
90wdc*	at pcmcia? function ?
91atabus* at ata?
92wd*	at atabus? drive ? flags 0x0000
93
94# Pseudo-Devices
95pseudo-device	biconsdev	1	# build-in console device
96pseudo-device	pty			# pseudo-terminals
97
98pseudo-device	bpfilter		# Berkeley packet filter
99pseudo-device	loop			# network loopback
100pseudo-device	rnd			# /dev/random and in-kernel generator
101pseudo-device	clockctl		# user control of clock subsystem
102#pseudo-device	fss			# file system snapshot device
103