#	$NetBSD: GENERIC,v 1.75 2000/12/19 10:42:03 bouyer Exp $
#
#	GENERIC -- everything that's currently supported
#

include	"arch/hpcarm/conf/std.hpcarm"

#ident 		"GENERIC-$Revision: 1.75 $"

# estimated number of users
maxusers	32

# Standard system options

options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
#options 	NTP		# NTP phase/frequency locked loop

# CPU options

# For standard RiscPC's
options 	CPU_SA110	# Support the SA110 core
options         CPU_SA1110      # Support the SA110 core

# Architecture options
options         HPCARM          # Windows-CE based
options         SAIP            # We use SA1110 builtin peripherals

# FPA options

#options 	ARMFPE		# ARM Ltd FPE

# File systems

file-system	FFS		# UFS
#file-system	LFS		# log-structured file system
file-system	MFS		# memory file system
file-system	NFS		# Network file system

# Networking options

options 	INET		# IP + ICMP + TCP + UDP

# Device options

options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
#options 	MEMORY_DISK_SIZE=0	# Size in blocks
#options 	MINIROOTSIZE=3400	# Size in blocks
#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root

# Development and Debugging options

#options	BOOT_DUMP	# Enable memorydump at boot
#options 	PORTMASTER	# Enable PortMaster only options
options 	DIAGNOSTIC	# internal consistency checks
options  	PMAP_DEBUG	# Enable pmap_debug_level code
#options 	IPKDB		# remote kernel debugging
options 	DDB		# in-kernel debugger
#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
#makeoptions	DEBUG="-g"	# compile full symbol table

config		netbsd	root on ? type ?

# The main bus device
mainbus0 at root

# The boot cpu
cpu0 at mainbus?

saip0   at mainbus?
sacom*  at saip?
saost*  at saip?

salcd*	at saip?

# IIC bus device
#iic*	at iomd?

# RTC device via IIC bus
#rtc*	at iic? addr 0xa0

# time-of-day device via rtc device
#todclock0	at rtc?

# Peripheral IO Controller
#pioc0	at mainbus? base 0x00210000

pseudo-device	loop	1               # network loopback
pseudo-device	md	1		# Ramdisk driver
pseudo-device	biconsdev	1       # build-in console device
#pseudo-device	rnd			# /dev/random and in-kernel generator
