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