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