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