NetBSD/sys/arch/hpcsh/conf/JORNADA690

81 lines
2.0 KiB
Plaintext

# $NetBSD: JORNADA690,v 1.3 2001/02/09 19:54:11 uch Exp $
#
# JORNADA690 uch's Jornada 690
#
# WindowsCE machine is little endian
include "arch/hpcsh/conf/std.hpcsh.el"
# Enable the hooks used for initializing the root memory-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MEMORY_DISK_DYNAMIC # fs image don't exist in data section.
maxusers 32 # estimated number of users
options SH7709A # 133MHz
options SH7709A_BROKEN_IPR
options PCLOCK=22000000 # 22MHz
options DDB # in-kernel debugger
options DIAGNOSTIC # extra kernel debugging checks
options DEBUG # extra kernel debugging support
options KTRACE # system call tracing support
options MSGBUFSIZE=65534
# Standard system options
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
options HZ=50 # clock interrupt generates every 1/HZ sec
# Compatibility options
options COMPAT_43
# Executable format options
options EXEC_COFF # 32-bit COFF executables (sh-compiler)
# File systems
file-system FFS # UFS
file-system MFS # memory file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PROCFS # /proc
# File system options
# Networking options
options INET # IP + ICMP + TCP + UDP
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
#
# Device configuration
#
mainbus0 at root
shb* at mainbus?
# Serial Devices
# don't need to define SCICONSOLE. you can select from bootloader.
options SCIFCN_SPEED=19200
scif0 at shb? port 0xa4000008 irq 12
# Miscellaneous mass storage devices
# Network Interfaces
# Pseudo-Devices
pseudo-device biconsdev 1 # build-in console device
# disk/mass storage pseudo-devices
pseudo-device md 1 # memory disk device (ramdisk)
# network pseudo-devices
pseudo-device loop # network loopback
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals