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