HPW650PA revision 1.1
1# $NetBSD: HPW650PA,v 1.1 2002/02/11 17:32:35 uch 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 SH7750 14options SH4 15 16options INTERRUPT_MONITOR 17 18options DDB # in-kernel debugger 19options DIAGNOSTIC # extra kernel debugging checks 20options DEBUG # extra kernel debugging support 21options KTRACE # system call tracing support 22options MSGBUFSIZE=65534 23 24options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 25 26# Executable format options 27options EXEC_COFF # 32-bit COFF executables 28options EXEC_ELF32 # 32-bit ELF executables 29 30# File systems 31file-system FFS # UFS 32file-system MSDOSFS # MS-DOS file system 33file-system NFS # Sun NFS-compatible filesystem client 34 35# Networking options 36options INET # IP + ICMP + TCP + UDP 37options INET6 # IPV6 38options NFS_BOOT_DHCP 39 40# Kernel root file system and dump configuration. 41config netbsd root on ? type ? 42 43options WSEMUL_VT100 44options WSDISPLAY_DEFAULTSCREENS=1 45options FONT_VT220L8x10 46options WS_KERNEL_FG=WSCOL_BROWN 47options WS_KERNEL_BG=WSCOL_BLUE 48 49# 50# Device configuration 51# 52mainbus0 at root 53 54bivideo* at mainbus0 55hpcfb* at bivideo? 56wsdisplay* at hpcfb? 57 58shb0 at mainbus? 59 60hd64465if* at shb0 irq 11 61com* at hd64465if? 62hd64465pcmcia* at hd64465if? 63 64# PCMCIA bus support 65pcmcia* at hd64465pcmcia? controller ? socket ? 66 67# PCMCIA network interfaces 68ne* at pcmcia? function ? # NE2000-compatible Ethernet 69ukphy* at mii? phy ? # generic unknown PHYs 70 71# PCMCIA IDE disk 72wdc* at pcmcia? function ? 73wd* at wdc? channel ? drive ? flags 0x0000 74 75# Pseudo-Devices 76pseudo-device biconsdev 1 # build-in console device 77pseudo-device pty # pseudo-terminals 78 79pseudo-device bpfilter 1 # Berkeley packet filter 80pseudo-device loop # network loopback 81pseudo-device gif 1 # IPv[46] over IPv[46] tunnel (RFC1933) 82pseudo-device rnd # /dev/random and in-kernel generator 83