HPW650PA revision 1.8 1 # $NetBSD: HPW650PA,v 1.8 2002/04/12 08:11:00 gmcgarry 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 # SH7750V 128MHz
14 options PCLOCK=32000000 # 32MHz
15
16 options HPC_DEBUG_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 USERCONF # userconf(4) support
28 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
29
30 # Executable format options
31 options EXEC_COFF # 32-bit COFF executables
32 options EXEC_ELF32 # 32-bit ELF executables
33
34 # File systems
35 file-system FFS # UFS
36 file-system MSDOSFS # MS-DOS file system
37 file-system NFS # Sun NFS-compatible filesystem client
38
39 # Networking options
40 options INET # IP + ICMP + TCP + UDP
41 options INET6 # IPV6
42 options NFS_BOOT_DHCP
43
44 # Kernel root file system and dump configuration.
45 config netbsd root on ? type ?
46
47 options WSEMUL_VT100
48 options WSDISPLAY_DEFAULTSCREENS=1
49 options FONT_VT220L8x10
50 options WS_KERNEL_FG=WSCOL_BROWN
51 options WS_KERNEL_BG=WSCOL_BLUE
52
53 #
54 # Device configuration
55 #
56 mainbus0 at root
57
58 cpu* at mainbus?
59 shb* at mainbus?
60 bivideo* at mainbus0
61
62 hpcfb* at bivideo?
63 wsdisplay* at hpcfb?
64
65 hd64465if* at shb?
66 com* at hd64465if?
67 hd64465pcmcia* at hd64465if?
68
69 # PCMCIA bus support
70 pcmcia* at hd64465pcmcia? controller ? socket ?
71
72 # PCMCIA network interfaces
73 ne* at pcmcia? function ? # NE2000-compatible Ethernet
74 ukphy* at mii? phy ? # generic unknown PHYs
75
76 # PCMCIA IDE disk
77 wdc* at pcmcia? function ?
78 wd* at wdc? channel ? drive ? flags 0x0000
79
80 # Pseudo-Devices
81 pseudo-device biconsdev 1 # build-in console device
82 pseudo-device pty # pseudo-terminals
83
84 pseudo-device bpfilter 1 # Berkeley packet filter
85 pseudo-device loop # network loopback
86 pseudo-device rnd # /dev/random and in-kernel generator
87