GENERIC revision 1.12 1 # $NetBSD: GENERIC,v 1.12 2001/09/01 21:52:26 atatat 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 SEMMNI=10 # number of semaphore identifiers
56 #options SEMMNS=60 # number of semaphores in system
57 #options SEMUME=10 # max number of undo entries per process
58 #options SEMMNU=30 # number of undo structures in system
59 #options SYSVSHM # System V-like memory sharing
60 #options SHMMAXPGS=1024 # 1024 pages is the default
61
62 # Diagnostic/debugging support options
63 #options DIAGNOSTIC # cheap kernel consistency checks
64 #options DEBUG # expensive debugging checks/support
65 #options DDB # in-kernel debugger
66 #makeoptions DEBUG="-g" # compile full symbol table
67 #options SYSCALL_DEBUG
68 #options UVMHIST
69 #options UVMHIST_PRINT
70
71 # Compatibility options
72 options COMPAT_13 # NetBSD 1.3
73 options COMPAT_14 # NetBSD 1.4,
74 options COMPAT_43 # and 4.3BSD
75
76 # Executable format options
77 options EXEC_COFF # COFF executables
78 options EXEC_ELF32 # 32-bit ELF executables
79
80 # File systems
81 file-system FFS # UFS
82 file-system MFS # memory file system
83 file-system NFS # Network File System client
84 file-system PROCFS # /proc
85 file-system KERNFS # /kern
86 #file-system NULLFS # loopback file system
87 #file-system UMAPFS # NULLFS + uid and gid remapping
88 file-system CD9660 # CD-ROM file system
89
90 # File system options
91 #options QUOTA # UFS quotas
92 #options NFSSERVER # Network File System server
93
94 # Networking options
95 options INET # IP + ICMP + TCP + UDP
96 options NFS_BOOT_DHCP # Support DHCP NFS root
97
98 #options PCIVERBOSE # verbose PCI device autoconfig messages
99 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
100 #options PCMCIAVERBOSE # verbose PCMCIA configuration messages
101
102 # Kernel root file system and dump configuration.
103 #config netbsd root on ? type nfs
104 #config netbsd root on wd0a type ffs
105 config netbsd root on ? type ?
106
107 #
108 # Device configuration
109 #
110
111 mainbus0 at root
112
113 shb* at mainbus?
114
115 # Serial Devices
116 options SCIFCN_SPEED=57600
117 scif0 at shb? port 0xffe80000 irq 12
118
119 pvr0 at shb?
120 wsdisplay* at pvr? console ?
121
122 maple0 at shb?
123 mkbd* at maple? port ? subunit ?
124 wskbd* at mkbd? console ?
125
126 gdrom0 at shb?
127
128 g2bus0 at shb?
129 gapspci* at g2bus? # GAPS PCI bridge
130 pci* at gapspci?
131 rtk* at pci? dev ? function ? # SEGA Broadband Adapter
132 ukphy* at mii? phy ?
133
134 # SH PCMCIA controllers
135 #shpcic0 at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
136 #shpcic1 at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
137
138 # PCMCIA bus support
139 #pcmcia* at shpcic? controller ? socket ?
140
141 #com* at pcmcia? function ? # Modems and serial cards
142 #wdc* at pcmcia? function ?
143 #wd* at wdc? drive ? # the drives themselves
144
145 #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
146 #mbe* at pcmcia? function ? # MB8696x based Ethernet
147 #ne* at pcmcia? function ? # NE2000-compatible Ethernet
148 #sm* at pcmcia? function ? # Megahertz Ethernet
149
150 #pseudo-device vnd 4 # disk-like interface to files
151 #pseudo-device bpfilter 8 # Berkeley packet filter
152 #pseudo-device bridge # simple inter-network bridging
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 pseudo-device rnd # /dev/random and in-kernel generator
159
160 # Enable the hooks used for initializing the root memory-disk.
161 #options MEMORY_DISK_HOOKS
162 #options MEMORY_DISK_IS_ROOT # force root on memory disk
163 #options MEMORY_DISK_SERVER=0 # no userspace memory disk support
164 #options MINIROOTSIZE=3074 # size of memory disk, in blocks
165
166 pseudo-device md 1 # memory disk device (ramdisk)
167