GENERIC_TINY revision 1.172 1 # $NetBSD: GENERIC_TINY,v 1.172 2024/01/29 18:27:13 christos Exp $
2 #
3 # GENERIC_TINY -- suitable default for 4M machines
4 # No EISA, PCI, or SCSI.
5 #
6
7 include "arch/i386/conf/std.i386"
8
9 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
10
11 makeoptions COPTS="-Os"
12 makeoptions USE_SSP="no"
13
14 maxusers 8 # estimated number of users
15
16 # CPU-related options.
17 #options USER_LDT # user-settable LDT; used by WINE
18
19 # This option allows you to force a serial console at the specified
20 # I/O address. see console(4) for details.
21 #options CONSDEVNAME="\"com\""
22
23 # The following options override the memory sizes passed in from the boot
24 # block. Use them *only* if the boot block is unable to determine the correct
25 # values. Note that the BIOS may *correctly* report less than 640k of base
26 # memory if the extended BIOS data area is located at the top of base memory
27 # (as is the case on most recent systems).
28 #options REALBASEMEM=... # size of base memory
29 #options REALEXTMEM=... # size of extended memory
30
31 # Standard system options
32
33 options INSECURE # disable kernel security levels - X needs this
34
35 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
36 #options NTP # NTP phase/frequency locked loop
37
38 #options KTRACE # system call tracing via ktrace(1)
39
40 #options SYSVMSG # System V-like message queues
41 #options SYSVSEM # System V-like semaphores
42 #options SYSVSHM # System V-like memory sharing
43
44 #options USERCONF # userconf(4) support
45 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
46 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
47
48 # Diagnostic/debugging support options
49 #options DIAGNOSTIC # inexpensive kernel consistency checks
50 #options DEBUG # expensive debugging checks/support
51 #options DDB # in-kernel debugger
52 #options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
53 #options DDB_HISTORY_SIZE=512 # enable history editing in DDB
54 #options KGDB # remote debugger
55 #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
56 #makeoptions DEBUG="-g" # compile full symbol table
57
58 # Compatibility options
59 include "conf/compat_netbsd60.config"
60 #options COMPAT_386BSD_MBRPART # recognize old partition ID
61
62 #options COMPAT_LINUX # binary compatibility with Linux
63 #options COMPAT_OSSAUDIO # binary compatibility with Linux
64
65 # File systems
66 file-system FFS # UFS
67 #file-system EXT2FS # second extended file system (linux)
68 #file-system LFS # log-structured file system
69 #file-system MFS # memory file system
70 file-system NFS # Network File System client
71 file-system CD9660 # ISO 9660 + Rock Ridge file system
72 file-system MSDOSFS # MS-DOS file system
73 #file-system FDESC # /dev/fd
74 file-system KERNFS # /kern
75 #file-system NULLFS # loopback file system
76 #file-system PROCFS # /proc
77 #file-system UMAPFS # NULLFS + uid and gid remapping
78 #file-system UNION # union file system
79 #file-system PTYFS # /dev/pts/N support
80 #file-system TMPFS # Efficient memory file-system
81
82 # File system options
83 #options QUOTA # legacy UFS quotas
84 #options QUOTA2 # new, in-filesystem UFS quotas
85 #options DISKLABEL_EI # disklabel Endian Independent support
86 #options FFS_EI # FFS Endian Independent support
87 #options NFSSERVER # Network File System server
88 options FFS_NO_SNAPSHOT # No FF snapshot support
89
90 # Networking options
91 #options GATEWAY # packet forwarding
92 options INET # IP + ICMP + TCP + UDP
93 #options MROUTING # IP multicast routing
94 #options PIM # Protocol Independent Multicast
95 #options NETATALK # AppleTalk networking protocols
96 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
97 #options PPP_DEFLATE # Deflate compression support for PPP
98 #options PPP_FILTER # Active filter support for PPP (requires bpf)
99 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
100
101 #options ALTQ # Manipulate network interfaces' output queues
102 #options ALTQ_BLUE # Stochastic Fair Blue
103 #options ALTQ_CBQ # Class-Based Queueing
104 #options ALTQ_CDNR # Diffserv Traffic Conditioner
105 #options ALTQ_FIFOQ # First-In First-Out Queue
106 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
107 #options ALTQ_HFSC # Hierarchical Fair Service Curve
108 #options ALTQ_LOCALQ # Local queueing discipline
109 #options ALTQ_PRIQ # Priority Queueing
110 #options ALTQ_RED # Random Early Detection
111 #options ALTQ_RIO # RED with IN/OUT
112 #options ALTQ_WFQ # Weighted Fair Queueing
113
114 # These options enable verbose messages for several subsystems.
115 # Warning, these may compile large string tables into the kernel!
116 #options EISAVERBOSE # verbose EISA device autoconfig messages
117 #options PCIVERBOSE # verbose PCI device autoconfig messages
118 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
119 #options PCMCIAVERBOSE # verbose PCMCIA configuration messages
120 #options SCSIVERBOSE # human readable SCSI error messages
121 #options USBVERBOSE # verbose USB device autoconfig messages
122
123 #options NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
124
125 # Kernel root file system and dump configuration.
126 config netbsd root on ? type ?
127 #config netbsd root on sd0a type ffs
128 #config netbsd root on ? type nfs
129
130 #
131 # wscons options
132 #
133 # builtin terminal emulations
134 #options WSEMUL_SUN # sun terminal emulation
135 options WSEMUL_VT100 # VT100 / VT220 emulation
136 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
137 #options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
138 #options WS_DEFAULT_FG=WSCOL_WHITE
139 #options WS_DEFAULT_BG=WSCOL_BLACK
140 #options WS_DEFAULT_COLATTR="(0)"
141 #options WS_DEFAULT_MONOATTR="(0)"
142 options WS_KERNEL_FG=WSCOL_GREEN
143 #options WS_KERNEL_BG=WSCOL_BLACK
144 #options WS_KERNEL_COLATTR=""
145 #options WS_KERNEL_MONOATTR=""
146 # customization of console border color
147 #options WSDISPLAY_CUSTOM_BORDER # border customization from wsconsctl(8)
148 #options WSDISPLAY_BORDER_COLOR=WSCOL_BLUE # default color
149 # compatibility to other console drivers
150 options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
151 options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
152 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
153 options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
154 # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
155 #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
156 #options UKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for ukbd driver
157 # allocate a number of virtual screens at autoconfiguration time
158 #options WSDISPLAY_DEFAULTSCREENS=4
159 # use a large software cursor that doesn't blink
160 options PCDISPLAY_SOFTCURSOR
161
162 #
163 # Device configuration
164 #
165
166 #apm0 at mainbus0 # Advanced power management
167
168
169 # Basic Bus Support
170
171 # PCI bus support
172 #pci* at mainbus? bus ?
173 #pci* at pchb? bus ?
174 #pci* at ppb? bus ?
175
176 # PCI bridges
177 #pchb* at pci? dev ? function ? # PCI-Host bridges
178 #pceb* at pci? dev ? function ? # PCI-EISA bridges
179 #pcib* at pci? dev ? function ? # PCI-ISA bridges
180 #ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ watchdog and
181 # SpeedStep support
182 #ppb* at pci? dev ? function ? # PCI-PCI bridges
183 # XXX 'puc's aren't really bridges, but there's no better place for them here
184 #puc* at pci? dev ? function ? # PCI "universal" comm. cards
185
186 # EISA bus support
187 #eisa0 at mainbus?
188 #eisa0 at pceb?
189
190 # ISA bus support
191 isa0 at mainbus?
192 #isa0 at pceb?
193 #isa0 at pcib?
194 #isa0 at ichlpcib?
195
196 # PCMCIA bus support
197 pcmcia* at pcic? controller ? socket ?
198
199 # ISA PCMCIA controllers
200 pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000
201 pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000
202
203 # ISA Plug-and-Play bus support
204 #isapnp0 at isa?
205
206 # ISA Plug-and-Play PCMCIA controllers
207 #pcic* at isapnp?
208
209 # Console Devices
210
211 # wscons
212 pckbc0 at isa? # PC keyboard controller
213 pckbd* at pckbc? # PC keyboard
214 #pms* at pckbc? # PS/2 mouse for wsmouse
215 vga0 at isa?
216 #vga* at pci? dev ? function ?
217 pcdisplay0 at isa? # CGA, MDA, EGA, HGA
218 wsdisplay* at vga? console ?
219 wsdisplay* at pcdisplay? console ?
220 wskbd* at pckbd? console ?
221 #wsmouse* at pms? mux 0
222
223
224 #attimer0 at isa?
225 #pcppi0 at isa?
226 #sysbeep0 at pcppi?
227
228 # Serial Devices
229
230 # PCI serial interfaces
231 #com* at puc? port ? # 16x50s on "universal" comm boards
232 #cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards
233
234 # ISA Plug-and-Play serial interfaces
235 #com* at isapnp? # Modems and serial boards
236
237 # PCMCIA serial interfaces
238 com* at pcmcia? function ? # Modems and serial cards
239
240 # ISA serial interfaces
241 #options COM_HAYESP # adds Hayes ESP serial board support
242 com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports
243 com1 at isa? port 0x2f8 irq 3
244 com2 at isa? port 0x3e8 irq 5
245 #com3 at isa? port 0x2e8 irq 9
246 #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards
247 #com* at ast? slave ?
248 #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards
249 #com* at boca? slave ?
250 #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards
251 #com* at rtfps? slave ?
252 #cy0 at isa? iomem 0xd4000 irq 12 # Cyclades serial cards
253
254
255 # Parallel Printer Interfaces
256
257 # PCI parallel printer interfaces
258 #lpt* at puc? port ? # || ports on "universal" comm boards
259
260 # ISA parallel printer interfaces
261 lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
262 #lpt1 at isa? port 0x278
263 #lpt2 at isa? port 0x3bc
264
265
266 # SCSI Controllers and Devices
267
268 # PCI SCSI controllers
269 #ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
270 #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
271 #bha* at pci? dev ? function ? # BusLogic 9xx SCSI
272 #isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
273 #siop* at pci? dev ? function ? # NCR 53c8xx SCSI
274 #esiop* at pci? dev ? function ? # NCR 53c875 SCSI and newer
275 #options SIOP_SYMLED # drive the act. LED in software
276
277 # EISA SCSI controllers
278 #ahb* at eisa? slot ? # Adaptec 174[02] SCSI
279 #ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
280 #bha* at eisa? slot ? # BusLogic 7xx SCSI
281 #dpt* at eisa? slot ? # DPT SmartCache/SmartRAID
282 #uha* at eisa? slot ? # UltraStor 24f SCSI
283
284 # PCMCIA SCSI controllers
285 #aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
286
287 # ISA Plug-and-Play SCSI controllers
288 #aic* at isapnp? # Adaptec AHA-1520B
289
290 # ISA SCSI controllers
291 #aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
292 #aha1 at isa? port 0x334 irq ? drq ?
293 #ahc0 at isa? port ? irq ? # Adaptec 284x SCSI
294 #aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI
295 #bha0 at isa? port 0x330 irq ? drq ? # BusLogic [457]4X SCSI
296 #bha1 at isa? port 0x334 irq ? drq ?
297 #sea0 at isa? iomem 0xc8000 irq 5 # Seagate/Future Domain SCSI
298 #uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI
299 #uha1 at isa? port 0x340 irq ? drq ?
300 #wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers
301 #wds1 at isa? port 0x358 irq 11 drq 5
302
303 # SCSI bus support
304 #scsibus* at scsi?
305
306 # SCSI devices
307 #sd* at scsibus? target ? lun ? # SCSI disk drives
308 #st* at scsibus? target ? lun ? # SCSI tape drives
309 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
310 #ch* at scsibus? target ? lun ? # SCSI autochangers
311 #ss* at scsibus? target ? lun ? # SCSI scanners
312 #uk* at scsibus? target ? lun ? # SCSI unknown
313
314
315 # IDE and related devices
316
317 # ISA Plug-and-Play IDE controllers
318 #wdc* at isapnp?
319
320 # PCMCIA IDE controllers
321 wdc* at pcmcia? function ?
322
323 # ISA IDE controllers
324 wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
325 wdc1 at isa? port 0x170 irq 15
326
327 # ATA (IDE) bus support
328 atabus* at ata?
329 #options ATADEBUG
330
331 # IDE drives
332 wd* at atabus? drive ? # the drives themselves
333
334 # ATAPI bus support
335 atapibus* at atapi?
336
337 # ATAPI devices
338 cd* at atapibus? drive ? # ATAPI CD-ROM drives
339 sd* at atapibus? drive ? # ATAPI disk drives
340
341
342 # Miscellaneous mass storage devices
343
344 # ISA floppy
345 fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
346 #fdc1 at isa? port 0x370 irq ? drq ?
347 fd* at fdc? drive ? # the drives themselves
348 # some machines need you to do this instead of fd*
349 #fd0 at fdc0 drive 0
350
351 # ISA CD-ROM devices
352 #mcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives
353
354 # ISA tape devices
355 # note: the wt driver conflicts unpleasantly with SMC boards at the
356 # same I/O address. The probe reprograms their EEPROMs. Don't
357 # uncomment it unless you are actually using it.
358 #wt0 at isa? port 0x308 irq 5 drq 1 # Archive and Wangtek QIC tape drives
359
360
361 # Network Interfaces
362
363 # PCI network interfaces
364 #ep* at pci? dev ? function ? # 3Com 3c59x/3c90x Ethernet
365 #epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
366 #fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
367 #pcn* at pci? dev ? function ? # PCnet-PCI Ethernet
368 #ne* at pci? dev ? function ? # NE2000-compatible Ethernet
369 #tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
370 #tlp* at pci? dev ? function ? # DECchip 21x4x and clones
371
372 # EISA network interfaces
373 #ep* at eisa? slot ? # 3Com 3c579 Ethernet
374
375 # ISA Plug-and-Play network interfaces
376 #ep* at isapnp? # 3Com 3c509 Ethernet
377 #ne* at isapnp? # NE2000-compatible Ethernet
378
379 # PCMCIA network interfaces
380 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
381 mbe* at pcmcia? function ? # MB8696x based Ethernet
382 ne* at pcmcia? function ? # NE2000-compatible Ethernet
383 sm* at pcmcia? function ? # Megahertz Ethernet
384
385 # ISA network interfaces
386 ate0 at isa? port 0x2a0 irq ? # AT1700
387 ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
388 eg0 at isa? port 0x280 irq 9 # 3c505 Ethernet cards
389 el0 at isa? port 0x300 irq 9 # 3c501 Ethernet cards
390 ep0 at isa? port ? irq ? # 3c509 Ethernet cards
391 ef0 at isa? port 0x360 iomem 0xd0000 irq 7 # 3c507
392 ai0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN
393 fmv0 at isa? port 0x2a0 irq ? # FMV-180 series
394 ix0 at isa? port 0x300 irq 10 # EtherExpress/16
395 iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
396 lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
397 #depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
398 #le* at depca?
399 nele0 at isa? port 0x320 irq 9 drq 7 # NE2100
400 le* at nele?
401 bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
402 le* at bicc?
403 ne0 at isa? port 0x280 irq 9 # NE[12]000 Ethernet cards
404 ne1 at isa? port 0x300 irq 10
405 sm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet
406 we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
407 we1 at isa? port 0x300 iomem 0xcc000 irq 10
408
409 # MII bus support
410 #mii* at tl?
411
412 # MII PHY network interfaces
413 #nsphy* at mii? dev ? # NS and compatible PHYs
414 #tlphy* at mii? dev ? # ThunderLAN PHYs
415 #rgephy* at mii? dev ? # Realtek 8169S/8110S/8211 PHYs
416 #rlphy* at mii? dev ? # Realtek 8139/8201L PHYs
417 #ukphy* at mii? phy ? # generic unknown PHYs
418
419
420 # USB Controller and Devices
421
422 # PCI USB controllers
423 #uhci* at pci? # Universal Host Controller (Intel)
424 #ohci* at pci? # Open Host Controller
425
426 # USB bus support
427 #usb* at uhci?
428 #usb* at ohci?
429
430 # USB Hubs
431 #uhub* at usb?
432 #uhub* at uhub? port ?
433
434 # USB Mice
435 #ums* at uhub? port ?
436
437 # USB Keyboards
438 #ukbd* at uhub? port ?
439
440 # USB Generic HID devices
441 #uhid* at uhub? port ?
442
443 # USB Printer
444 #ulpt* at uhub? port ?
445
446 # USB Mass Storage
447 #umass* at uhub? port ? configuration ? interface ?
448
449 # USB Ethernet adapters
450 #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
451 #axe* at uhub? port ? # ASIX AX88172 based adapters
452 #cue* at uhub? port ? # CATC USB-EL1201A based adapters
453 #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
454 #mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
455 #ure* at uhub? port ? # Realtek RTL8152/RTL8153 based adapters
456 #url* at uhub? port ? # Realtek RTL8150L based adapters
457
458 # USB Generic driver
459 #ugen* at uhub? port ?
460
461 # Audio Devices
462
463 # PCI audio devices
464 #eap* at pci? dev ? function ? # Ensoniq AudioPCI
465
466 # ISA Plug-and-Play audio devices
467 #guspnp* at isapnp? # Gravis Ultra Sound PnP audio
468 #sb* at isapnp? # SoundBlaster-compatible audio
469 #ym* at isapnp? # Yamaha OPL3-SA[23] audio
470
471 # ISA audio devices
472 #aria0 at isa? port 0x290 irq 10 # Aria
473 #gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
474 #pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum
475 #sb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster
476 #wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System
477
478 # Audio support
479 #audio* at audiobus?
480
481 # The spkr driver provides a simple tone interface to the built in speaker.
482 #spkr* at pcppi? # PC speaker
483 #spkr* at audio? # PC speaker (synthesized)
484
485 # Joysticks
486
487 # ISA Plug-and-Play joysticks
488 #joy* at isapnp? # Game ports (usually on audio cards)
489
490 # ISA joysticks. Probe is a little strange; add only if you have one.
491 #joy0 at isa? port 0x201
492
493 # Pseudo-Devices
494
495 # disk/mass storage pseudo-devices
496 #pseudo-device ccd # concatenated/striped disk devices
497 pseudo-device fss # file system snapshot device
498 #pseudo-device md # memory disk device (ramdisk)
499 pseudo-device vnd # disk-like interface to files
500 #options VND_COMPRESSION # compressed vnd(4)
501
502 # network pseudo-devices
503 pseudo-device bpfilter # Berkeley packet filter
504 pseudo-device bridge # simple inter-network bridging
505 #pseudo-device vether # Virtual Ethernet for bridge
506 pseudo-device npf # NPF packet filter
507 pseudo-device loop # network loopback
508 pseudo-device ppp # Point-to-Point Protocol
509 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
510 #pseudo-device sl # Serial Line IP
511 pseudo-device tun # network tunneling over tty
512 #pseudo-device tap # virtual Ethernet
513
514 # miscellaneous pseudo-devices
515 pseudo-device pty # pseudo-terminals
516 #options RND_COM # use "com" randomness as well (BROKEN)
517 pseudo-device clockctl # user control of clock subsystem
518
519 # wscons pseudo-devices
520 pseudo-device wsmux # mouse & keyboard multiplexor
521
522 # Pull in optional local configuration - always at end
523 cinclude "arch/i386/conf/GENERIC.local"
524