HPW650PA revision 1.25
1# $NetBSD: HPW650PA,v 1.25 2007/10/17 19:54:30 garbled 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 40options EXEC_ELF32 # 32-bit ELF executables 41 42# File systems 43file-system FFS # UFS 44file-system MSDOSFS # MS-DOS file system 45file-system NFS # Sun NFS-compatible filesystem client 46options FFS_NO_SNAPSHOT # No FFS snapshot support 47 48# Networking options 49options INET # IP + ICMP + TCP + UDP 50options INET6 # IPV6 51options NFS_BOOT_DHCP 52 53# Kernel root file system and dump configuration. 54config netbsd root on ? type ? 55 56options WSEMUL_VT100 57options WSDISPLAY_DEFAULTSCREENS=1 58options FONT_VT220L8x10 59options WS_KERNEL_FG=WSCOL_BROWN 60options WS_KERNEL_BG=WSCOL_BLUE 61 62# 63# Device configuration 64# 65mainbus0 at root 66 67cpu* at mainbus? 68shb* at mainbus? 69bivideo* at mainbus0 70 71hpcfb* at bivideo? 72wsdisplay* at hpcfb? 73 74hd64465if* at shb? 75com* at hd64465if? 76hd64465pcmcia* at hd64465if? 77 78rtc* at shb? 79 80# PCMCIA bus support 81pcmcia* at hd64465pcmcia? controller ? socket ? 82 83# PCMCIA network interfaces 84ne* at pcmcia? function ? # NE2000-compatible Ethernet 85ukphy* at mii? phy ? # generic unknown PHYs 86 87# PCMCIA IDE disk 88wdc* at pcmcia? function ? 89atabus* at ata? 90wd* at atabus? drive ? flags 0x0000 91 92# Pseudo-Devices 93pseudo-device biconsdev 1 # build-in console device 94pseudo-device pty # pseudo-terminals 95 96pseudo-device bpfilter # Berkeley packet filter 97pseudo-device loop # network loopback 98pseudo-device rnd # /dev/random and in-kernel generator 99pseudo-device clockctl # user control of clock subsystem 100#pseudo-device fss 4 # file system snapshot device 101