94 lines
2.3 KiB
Plaintext
94 lines
2.3 KiB
Plaintext
# $NetBSD: HPW650PA,v 1.14 2003/10/18 08:30:14 lukem Exp $
|
|
#
|
|
# HITACHI PERSONA HPW650PA
|
|
#
|
|
|
|
include "arch/hpcsh/conf/std.hpcsh"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
maxusers 32 # estimated number of users
|
|
|
|
options KLOADER_KERNEL_PATH="\"/netbsd\""
|
|
options KLOADER_DEBUG
|
|
|
|
options SH4 # SH7750V 128MHz
|
|
options PCLOCK=32000000 # 32MHz
|
|
|
|
options HPC_DEBUG_INTERRUPT_MONITOR
|
|
options HPC_DEBUG_LCD
|
|
|
|
options DDB # in-kernel debugger
|
|
#options KGDB # in-kernel debugger
|
|
#options "KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
|
|
#makeoptions DEBUG="-g" # compile full symbol table
|
|
options DIAGNOSTIC # extra kernel debugging checks
|
|
options DEBUG # extra kernel debugging support
|
|
options KTRACE # system call tracing support
|
|
|
|
options USERCONF # userconf(4) support
|
|
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
|
|
# Compatibility options
|
|
#options BSDDISKLABEL_EI # endian independent disklabel support
|
|
|
|
# Executable format options
|
|
options EXEC_COFF # 32-bit COFF executables
|
|
options EXEC_ELF32 # 32-bit ELF executables
|
|
|
|
# File systems
|
|
file-system FFS # UFS
|
|
file-system MSDOSFS # MS-DOS file system
|
|
file-system NFS # Sun NFS-compatible filesystem client
|
|
|
|
# Networking options
|
|
options INET # IP + ICMP + TCP + UDP
|
|
options INET6 # IPV6
|
|
options NFS_BOOT_DHCP
|
|
|
|
# Kernel root file system and dump configuration.
|
|
config netbsd root on ? type ?
|
|
|
|
options WSEMUL_VT100
|
|
options WSDISPLAY_DEFAULTSCREENS=1
|
|
options FONT_VT220L8x10
|
|
options WS_KERNEL_FG=WSCOL_BROWN
|
|
options WS_KERNEL_BG=WSCOL_BLUE
|
|
|
|
#
|
|
# Device configuration
|
|
#
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus?
|
|
shb* at mainbus?
|
|
bivideo* at mainbus0
|
|
|
|
hpcfb* at bivideo?
|
|
wsdisplay* at hpcfb?
|
|
|
|
hd64465if* at shb?
|
|
com* at hd64465if?
|
|
hd64465pcmcia* at hd64465if?
|
|
|
|
# PCMCIA bus support
|
|
pcmcia* at hd64465pcmcia? controller ? socket ?
|
|
|
|
# PCMCIA network interfaces
|
|
ne* at pcmcia? function ? # NE2000-compatible Ethernet
|
|
ukphy* at mii? phy ? # generic unknown PHYs
|
|
|
|
# PCMCIA IDE disk
|
|
wdc* at pcmcia? function ?
|
|
atabus* at ata?
|
|
wd* at atabus? drive ? flags 0x0000
|
|
|
|
# Pseudo-Devices
|
|
pseudo-device biconsdev 1 # build-in console device
|
|
pseudo-device pty # pseudo-terminals
|
|
|
|
pseudo-device bpfilter 1 # Berkeley packet filter
|
|
pseudo-device loop # network loopback
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|
|
pseudo-device clockctl # user control of clock subsystem
|