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