xref: /netbsd/sys/arch/hpcsh/conf/HPW650PA (revision c4a72b64)
1#	$NetBSD: HPW650PA,v 1.12 2002/09/18 02:43:59 lukem 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 	KLOADER_KERNEL_PATH="\"/netbsd\""
13options		KLOADER_DEBUG
14
15options		SH4			# SH7750V 128MHz
16options 	PCLOCK=32000000		# 32MHz
17
18options		HPC_DEBUG_INTERRUPT_MONITOR
19options		HPC_DEBUG_LCD
20
21options 	DDB			# in-kernel debugger
22#options 	KGDB			# in-kernel debugger
23#options 	"KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
24#makeoptions	DEBUG="-g"	# compile full symbol table
25options 	DIAGNOSTIC		# extra kernel debugging checks
26options 	DEBUG			# extra kernel debugging support
27options 	KTRACE			# system call tracing support
28
29options 	USERCONF		# userconf(4) support
30options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
31
32# Compatibility options
33#options 	BSDDISKLABEL_EI	# endian independent disklabel support
34
35# Executable format options
36options 	EXEC_COFF	# 32-bit COFF executables
37options 	EXEC_ELF32	# 32-bit ELF executables
38
39# File systems
40file-system 	FFS		# UFS
41file-system 	MSDOSFS		# MS-DOS file system
42file-system	NFS		# Sun NFS-compatible filesystem client
43
44# Networking options
45options 	INET		# IP + ICMP + TCP + UDP
46options 	INET6		# IPV6
47options 	NFS_BOOT_DHCP
48
49# Kernel root file system and dump configuration.
50config		netbsd	root on ? type ?
51
52options 	WSEMUL_VT100
53options 	WSDISPLAY_DEFAULTSCREENS=1
54options 	FONT_VT220L8x10
55options 	WS_KERNEL_FG=WSCOL_BROWN
56options 	WS_KERNEL_BG=WSCOL_BLUE
57
58#
59# Device configuration
60#
61mainbus0 at root
62
63cpu*		at mainbus?
64shb*		at mainbus?
65bivideo*	at mainbus0
66
67hpcfb*		at bivideo?
68wsdisplay*	at hpcfb?
69
70hd64465if*	at shb?
71com*		at hd64465if?
72hd64465pcmcia*	at hd64465if?
73
74# PCMCIA bus support
75pcmcia* at hd64465pcmcia? controller ? socket ?
76
77# PCMCIA network interfaces
78ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
79ukphy*	at mii? phy ?			# generic unknown PHYs
80
81# PCMCIA IDE disk
82wdc*	at pcmcia? function ?
83wd*	at wdc? channel ? drive ? flags 0x0000
84
85# Pseudo-Devices
86pseudo-device	biconsdev	1	# build-in console device
87pseudo-device	pty			# pseudo-terminals
88
89pseudo-device	bpfilter	1	# Berkeley packet filter
90pseudo-device	loop			# network loopback
91pseudo-device	rnd			# /dev/random and in-kernel generator
92pseudo-device	clockctl		# user control of clock subsystem
93