HPW650PA revision 1.7 1 # $NetBSD: HPW650PA,v 1.7 2002/03/28 15:26:58 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 # 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 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 cpu* at mainbus?
58 shb* at mainbus?
59 bivideo* at mainbus0
60
61 hpcfb* at bivideo?
62 wsdisplay* at hpcfb?
63
64 hd64465if* at shb?
65 com* at hd64465if?
66 hd64465pcmcia* at hd64465if?
67
68 # PCMCIA bus support
69 pcmcia* at hd64465pcmcia? controller ? socket ?
70
71 # PCMCIA network interfaces
72 ne* at pcmcia? function ? # NE2000-compatible Ethernet
73 ukphy* at mii? phy ? # generic unknown PHYs
74
75 # PCMCIA IDE disk
76 wdc* at pcmcia? function ?
77 wd* at wdc? channel ? drive ? flags 0x0000
78
79 # Pseudo-Devices
80 pseudo-device biconsdev 1 # build-in console device
81 pseudo-device pty # pseudo-terminals
82
83 pseudo-device bpfilter 1 # Berkeley packet filter
84 pseudo-device loop # network loopback
85 pseudo-device rnd # /dev/random and in-kernel generator
86