P5064 revision 1.13 1 # $NetBSD: P5064,v 1.13 2002/04/17 02:22:41 mycroft Exp $
2 #
3 # Algorithmics P-5064 kernel.
4 #
5
6 include "arch/algor/conf/std.algor"
7
8 #ident "P5064-$Revision: 1.13 $"
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 options MIPS3_L2CACHE_ABSENT # No L2 cache on this machine
18
19 # Standard system options
20 options KTRACE # System call tracing support
21 options NTP # kernel PLL for NTP
22
23 # Diagnostic/debugging support options
24 options DIAGNOSTIC # Cheap kernel consistency checks
25 options DDB # kernel debugger
26 makeoptions DEBUG="-g"
27 #makeoptions DEBUGLIST="pattern1 pattern2 ..."
28
29 # File systems
30 file-system FFS # Fast file system
31 file-system MFS # Memory-based file system
32 file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
33 file-system MSDOSFS # MS-DOS-compatible file system
34 file-system NTFS # Windows/NT file system (experimental)
35 file-system NFS # Sun NFS-compatible file system client
36 file-system KERNFS # Kernel variable file system (/kern)
37 file-system PROCFS # Process file system (/proc)
38 file-system FDESC # /dev/fd file system
39
40 # File system options
41 options NFSSERVER # Sun NFS-compatible file system server
42 #options FFS_EI # FFS Endian Independant support
43 options SOFTDEP # FFS soft updates support.
44
45 # Networking options
46 options INET # Internet protocol suite
47 options INET6 # IPV6
48 options IPSEC # IP security
49 options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
50 #options IPSEC_DEBUG # debug for IP security
51
52 # 4.3BSD compatibility. Should be optional, but necessary for now.
53 options COMPAT_43
54
55 # Binary compatibility with previous versions of NetBSD.
56 #options COMPAT_09
57 options COMPAT_10
58 options COMPAT_11
59 options COMPAT_12
60 options COMPAT_13
61 options COMPAT_14
62
63 # System V-like message queues
64 options SYSVMSG
65
66 # System V-like semaphores
67 options SYSVSEM
68
69 # System V-like shared memory
70 options SYSVSHM
71 #options SHMMAXPGS=1024 # 1024 pages is the default
72
73 # Loadable Kernel Modules
74 options LKM
75
76 # Disable kernel security.
77 #options INSECURE
78
79 # Misc. options
80 options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus
81 options PCIVERBOSE # recognize "unknown" PCI devices
82 options MIIVERBOSE # verbose PHY autoconfig messages
83 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
84 options SCSIVERBOSE # Verbose SCSI errors
85 options UCONSOLE # users can use TIOCCONS (for xconsole)
86 #options PCMCIAVERBOSE
87 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
88
89 # Bitmask for enabling the PCI IDE channels in the southbridge.
90 # Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
91 #
92 # Do this if your firmware (usually PMON) doens't enable the IDE
93 # channels for you (thus causing the NetBSD `pciide' driver to
94 # ignore them).
95 options PCI_NETBSD_ENABLE_IDE=0x1
96
97 # The Alpha console firmware network boots using the BOOTP
98 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
99 # in case we have NFS root.
100 options NFS_BOOT_DHCP # superset of BOOTP
101
102 # WS console uses SUN or VT100 terminal emulation
103 #options WSEMUL_VT100
104
105 config netbsd root on ? type ?
106 #config netbsd root on sd0 type ffs
107 #config netbsd root on ? type nfs
108
109 mainbus0 at root
110 cpu* at mainbus0
111
112 # PCI host bus adapter support
113 vtpbc* at mainbus?
114
115 # PCI bus support
116 pci* at vtpbc?
117
118 # PCI devices
119 #adv* at pci? dev ? function ? # AdvanSys SCSI
120 #adw* at pci? dev ? function ? # AdvanSys Wide SCSI
121 #options ADW_WDTR_DISABLE # disable WDTR
122 #options ADW_SDTR_DISABLE # disable SDTR
123 #options ADW_TAGQ_DISABLE # disable Tag Queuing
124 #ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
125 #bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
126 #cac* at pci? dev ? function ? # Compaq array controller (untested)
127 #cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
128 #cz* at pci? dev ? function ? # Cyclades-Z (untested)
129 #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
130 #eap* at pci? dev ? function ? # Ensoniq AudioPCI
131 #en* at pci? dev ? function ? # ENI PCI ATM (untested)
132 #ep* at pci? dev ? function ? # 3COM 3c59x
133 #epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
134 #eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
135 #ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
136 #fpa* at pci? dev ? function ? # DEC DEFPA FDDI
137 #fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
138 #gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet
139 #isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
140 #le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
141 pcib* at pci? dev ? function ? # Intel PCI-ISA Bridges
142 siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
143 #mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested)
144 #ne* at pci? dev ? function ? # NE2000-compatible Ethernet
145 #ohci* at pci? dev ? function ? # USB Open Host Controller
146 pciide* at pci? dev ? function ? # PCI IDE controllers
147 #pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
148 ppb* at pci? dev ? function ? # PCI-PCI Bridges
149 #rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
150 #sip* at pci? dev ? function ? # SiS 900 Ethernet
151 #sv* at pci? dev ? function ? # S3 SonicVibes
152 #tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
153 #ti* at pci? dev ? function ? # Alteon Tigon Gig-E
154 #tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
155 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
156 #uhci* at pci? dev ? function ? # USB Univ. Host Controller
157 #vga* at pci? dev ? function ? # PCI VGA Graphics
158 #vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
159 #yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
160
161 #audio* at eap?
162 #audio* at eso?
163 #audio* at sv?
164 #audio* at yds?
165
166 #opl* at eso?
167 #opl* at sv?
168 #opl* at yds?
169
170 #mpu* at eso?
171 #mpu* at yds?
172
173 # MII/PHY support
174 #exphy* at mii? phy ? # 3Com internal PHYs
175 #icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
176 #inphy* at mii? phy ? # Intel 82555 PHYs
177 #lxtphy* at mii? phy ? # Level One LXT-970 PHYs
178 #nsphy* at mii? phy ? # NS83840 PHYs
179 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
180 #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
181 #tlphy* at mii? phy ? # ThunderLAN PHYs
182 ukphy* at mii? phy ? # generic unknown PHYs
183
184 # ISA/EISA bus support
185 isa* at pcib?
186 #isapnp* at isa?
187
188 # ISA devices
189 mcclock* at isa? port 0x70
190 #pckbc* at isa? # PC keyboard controller
191 #pckbd* at pckbc? # PC keyboard (kbd port)
192 #pms* at pckbc? # PS/2-style mouse (aux port)
193 #pcppi* at isa? # PC prog. periph. interface
194 #spkr0 at pcppi? # IBM BASIC emulation
195 #isabeep0 at pcppi? # "keyboard" beep
196 #midi* at pcppi?
197 com* at isa? port 0x3f8 irq 4 # standard serial ports
198 com* at isa? port 0x2f8 irq 3
199 #cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
200 #ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
201 #ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
202 #ep* at isapnp?
203 #ix0 at isa? port 0x300 irq 10 # EtherExpress/16
204 #iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
205 fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
206 #lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
207 #lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
208 #depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA
209 #depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA
210 #le* at depca?
211 #lpt* at isa? port 0x3bc irq 7 # standard parallel port
212 #vga* at isa? # ISA (EISA: XXX) VGA
213 #wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
214 #wdc1 at isa? port 0x170 irq 15
215 #wdc* at isapnp?
216 #we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
217 #we1 at isa? port 0x300 iomem 0xcc000 irq 10
218 #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
219 #wss* at isapnp?
220 #audio* at wss?
221 #midi* at wss?
222 #sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster
223 #sb* at isapnp?
224 #audio* at sb?
225 #adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02]
226 #aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
227 #aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI
228 #bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
229 #bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
230 #uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
231 #uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
232 pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
233 pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
234 pcmcia* at pcic? controller ? socket ?
235
236 # PCMCIA device
237 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
238 com* at pcmcia? function ? # Modems and serial cards
239 wdc* at pcmcia? function ? # PCMCIA IDE controllers
240 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth.
241 mbe* at pcmcia? function ? # MB8696x based Ethernet
242 ne* at pcmcia? function ? # NE2000-compatible Eth.
243 sm* at pcmcia? function ? # Megahertz Ethernet
244 ray* at pcmcia? function ? # Raytheon Raylink (802.11)
245 wi* at pcmcia? function ? # Lucent WaveLAN/IEEE
246
247 # SCSI bus support
248 #scsibus* at adv?
249 #scsibus* at adw?
250 #scsibus* at aha?
251 #scsibus* at ahb?
252 #scsibus* at ahc?
253 scsibus* at aic?
254 #scsibus* at bha?
255 #scsibus* at dpt?
256 #scsibus* at isp?
257 scsibus* at siop?
258 #scsibus* at pcscp?
259 #scsibus* at uha?
260
261 # SCSI devices
262 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
263 sd* at scsibus? target ? lun ? # SCSI disk drives
264 #st* at scsibus? target ? lun ? # SCSI tape drives
265
266 # ST506/ESDI/IDE devices
267 wd* at pciide? channel ?
268 wd* at wdc? drive ?
269
270 # ATAPI bus support
271 atapibus* at pciide? channel ?
272 atapibus* at wdc?
273
274 # ATAPI devices
275 sd* at atapibus? drive ? # ATAPI disk devices
276 cd* at atapibus? drive ? # ATAPI CD-ROM devices
277
278 # Floppy drives
279 fd* at fdc? drive ?
280
281 # Hardware RAID devices
282 #ld* at cac? unit ?
283 #ld* at mlx? unit ?
284
285 # USB bus support
286 #usb* at uhci?
287 #usb* at ohci?
288
289 # USB Hubs
290 #uhub* at usb?
291 #uhub* at uhub? port ? configuration ? interface ?
292
293 # USB HID device
294 #uhidev* at uhub? port ? configuration ? interface ?
295
296 # USB Mice
297 #ums* at uhidev? reportid ?
298 #wsmouse* at ums?
299
300 # USB Keyboards
301 #ukbd* at uhidev? reportid ?
302 #wskbd* at ukbd? console ?
303
304 # USB Generic HID devices
305 #uhid* at uhidev? reportid ?
306
307 # USB Printer
308 #ulpt* at uhub? port ? configuration ? interface ?
309
310 # USB Modem
311 #umodem* at uhub? port ? configuration ?
312 #ucom* at umodem?
313
314 # USB Mass Storage
315 #umass* at uhub? port ? configuration ? interface ?
316 #atapibus* at umass? channel ?
317 #scsibus* at umass? channel ?
318
319 # USB Ethernet adapters
320 #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
321 #cue* at uhub? port ? # CATC USB-EL1201A based adapters
322 #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
323
324 # Serial adapters
325 # FTDI FT8U100AX serial adapter
326 #uftdi* at uhub? port ?
327 #ucom* at uftdi? portno ?
328
329 # USB scanners
330 #uscanner* at uhub? port ?
331
332 # Y@P firmware loader
333 #uyap* at uhub? port ?
334
335 # USB Generic driver
336 #ugen* at uhub? port ?
337
338 # Workstation Console attachments
339 #wsdisplay* at vga?
340 #wskbd* at pckbd?
341 #wsmouse* at pms?
342
343 pseudo-device bpfilter 16
344 pseudo-device ccd 4
345 #pseudo-device raid 4 # RAIDframe disk driver
346 #options RAID_AUTOCONFIG # auto-configuration of RAID components
347 pseudo-device ipfilter 1
348 pseudo-device loop 1
349 pseudo-device md 1
350 pseudo-device ppp 4
351 pseudo-device pty # pseudo-terminals
352 pseudo-device sl 4
353 pseudo-device vnd 4
354 #pseudo-device gre 2 # generic L3 over IP tunnel
355 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
356 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
357 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
358 pseudo-device vlan # IEEE 802.1q encapsulation
359 pseudo-device sequencer 1 # MIDI sequencer
360 pseudo-device rnd # /dev/random and in-kernel generator
361 #options RND_COM # use "com" randomness too
362