P5064 revision 1.8 1 # $NetBSD: P5064,v 1.8 2001/08/22 00:42:43 thorpej Exp $
2 #
3 # Algorithmics P-5064 kernel.
4 #
5
6 include "arch/algor/conf/std.algor"
7
8 #ident "P5064-$Revision: 1.8 $"
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
88 # Bitmask for enabling the PCI IDE channels in the southbridge.
89 # Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
90 #
91 # Do this if your firmware (usually PMON) doens't enable the IDE
92 # channels for you (thus causing the NetBSD `pciide' driver to
93 # ignore them).
94 options PCI_NETBSD_ENABLE_IDE=0x1
95
96 # The Alpha console firmware network boots using the BOOTP
97 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
98 # in case we have NFS root.
99 options NFS_BOOT_DHCP # superset of BOOTP
100
101 # WS console uses SUN or VT100 terminal emulation
102 #options WSEMUL_VT100
103
104 config netbsd root on ? type ?
105 #config netbsd root on sd0 type ffs
106 #config netbsd root on ? type nfs
107
108 mainbus0 at root
109 cpu* at mainbus0
110
111 # PCI host bus adapter support
112 vtpbc* at mainbus?
113
114 # PCI bus support
115 pci* at vtpbc?
116
117 # PCI devices
118 #adv* at pci? dev ? function ? # AdvanSys SCSI
119 #adw* at pci? dev ? function ? # AdvanSys Wide SCSI
120 #options ADW_WDTR_DISABLE # disable WDTR
121 #options ADW_SDTR_DISABLE # disable SDTR
122 #options ADW_TAGQ_DISABLE # disable Tag Queuing
123 #ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
124 #bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
125 #cac* at pci? dev ? function ? # Compaq array controller (untested)
126 #cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
127 #cz* at pci? dev ? function ? # Cyclades-Z (untested)
128 #de* at pci? dev ? function ? # 21x4x-based Ethernet
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 options TLP_MATCH_21040
157 options TLP_MATCH_21041
158 options TLP_MATCH_21140
159 options TLP_MATCH_21142
160 #uhci* at pci? dev ? function ? # USB Univ. Host Controller
161 #vga* at pci? dev ? function ? # PCI VGA Graphics
162 #vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
163 #yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
164
165 #audio* at eap?
166 #audio* at eso?
167 #audio* at sv?
168 #audio* at yds?
169
170 #opl* at eso?
171 #opl* at sv?
172 #opl* at yds?
173
174 #mpu* at eso?
175 #mpu* at yds?
176
177 # MII/PHY support
178 #exphy* at mii? phy ? # 3Com internal PHYs
179 #icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
180 #inphy* at mii? phy ? # Intel 82555 PHYs
181 #lxtphy* at mii? phy ? # Level One LXT-970 PHYs
182 #nsphy* at mii? phy ? # NS83840 PHYs
183 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
184 #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
185 #tlphy* at mii? phy ? # ThunderLAN PHYs
186 ukphy* at mii? phy ? # generic unknown PHYs
187
188 # ISA/EISA bus support
189 isa* at pcib?
190 #isapnp* at isa?
191
192 # ISA devices
193 mcclock* at isa? port 0x70
194 #pckbc* at isa? # PC keyboard controller
195 #pckbd* at pckbc? # PC keyboard (kbd port)
196 #pms* at pckbc? # PS/2-style mouse (aux port)
197 #pcppi* at isa? # PC prog. periph. interface
198 #spkr0 at pcppi? # IBM BASIC emulation
199 #isabeep0 at pcppi? # "keyboard" beep
200 #midi* at pcppi?
201 com* at isa? port 0x3f8 irq 4 # standard serial ports
202 com* at isa? port 0x2f8 irq 3
203 #cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
204 #ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
205 #ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
206 #ep* at isapnp?
207 #ix0 at isa? port 0x300 irq 10 # EtherExpress/16
208 #iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
209 fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
210 #lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
211 #lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
212 #depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA
213 #depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA
214 #le* at depca?
215 #lpt* at isa? port 0x3bc irq 7 # standard parallel port
216 #vga* at isa? # ISA (EISA: XXX) VGA
217 #wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
218 #wdc1 at isa? port 0x170 irq 15
219 #wdc* at isapnp?
220 #we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
221 #we1 at isa? port 0x300 iomem 0xcc000 irq 10
222 #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
223 #wss* at isapnp?
224 #audio* at wss?
225 #midi* at wss?
226 #sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster
227 #sb* at isapnp?
228 #audio* at sb?
229 #adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02]
230 #aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
231 #aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI
232 #bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
233 #bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
234 #uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
235 #uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
236 pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
237 pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
238 pcmcia* at pcic? controller ? socket ?
239
240 # PCMCIA device
241 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
242 com* at pcmcia? function ? # Modems and serial cards
243 wdc* at pcmcia? function ? # PCMCIA IDE controllers
244 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth.
245 mbe* at pcmcia? function ? # MB8696x based Ethernet
246 ne* at pcmcia? function ? # NE2000-compatible Eth.
247 sm* at pcmcia? function ? # Megahertz Ethernet
248 ray* at pcmcia? function ? # Raytheon Raylink (802.11)
249 wi* at pcmcia? function ? # Lucent WaveLAN/IEEE
250
251 # SCSI bus support
252 #scsibus* at adv?
253 #scsibus* at adw?
254 #scsibus* at aha?
255 #scsibus* at ahb?
256 #scsibus* at ahc?
257 scsibus* at aic?
258 #scsibus* at bha?
259 #scsibus* at dpt?
260 #scsibus* at isp?
261 scsibus* at siop?
262 #scsibus* at pcscp?
263 #scsibus* at uha?
264
265 # SCSI devices
266 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
267 sd* at scsibus? target ? lun ? # SCSI disk drives
268 #st* at scsibus? target ? lun ? # SCSI tape drives
269
270 # ST506/ESDI/IDE devices
271 wd* at pciide? channel ?
272 wd* at wdc? drive ?
273
274 # ATAPI bus support
275 atapibus* at pciide? channel ?
276 atapibus* at wdc?
277
278 # ATAPI devices
279 sd* at atapibus? drive ? # ATAPI disk devices
280 cd* at atapibus? drive ? # ATAPI CD-ROM devices
281
282 # Floppy drives
283 fd* at fdc? drive ?
284
285 # Hardware RAID devices
286 #ld* at cac? unit ?
287 #ld* at mlx? unit ?
288
289 # USB bus support
290 #usb* at uhci?
291 #usb* at ohci?
292
293 # USB Hubs
294 #uhub* at usb?
295 #uhub* at uhub? port ? configuration ? interface ?
296
297 # USB Mice
298 #ums* at uhub? port ? configuration ? interface ?
299 #wsmouse* at ums?
300
301 # USB Keyboards
302 #ukbd* at uhub? port ? configuration ? interface ?
303 #wskbd* at ukbd? console ?
304
305 # USB Generic HID devices
306 #uhid* at uhub? port ? configuration ? interface ?
307
308 # USB Printer
309 #ulpt* at uhub? port ? configuration ? interface ?
310
311 # USB Modem
312 #umodem* at uhub? port ? configuration ?
313 #ucom* at umodem?
314
315 # USB Mass Storage
316 #umass* at uhub? port ? configuration ? interface ?
317 #atapibus* at umass? channel ?
318 #scsibus* at umass? channel ?
319
320 # USB Ethernet adapters
321 #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
322 #cue* at uhub? port ? # CATC USB-EL1201A based adapters
323 #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
324
325 # Serial adapters
326 # FTDI FT8U100AX serial adapter
327 #uftdi* at uhub? port ?
328 #ucom* at uftdi? portno ?
329
330 # USB scanners
331 #uscanner* at uhub? port ?
332
333 # Y@P firmware loader
334 #uyap* at uhub? port ?
335
336 # USB Generic driver
337 #ugen* at uhub? port ?
338
339 # Workstation Console attachments
340 #wsdisplay* at vga?
341 #wskbd* at pckbd?
342 #wsmouse* at pms?
343
344 pseudo-device bpfilter 16
345 pseudo-device ccd 4
346 #pseudo-device raid 4 # RAIDframe disk driver
347 #options RAID_AUTOCONFIG # auto-configuration of RAID components
348 pseudo-device ipfilter 1
349 pseudo-device loop 1
350 pseudo-device md 1
351 pseudo-device ppp 4
352 pseudo-device pty # pseudo-terminals
353 pseudo-device sl 4
354 pseudo-device vnd 4
355 #pseudo-device gre 2 # generic L3 over IP tunnel
356 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
357 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
358 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
359 pseudo-device vlan # IEEE 802.1q encapsulation
360 pseudo-device sequencer 1 # MIDI sequencer
361 pseudo-device rnd # /dev/random and in-kernel generator
362 #options RND_COM # use "com" randomness too
363