P4032 revision 1.5 1 # $NetBSD: P4032,v 1.5 2001/12/28 17:37:01 augustss Exp $
2 #
3 # Algorithmics P-4032 kernel.
4 #
5
6 include "arch/algor/conf/std.algor"
7
8 #ident "P4032-$Revision: 1.5 $"
9
10 maxusers 32
11
12 # Platform Support
13 options ALGOR_P4032 # Algorithmics P-4032
14 #options ALGOR_P5064 # Algorithmics P-5064
15 #options ALGOR_P6032 # Algorithmics P-6032
16
17 # Set these to the appropriate values, in case you have a buggy PMON
18 # that doesn't provide environment variables properly.
19 #options MEMSIZE=48 # memory size, in MB
20 #options ETHADDR="\"00:40:bc:03:00:6c\""
21
22 options MIPS3_L2CACHE_ABSENT # No L2 cache on this machine
23
24 # Standard system options
25 options KTRACE # System call tracing support
26 options NTP # kernel PLL for NTP
27
28 # Diagnostic/debugging support options
29 options DIAGNOSTIC # Cheap kernel consistency checks
30 options DDB # kernel debugger
31 makeoptions DEBUG="-g"
32 #makeoptions DEBUGLIST="pattern1 pattern2 ..."
33
34 # File systems
35 file-system FFS # Fast file system
36 file-system MFS # Memory-based file system
37 file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
38 file-system MSDOSFS # MS-DOS-compatible file system
39 file-system NTFS # Windows/NT file system (experimental)
40 file-system NFS # Sun NFS-compatible file system client
41 file-system KERNFS # Kernel variable file system (/kern)
42 file-system PROCFS # Process file system (/proc)
43 file-system FDESC # /dev/fd file system
44
45 # File system options
46 options NFSSERVER # Sun NFS-compatible file system server
47 #options FFS_EI # FFS Endian Independant support
48 options SOFTDEP # FFS soft updates support.
49
50 # Networking options
51 options INET # Internet protocol suite
52 options INET6 # IPV6
53 options IPSEC # IP security
54 options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
55 #options IPSEC_DEBUG # debug for IP security
56
57 # 4.3BSD compatibility. Should be optional, but necessary for now.
58 options COMPAT_43
59
60 # Binary compatibility with previous versions of NetBSD.
61 #options COMPAT_09
62 options COMPAT_10
63 options COMPAT_11
64 options COMPAT_12
65 options COMPAT_13
66 options COMPAT_14
67
68 # System V-like message queues
69 options SYSVMSG
70
71 # System V-like semaphores
72 options SYSVSEM
73
74 # System V-like shared memory
75 options SYSVSHM
76 #options SHMMAXPGS=1024 # 1024 pages is the default
77
78 # Loadable Kernel Modules
79 options LKM
80
81 # Disable kernel security.
82 #options INSECURE
83
84 # Misc. options
85 #options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus
86 options PCIVERBOSE # recognize "unknown" PCI devices
87 #options MIIVERBOSE # verbose PHY autoconfig messages
88 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
89 options SCSIVERBOSE # Verbose SCSI errors
90 options UCONSOLE # users can use TIOCCONS (for xconsole)
91 #options PCMCIAVERBOSE
92
93 # The Alpha console firmware network boots using the BOOTP
94 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
95 # in case we have NFS root.
96 options NFS_BOOT_DHCP # superset of BOOTP
97
98 # WS console uses SUN or VT100 terminal emulation
99 #options WSEMUL_VT100
100
101 config netbsd root on ? type ?
102 #config netbsd root on sd0 type ffs
103 #config netbsd root on ? type nfs
104
105 mainbus0 at root
106 cpu* at mainbus0
107
108 # Devices on the P-4032 local I/O bus
109 mcclock* at mainbus? addr ?
110 com* at mainbus? addr ?
111 lpt* at mainbus? addr ?
112 #pckbc* at mainbus? addr ?
113 #fdc* at mainbus? addr ?
114
115 # PCI host bus adapter support
116 vtpbc* at mainbus?
117
118 # PCI bus support
119 pci* at vtpbc?
120
121 # PCI devices
122 #adv* at pci? dev ? function ? # AdvanSys SCSI
123 #adw* at pci? dev ? function ? # AdvanSys Wide SCSI
124 #options ADW_WDTR_DISABLE # disable WDTR
125 #options ADW_SDTR_DISABLE # disable SDTR
126 #options ADW_TAGQ_DISABLE # disable Tag Queuing
127 #ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
128 #bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
129 #cac* at pci? dev ? function ? # Compaq array controller (untested)
130 #cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
131 #cz* at pci? dev ? function ? # Cyclades-Z (untested)
132 #de* at pci? dev ? function ? # 21x4x-based Ethernet
133 #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
134 #eap* at pci? dev ? function ? # Ensoniq AudioPCI
135 #en* at pci? dev ? function ? # ENI PCI ATM (untested)
136 #ep* at pci? dev ? function ? # 3COM 3c59x
137 #epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
138 #eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
139 #ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
140 #fpa* at pci? dev ? function ? # DEC DEFPA FDDI
141 #fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
142 #gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet
143 #isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
144 #le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
145 #pcib* at pci? dev ? function ? # Intel PCI-ISA Bridges
146 #siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
147 #mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested)
148 #ne* at pci? dev ? function ? # NE2000-compatible Ethernet
149 #ohci* at pci? dev ? function ? # USB Open Host Controller
150 #pciide* at pci? dev ? function ? # PCI IDE controllers
151 #pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
152 ppb* at pci? dev ? function ? # PCI-PCI Bridges
153 #rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
154 #sip* at pci? dev ? function ? # SiS 900 Ethernet
155 #sv* at pci? dev ? function ? # S3 SonicVibes
156 #tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
157 #ti* at pci? dev ? function ? # Alteon Tigon Gig-E
158 #tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
159 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
160 options TLP_MATCH_21040
161 options TLP_MATCH_21041
162 options TLP_MATCH_21140
163 options TLP_MATCH_21142
164 #uhci* at pci? dev ? function ? # USB Univ. Host Controller
165 #vga* at pci? dev ? function ? # PCI VGA Graphics
166 #vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
167 #yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
168
169 #audio* at eap?
170 #audio* at eso?
171 #audio* at sv?
172 #audio* at yds?
173
174 #opl* at eso?
175 #opl* at sv?
176 #opl* at yds?
177
178 #mpu* at eso?
179 #mpu* at yds?
180
181 # MII/PHY support
182 #exphy* at mii? phy ? # 3Com internal PHYs
183 #icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
184 #inphy* at mii? phy ? # Intel 82555 PHYs
185 #lxtphy* at mii? phy ? # Level One LXT-970 PHYs
186 #nsphy* at mii? phy ? # NS83840 PHYs
187 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
188 #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
189 #tlphy* at mii? phy ? # ThunderLAN PHYs
190 ukphy* at mii? phy ? # generic unknown PHYs
191
192 # SCSI bus support
193 #scsibus* at adv?
194 #scsibus* at adw?
195 #scsibus* at ahc?
196 #scsibus* at bha?
197 #scsibus* at dpt?
198 #scsibus* at isp?
199 #scsibus* at siop?
200 #scsibus* at pcscp?
201
202 # SCSI devices
203 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
204 #sd* at scsibus? target ? lun ? # SCSI disk drives
205 #st* at scsibus? target ? lun ? # SCSI tape drives
206
207 # ST506/ESDI/IDE devices
208 #wd* at pciide? channel ?
209 #wd* at wdc? drive ?
210
211 # ATAPI bus support
212 #atapibus* at pciide? channel ?
213 #atapibus* at wdc?
214
215 # ATAPI devices
216 #sd* at atapibus? drive ? # ATAPI disk devices
217 #cd* at atapibus? drive ? # ATAPI CD-ROM devices
218
219 # Floppy drives
220 #fd* at fdc? drive ?
221
222 # Hardware RAID devices
223 #ld* at cac? unit ?
224 #ld* at mlx? unit ?
225
226 # USB bus support
227 #usb* at uhci?
228 #usb* at ohci?
229
230 # USB Hubs
231 #uhub* at usb?
232 #uhub* at uhub? port ? configuration ? interface ?
233
234 # USB HID device
235 #uhidev* at uhub? port ? configuration ? interface ?
236
237 # USB Mice
238 #ums* at uhidev? reportid ?
239 #wsmouse* at ums?
240
241 # USB Keyboards
242 #ukbd* at uhidev? reportid ?
243 #wskbd* at ukbd? console ?
244
245 # USB Generic HID devices
246 #uhid* at uhidev? reportid ?
247
248 # USB Printer
249 #ulpt* at uhub? port ? configuration ? interface ?
250
251 # USB Modem
252 #umodem* at uhub? port ? configuration ?
253 #ucom* at umodem?
254
255 # USB Mass Storage
256 #umass* at uhub? port ? configuration ? interface ?
257 #atapibus* at umass? channel ?
258 #scsibus* at umass? channel ?
259
260 # USB Ethernet adapters
261 #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
262 #cue* at uhub? port ? # CATC USB-EL1201A based adapters
263 #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
264
265 # Serial adapters
266 # FTDI FT8U100AX serial adapter
267 #uftdi* at uhub? port ?
268 #ucom* at uftdi? portno ?
269
270 # USB scanners
271 #uscanner* at uhub? port ?
272
273 # Y@P firmware loader
274 #uyap* at uhub? port ?
275
276 # USB Generic driver
277 #ugen* at uhub? port ?
278
279 # Workstation Console attachments
280 #wsdisplay* at vga?
281 #wskbd* at pckbd?
282 #wsmouse* at pms?
283
284 pseudo-device bpfilter 16
285 pseudo-device ccd 4
286 #pseudo-device raid 4 # RAIDframe disk driver
287 #options RAID_AUTOCONFIG # auto-configuration of RAID components
288 pseudo-device ipfilter 1
289 pseudo-device loop 1
290 pseudo-device md 1
291 pseudo-device ppp 4
292 pseudo-device pty # pseudo-terminals
293 pseudo-device sl 4
294 pseudo-device vnd 4
295 #pseudo-device gre 2 # generic L3 over IP tunnel
296 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
297 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
298 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
299 pseudo-device vlan # IEEE 802.1q encapsulation
300 pseudo-device sequencer 1 # MIDI sequencer
301 pseudo-device rnd # /dev/random and in-kernel generator
302 #options RND_COM # use "com" randomness too
303