P4032 revision 1.36 1 # $NetBSD: P4032,v 1.36 2005/08/19 02:03:49 christos Exp $
2 #
3 # Algorithmics P-4032 kernel.
4 #
5
6 include "arch/algor/conf/std.algor"
7
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9
10 #ident "P4032-$Revision: 1.36 $"
11
12 maxusers 32
13
14 # Platform Support
15 options ALGOR_P4032 # Algorithmics P-4032
16 #options ALGOR_P5064 # Algorithmics P-5064
17 #options ALGOR_P6032 # Algorithmics P-6032
18
19 # Set these to the appropriate values, in case you have a buggy PMON
20 # that doesn't provide environment variables properly.
21 #options MEMSIZE=48 # memory size, in MB
22 #options ETHADDR="\"00:40:bc:03:00:6c\""
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 options FFS_NO_SNAPSHOT # No FFS snapshots
50
51 # Networking options
52 options INET # Internet protocol suite
53 options INET6 # IPV6
54 options IPSEC # IP security
55 options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
56 options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
57 #options IPSEC_DEBUG # debug for IP security
58
59 # 4.3BSD compatibility. Should be optional, but necessary for now.
60 options COMPAT_43
61
62 # Binary compatibility with previous versions of NetBSD.
63 #options COMPAT_09
64 options COMPAT_10
65 options COMPAT_11
66 options COMPAT_12
67 options COMPAT_13
68 options COMPAT_14
69 options COMPAT_16
70 options COMPAT_20
71 options COMPAT_30 # NetBSD 3.0 compatibility.
72 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
73
74 # System V-like message queues
75 options SYSVMSG
76
77 # System V-like semaphores
78 options SYSVSEM
79
80 # System V-like shared memory
81 options SYSVSHM
82 #options SHMMAXPGS=1024 # 1024 pages is the default
83
84 # Loadable Kernel Modules
85 options LKM
86
87 # Disable kernel security.
88 #options INSECURE
89
90 # Misc. options
91 #options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus
92 options PCIVERBOSE # recognize "unknown" PCI devices
93 #options MIIVERBOSE # verbose PHY autoconfig messages
94 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
95 options SCSIVERBOSE # Verbose SCSI errors
96 #options PCMCIAVERBOSE
97 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
98 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
99
100 # The Alpha console firmware network boots using the BOOTP
101 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
102 # in case we have NFS root.
103 options NFS_BOOT_DHCP # superset of BOOTP
104
105 # WS console uses SUN or VT100 terminal emulation
106 #options WSEMUL_VT100
107
108 config netbsd root on ? type ?
109 #config netbsd root on sd0 type ffs
110 #config netbsd root on ? type nfs
111
112 mainbus0 at root
113 cpu* at mainbus0
114
115 # Devices on the P-4032 local I/O bus
116 mcclock* at mainbus? addr ?
117 com* at mainbus? addr ?
118 lpt* at mainbus? addr ?
119 #pckbc* at mainbus? addr ?
120 #fdc* at mainbus? addr ?
121
122 # PCI host bus adapter support
123 vtpbc* at mainbus?
124
125 # PCI bus support
126 pci* at vtpbc?
127
128 # PCI devices
129 #adv* at pci? dev ? function ? # AdvanSys SCSI
130 #adw* at pci? dev ? function ? # AdvanSys Wide SCSI
131 #options SCSI_ADW_WDTR_DISABLE # disable WDTR
132 #options SCSI_ADW_SDTR_DISABLE # disable SDTR
133 #options SCSI_ADW_TAGQ_DISABLE # disable Tag Queuing
134 #ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
135 #bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
136 #cac* at pci? dev ? function ? # Compaq array controller (untested)
137 #cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
138 #cz* at pci? dev ? function ? # Cyclades-Z (untested)
139 #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
140 #eap* at pci? dev ? function ? # Ensoniq AudioPCI
141 #en* at pci? dev ? function ? # ENI PCI ATM (untested)
142 #ep* at pci? dev ? function ? # 3COM 3c59x
143 #epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
144 #eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
145 #ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
146 #fpa* at pci? dev ? function ? # DEC DEFPA FDDI
147 #fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
148 #gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet
149 #isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
150 #le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
151 #pcib* at pci? dev ? function ? # Intel PCI-ISA Bridges
152 #siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
153 #mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested)
154 #ne* at pci? dev ? function ? # NE2000-compatible Ethernet
155 #ohci* at pci? dev ? function ? # USB Open Host Controller
156 #pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
157 #acardide* at pci? dev ? function ? # Acard IDE controllers
158 #aceride* at pci? dev ? function ? # Acer Lab IDE controllers
159 #artsata* at pci? dev ? function ? # Intel i31244 SATA controller
160 #cmdide* at pci? dev ? function ? # CMD tech IDE controllers
161 #cypide* at pci? dev ? function ? # Cypress IDE controllers
162 #hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
163 #optiide* at pci? dev ? function ? # Opti IDE controllers
164 #pdcide* at pci? dev ? function ? # Promise IDE controllers
165 #pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
166 #satalink* at pci? dev ? function ? # SiI SATALink controllers
167 #siside* at pci? dev ? function ? # SiS IDE controllers
168 #slide* at pci? dev ? function ? # Symphony Labs IDE controllers
169 #viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
170 #pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
171 ppb* at pci? dev ? function ? # PCI-PCI Bridges
172 #rtk* at pci? dev ? function ? # Realtek 8129/8139 Ethernet
173 #sip* at pci? dev ? function ? # SiS 900 Ethernet
174 #sv* at pci? dev ? function ? # S3 SonicVibes
175 #tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
176 #ti* at pci? dev ? function ? # Alteon Tigon Gig-E
177 #tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
178 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
179 #uhci* at pci? dev ? function ? # USB Univ. Host Controller
180 #vga* at pci? dev ? function ? # PCI VGA Graphics
181 #vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
182 #yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
183
184 #audio* at eap?
185 #audio* at eso?
186 #audio* at sv?
187 #audio* at yds?
188
189 #opl* at eso?
190 #opl* at sv?
191 #opl* at yds?
192
193 #mpu* at eso?
194 #mpu* at yds?
195
196 # MII/PHY support
197 #exphy* at mii? phy ? # 3Com internal PHYs
198 #icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
199 #inphy* at mii? phy ? # Intel 82555 PHYs
200 #lxtphy* at mii? phy ? # Level One LXT-970 PHYs
201 #nsphy* at mii? phy ? # NS83840 PHYs
202 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
203 #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
204 #tlphy* at mii? phy ? # ThunderLAN PHYs
205 ukphy* at mii? phy ? # generic unknown PHYs
206
207 # SCSI bus support
208 #scsibus* at adv?
209 #scsibus* at adw?
210 #scsibus* at ahc?
211 #scsibus* at bha?
212 #scsibus* at dpt?
213 #scsibus* at isp?
214 #scsibus* at siop?
215 #scsibus* at pcscp?
216
217 # SCSI devices
218 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
219 #sd* at scsibus? target ? lun ? # SCSI disk drives
220 #st* at scsibus? target ? lun ? # SCSI tape drives
221
222 # ATA (IDE) bus support
223 #atabus* at ata?
224
225 # IDE drives
226 #wd* at atabus? drive ?
227
228 # ATAPI bus support
229 #atapibus* at atapi?
230
231 # ATAPI devices
232 #sd* at atapibus? drive ? # ATAPI disk devices
233 #cd* at atapibus? drive ? # ATAPI CD-ROM devices
234
235 # Floppy drives
236 #fd* at fdc? drive ?
237
238 # Hardware RAID devices
239 #ld* at cac? unit ?
240 #ld* at mlx? unit ?
241
242 # USB bus support
243 #usb* at uhci?
244 #usb* at ohci?
245
246 # USB Hubs
247 #uhub* at usb?
248 #uhub* at uhub? port ? configuration ? interface ?
249
250 # USB HID device
251 #uhidev* at uhub? port ? configuration ? interface ?
252
253 # USB Mice
254 #ums* at uhidev? reportid ?
255 #wsmouse* at ums?
256
257 # USB Keyboards
258 #ukbd* at uhidev? reportid ?
259 #wskbd* at ukbd? console ?
260
261 # USB serial adpater
262 #ucycom* at uhidev? reportid ?
263
264 # USB Generic HID devices
265 #uhid* at uhidev? reportid ?
266
267 # USB Printer
268 #ulpt* at uhub? port ? configuration ? interface ?
269
270 # USB Modem
271 #umodem* at uhub? port ? configuration ?
272 #ucom* at umodem?
273
274 # USB Mass Storage
275 #umass* at uhub? port ? configuration ? interface ?
276 #atapibus* at umass?
277 #scsibus* at umass? channel ?
278
279 # USB Ethernet adapters
280 #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
281 #axe* at uhub? port ? # ASIX AX88172 based adapters
282 #cue* at uhub? port ? # CATC USB-EL1201A based adapters
283 #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
284 #url* at uhub? port ? # Realtek RTL8150L based adapters
285
286 # Serial adapters
287 # FTDI FT8U100AX serial adapter
288 #uftdi* at uhub? port ?
289 #ucom* at uftdi? portno ?
290
291 # Kyocera AIR-EDGE PHONE
292 #ukyopon* at uhub? port ?
293 #ucom* at ukyopon? portno ?
294
295 # USB scanners
296 #uscanner* at uhub? port ?
297
298 # Y@P firmware loader
299 #uyap* at uhub? port ?
300
301 # USB Generic driver
302 #ugen* at uhub? port ?
303
304 # Workstation Console attachments
305 #wsdisplay* at vga?
306 #wskbd* at pckbd?
307 #wsmouse* at pms?
308
309 pseudo-device bpfilter 16
310 pseudo-device ccd 4
311 #pseudo-device cgd 4 # cryptographic disk devices
312 #pseudo-device raid 4 # RAIDframe disk driver
313 #options RAID_AUTOCONFIG # auto-configuration of RAID components
314 #pseudo-device fss 4 # file system snapshot device
315 pseudo-device ipfilter 1
316 pseudo-device loop 1
317 pseudo-device md 1
318 pseudo-device ppp 4
319 pseudo-device pty # pseudo-terminals
320 pseudo-device sl 4
321 pseudo-device vnd 4
322 #pseudo-device gre 2 # generic L3 over IP tunnel
323 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
324 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
325 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
326 pseudo-device vlan # IEEE 802.1q encapsulation
327 pseudo-device sequencer 1 # MIDI sequencer
328 pseudo-device rnd # /dev/random and in-kernel generator
329 #options RND_COM # use "com" randomness too
330 pseudo-device clockctl # user control of clock subsystem
331