GENERIC revision 1.10 1 # $NetBSD: GENERIC,v 1.10 2001/06/24 04:57:58 msaitoh Exp $
2 #
3 # GENERIC -- everything that's currently supported
4 #
5
6 include "arch/dreamcast/conf/std.dreamcast"
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 #options MINIROOTSIZE=6000
14
15 options DONT_INIT_BSC
16
17 # wscons options
18 options WSEMUL_VT100 # VT100 / VT220 emulation
19 options FONT_BOLD8x16
20
21 maxusers 16 # estimated number of users
22
23 # CPU support
24 options SH7750
25 options SH4
26 options DREAMCAST
27 # options SH4_PCMCIA
28 options EVBSH4
29 #options MMEYE
30 options PCLOCK=49900000 # 50MHz
31 #options PCLOCK=50000000 # 50MHz
32 options IOM_ROM_BEGIN=0x00000000
33 options IOM_ROM_SIZE=0x00100000 # 1MB
34 options IOM_RAM_BEGIN=0x8c000000
35 options IOM_RAM_SIZE=0x01000000 # 16MB
36 #options INITTODR_ALWAYS_USE_RTC
37 #options BRAINS
38 #options USE_RTCCLK
39 #options SYNC_CLOCK_TO_RTC
40
41 #options LED_ADDR=0xa8000000
42
43 # Standard system options
44 #options UCONSOLE # users can use TIOCCONS (for xconsole)
45 #options INSECURE # disable kernel security levels
46
47 #options RTC_OFFSET=-540
48 options HZ=100 # clock interrupt generates every 1/HZ sec
49 #options NTP # NTP phase/frequency locked loop
50
51 #options KTRACE # system call tracing via ktrace(1)
52
53 #options SYSVMSG # System V-like message queues
54 #options SYSVSEM # System V-like semaphores
55 #options SYSVSHM # System V-like memory sharing
56 #options SHMMAXPGS=1024 # 1024 pages is the default
57
58 # Diagnostic/debugging support options
59 #options DIAGNOSTIC # cheap kernel consistency checks
60 #options DEBUG # expensive debugging checks/support
61 #options DDB # in-kernel debugger
62 #makeoptions DEBUG="-g" # compile full symbol table
63 #options SYSCALL_DEBUG
64 #options UVMHIST
65 #options UVMHIST_PRINT
66
67 # Compatibility options
68 options COMPAT_13 # NetBSD 1.3
69 options COMPAT_14 # NetBSD 1.4,
70 options COMPAT_43 # and 4.3BSD
71
72 # Executable format options
73 options EXEC_COFF # COFF executables
74 options EXEC_ELF32 # 32-bit ELF executables
75
76 # File systems
77 file-system FFS # UFS
78 file-system MFS # memory file system
79 file-system NFS # Network File System client
80 file-system PROCFS # /proc
81 file-system KERNFS # /kern
82 #file-system NULLFS # loopback file system
83 #file-system UMAPFS # NULLFS + uid and gid remapping
84 file-system CD9660 # CD-ROM file system
85
86 # File system options
87 #options QUOTA # UFS quotas
88 #options NFSSERVER # Network File System server
89
90 # Networking options
91 options INET # IP + ICMP + TCP + UDP
92 options NFS_BOOT_DHCP # Support DHCP NFS root
93
94 #options PCIVERBOSE # verbose PCI device autoconfig messages
95 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
96 #options PCMCIAVERBOSE # verbose PCMCIA configuration messages
97
98 # Kernel root file system and dump configuration.
99 #config netbsd root on ? type nfs
100 #config netbsd root on wd0a type ffs
101 config netbsd root on ? type ?
102
103 #
104 # Device configuration
105 #
106
107 mainbus0 at root
108
109 shb* at mainbus?
110
111 # Serial Devices
112 options SCIFCN_SPEED=57600
113 scif0 at shb? port 0xffe80000 irq 12
114
115 pvr0 at shb?
116 wsdisplay* at pvr? console ?
117
118 maple0 at shb?
119 mkbd* at maple? port ? subunit ?
120 wskbd* at mkbd? console ?
121
122 gdrom0 at shb?
123
124 g2bus0 at shb?
125 gapspci* at g2bus? # GAPS PCI bridge
126 pci* at gapspci?
127 rtk* at pci? dev ? function ? # SEGA Broadband Adapter
128 ukphy* at mii? phy ?
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 # pseudo-terminals
151 #pseudo-device ppp 2 # Point-to-Point Protocol
152 #pseudo-device tun 2 # network tunneling over tty
153 pseudo-device rnd # /dev/random and in-kernel generator
154
155 # Enable the hooks used for initializing the root memory-disk.
156 #options MEMORY_DISK_HOOKS
157 #options MEMORY_DISK_IS_ROOT # force root on memory disk
158 #options MEMORY_DISK_SERVER=0 # no userspace memory disk support
159 #options MINIROOTSIZE=3074 # size of memory disk, in blocks
160
161 pseudo-device md 1 # memory disk device (ramdisk)
162