KZSH401 revision 1.3 1 # $NetBSD: KZSH401,v 1.3 2000/07/31 20:57:47 msaitoh Exp $
2 #
3 # GENERIC -- everything that's currently supported
4 #
5
6 include "arch/evbsh3/conf/std.evbsh3"
7
8 # Enable the hooks used for initializing the root memory-disk.
9 options MEMORY_DISK_HOOKS
10 options MEMORY_DISK_IS_ROOT # force root on memory disk
11 options MEMORY_DISK_SERVER=0 # no userspace memory disk support
12 options MINIROOTSIZE=2880 # size of memory disk, in blocks
13
14 maxusers 16 # estimated number of users
15
16 # CPU support
17 options SH7750
18 options SH4
19 options SH4_PCMCIA
20 options EVBSH4
21 options MMEYE
22 #options MMEYE_NEW_INT
23 #options MMEYE_NO_CACHE
24 options PCLOCK=33333300 # 33.3333MHz
25 options IOM_ROM_BEGIN=0x00000000
26 options IOM_ROM_SIZE=0x00100000 # 1MB
27 options IOM_RAM_BEGIN=0x88000000
28 options IOM_RAM_SIZE=0x01000000 # 16MB
29 options INITTODR_ALWAYS_USE_RTC
30 options BRAINS
31 options USE_RTCCLK
32 options SYNC_CLOCK_TO_RTC
33
34 options BSC_BCR1_VAL =0x8000000c
35 options BSC_BCR2_VAL =0xb538
36 options BSC_WCR1_VAL =0x00010111
37 options BSC_WCR2_VAL =0x108a2520
38 options BSC_WCR3_VAL =0x00000000
39 options BSC_MCR_VAL =0x10192194
40 #options BSC_PCR_VAL =0x08eb
41 options BSC_RTCSR_VAL =0xa510
42 #options BSC_RTCNT_VAL =0xa500
43 options BSC_RTCOR_VAL =0xa541
44 options BSC_RFCR_VAL =0xa400
45 options FRQCR_VAL =0x0e13
46 options BSC_SDMR2_VAL =0xff90008c
47
48 makeoptions LDSCRIPTBASE="sh.x" # for big endian
49 #makeoptions LDSCRIPTBASE="shl.x" # for little endian
50
51 options LED_ADDR=0xa8000000
52
53 # Standard system options
54 #options UCONSOLE # users can use TIOCCONS (for xconsole)
55 #options INSECURE # disable kernel security levels
56
57 options RTC_OFFSET=-540
58 options HZ=64 # clock interrupt generates every 1/HZ sec
59 #options NTP # NTP phase/frequency locked loop
60
61 #options KTRACE # system call tracing via ktrace(1)
62 options PMAP_NEW # new pmap interface
63
64 #options SYSVMSG # System V-like message queues
65 #options SYSVSEM # System V-like semaphores
66 #options SYSVSHM # System V-like memory sharing
67 #options SHMMAXPGS=1024 # 1024 pages is the default
68
69 # Diagnostic/debugging support options
70 #options DIAGNOSTIC # cheap kernel consistency checks
71 #options DEBUG # expensive debugging checks/support
72 #options DDB # in-kernel debugger
73 #makeoptions DEBUG="-g" # compile full symbol table
74 #options SYSCALL_DEBUG
75 #options UVMHIST
76 #options UVMHIST_PRINT
77
78 # Compatibility options
79 options COMPAT_13 # NetBSD 1.3
80 options COMPAT_43 # and 4.3BSD
81
82 # Executable format options
83 options EXEC_COFF # COFF executables
84 #options EXEC_ELF32 # 32-bit ELF executables
85
86 # File systems
87 file-system FFS # UFS
88 file-system MFS # memory file system
89 #file-system NFS # Network File System client
90 #file-system PROCFS # /proc
91 #file-system KERNFS # /kern
92 file-system NULLFS # loopback file system
93 file-system UMAPFS # NULLFS + uid and gid remapping
94
95 # File system options
96 #options QUOTA # UFS quotas
97 #options NFSSERVER # Network File System server
98
99 # Networking options
100 #options INET # IP + ICMP + TCP + UDP
101 #options NFS_BOOT_DHCP # Support DHCP NFS root
102
103 #options PCIVERBOSE # verbose PCI device autoconfig messages
104 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
105 #options PCMCIAVERBOSE # verbose PCMCIA configuration messages
106
107 # Kernel root file system and dump configuration.
108 #config netbsd root on ? type nfs
109 #config netbsd root on wd0a type ffs
110 config netbsd root on ? type ffs
111
112 #
113 # Device configuration
114 #
115
116 mainbus0 at root
117
118 shb* at mainbus?
119
120 # Serial Devices
121
122 options SCIFCN_SPEED=19200
123 scif0 at shb? port 0xffe80000 irq 12
124
125 #com0 at shb? port 0xa4000000 irq 11
126 #com1 at shb? port 0xa4000008 irq 12
127
128 # SH PCMCIA controllers
129 #shpcic0 at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
130 #shpcic1 at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
131
132 # PCMCIA bus support
133 #pcmcia* at shpcic? controller ? socket ?
134
135 #com* at pcmcia? function ? # Modems and serial cards
136 #wdc* at pcmcia? function ?
137 #wd* at wdc? drive ? # the drives themselves
138
139 #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
140 #mbe* at pcmcia? function ? # MB8696x based Ethernet
141 #ne* at pcmcia? function ? # NE2000-compatible Ethernet
142 #sm* at pcmcia? function ? # Megahertz Ethernet
143
144 #pseudo-device vnd 4 # disk-like interface to files
145 #pseudo-device bpfilter 8 # Berkeley packet filter
146 #pseudo-device ipfilter # IP filter (firewall) and NAT
147 #pseudo-device loop # network loopback
148 pseudo-device pty 16 # pseudo-terminals
149 #pseudo-device ppp 2 # Point-to-Point Protocol
150 #pseudo-device tun 2 # network tunneling over tty
151
152 # Enable the hooks used for initializing the root memory-disk.
153 #options MEMORY_DISK_HOOKS
154 #options MEMORY_DISK_IS_ROOT # force root on memory disk
155 #options MEMORY_DISK_SERVER=0 # no userspace memory disk support
156 #options MINIROOTSIZE=3074 # size of memory disk, in blocks
157
158 pseudo-device md 1 # memory disk device (ramdisk)
159