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