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