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