]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/amd64/conf/NOTES
MFC r233433
[FreeBSD/stable/8.git] / sys / amd64 / conf / NOTES
1 #
2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3 #
4 # This file contains machine dependent kernel configuration notes.  For
5 # machine independent notes, look in /sys/conf/NOTES.
6 #
7 # $FreeBSD$
8 #
9
10 #
11 # We want LINT to cover profiling as well.
12 profile         2
13
14 #
15 # Enable the kernel DTrace hooks which are required to load the DTrace
16 # kernel modules.
17 #
18 options         KDTRACE_HOOKS
19
20 \f
21 #####################################################################
22 # SMP OPTIONS:
23 #
24 # Notes:
25 #
26 # IPI_PREEMPTION instructs the kernel to preempt threads running on other
27 #         CPUS if needed.  Relies on the PREEMPTION option
28
29 # Optional:
30 options         IPI_PREEMPTION
31 device          atpic                   # Optional legacy pic support
32 device          mptable                 # Optional MPSPEC mptable support
33
34 #
35 # Watchdog routines.
36 #
37 options         MP_WATCHDOG
38
39
40 \f
41 #####################################################################
42 # CPU OPTIONS
43
44 #
45 # You must specify at least one CPU (the one you intend to run on);
46 # deleting the specification for CPUs you don't need to use may make
47 # parts of the system run faster.
48 #
49 cpu             HAMMER                  # aka K8, aka Opteron & Athlon64
50
51 #
52 # Options for CPU features.
53 #
54
55 #
56 # PERFMON causes the driver for Pentium/Pentium Pro performance counters
57 # to be compiled.  See perfmon(4) for more information.
58 #
59 #XXX#options    PERFMON
60
61 \f
62 #####################################################################
63 # NETWORKING OPTIONS
64
65 #
66 # DEVICE_POLLING adds support for mixed interrupt-polling handling
67 # of network device drivers, which has significant benefits in terms
68 # of robustness to overloads and responsivity, as well as permitting
69 # accurate scheduling of the CPU time between kernel network processing
70 # and other activities.  The drawback is a moderate (up to 1/HZ seconds)
71 # potential increase in response times.
72 # It is strongly recommended to use HZ=1000 or 2000 with DEVICE_POLLING
73 # to achieve smoother behaviour.
74 # Additionally, you can enable/disable polling at runtime with help of
75 # the ifconfig(8) utility, and select the CPU fraction reserved to
76 # userland with the sysctl variable kern.polling.user_frac
77 # (default 50, range 0..100).
78 #
79 # Not all device drivers support this mode of operation at the time of
80 # this writing.  See polling(4) for more details.
81
82 options         DEVICE_POLLING
83
84 # BPF_JITTER adds support for BPF just-in-time compiler.
85
86 options         BPF_JITTER
87
88 \f
89 #####################################################################
90 # CLOCK OPTIONS
91
92 # Provide read/write access to the memory in the clock chip.
93 device          nvram           # Access to rtc cmos via /dev/nvram
94
95 \f
96 #####################################################################
97 # MISCELLANEOUS DEVICES AND OPTIONS
98
99 device          speaker         #Play IBM BASIC-style noises out your speaker
100 hint.speaker.0.at="isa"
101 hint.speaker.0.port="0x61"
102 device          gzip            #Exec gzipped a.out's.  REQUIRES COMPAT_AOUT!
103
104 \f
105 #####################################################################
106 # HARDWARE BUS CONFIGURATION
107
108 #
109 # ISA bus
110 #
111 device          isa
112
113 #
114 # Options for `isa':
115 #
116 # AUTO_EOI_1 enables the `automatic EOI' feature for the master 8259A
117 # interrupt controller.  This saves about 0.7-1.25 usec for each interrupt.
118 # This option breaks suspend/resume on some portables.
119 #
120 # AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A
121 # interrupt controller.  This saves about 0.7-1.25 usec for each interrupt.
122 # Automatic EOI is documented not to work for for the slave with the
123 # original i8259A, but it works for some clones and some integrated
124 # versions.
125 #
126 # MAXMEM specifies the amount of RAM on the machine; if this is not
127 # specified, FreeBSD will first read the amount of memory from the CMOS
128 # RAM, so the amount of memory will initially be limited to 64MB or 16MB
129 # depending on the BIOS.  If the BIOS reports 64MB, a memory probe will
130 # then attempt to detect the installed amount of RAM.  If this probe
131 # fails to detect >64MB RAM you will have to use the MAXMEM option.
132 # The amount is in kilobytes, so for a machine with 128MB of RAM, it would
133 # be 131072 (128 * 1024).
134 #
135 # BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to
136 # reset the CPU for reboot.  This is needed on some systems with broken
137 # keyboard controllers.
138
139 options         AUTO_EOI_1
140 #options        AUTO_EOI_2
141
142 options         MAXMEM=(128*1024)
143 #options        BROKEN_KEYBOARD_RESET
144
145 #
146 # PCI bus & PCI options:
147 #
148 device          pci
149
150 #
151 # AGP GART support
152 device          agp
153
154 #
155 # AGP debugging.
156 #
157 options         AGP_DEBUG
158
159 \f
160 #####################################################################
161 # HARDWARE DEVICE CONFIGURATION
162
163 # To include support for VGA VESA video modes
164 options         VESA
165
166 # Turn on extra debugging checks and output for VESA support.
167 options         VESA_DEBUG
168
169 device          dpms            # DPMS suspend & resume via VESA BIOS
170
171 # x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
172 options         X86BIOS
173
174 #
175 # Optional devices:
176 #
177
178 # PS/2 mouse
179 device          psm
180 hint.psm.0.at="atkbdc"
181 hint.psm.0.irq="12"
182
183 # Options for psm:
184 options         PSM_HOOKRESUME          #hook the system resume event, useful
185                                         #for some laptops
186 options         PSM_RESETAFTERSUSPEND   #reset the device at the resume event
187
188 # The keyboard controller; it controls the keyboard and the PS/2 mouse.
189 device          atkbdc
190 hint.atkbdc.0.at="isa"
191 hint.atkbdc.0.port="0x060"
192
193 # The AT keyboard
194 device          atkbd
195 hint.atkbd.0.at="atkbdc"
196 hint.atkbd.0.irq="1"
197
198 # Options for atkbd:
199 options         ATKBD_DFLT_KEYMAP       # specify the built-in keymap
200 makeoptions     ATKBD_DFLT_KEYMAP=jp.106
201
202 # `flags' for atkbd:
203 #       0x01    Force detection of keyboard, else we always assume a keyboard
204 #       0x02    Don't reset keyboard, useful for some newer ThinkPads
205 #       0x03    Force detection and avoid reset, might help with certain
206 #               dockingstations
207 #       0x04    Old-style (XT) keyboard support, useful for older ThinkPads
208
209 # Video card driver for VGA adapters.
210 device          vga
211 hint.vga.0.at="isa"
212
213 # Options for vga:
214 # Try the following option if the mouse pointer is not drawn correctly
215 # or font does not seem to be loaded properly.  May cause flicker on
216 # some systems.
217 options         VGA_ALT_SEQACCESS
218
219 # If you can dispense with some vga driver features, you may want to
220 # use the following options to save some memory.
221 #options        VGA_NO_FONT_LOADING     # don't save/load font
222 #options        VGA_NO_MODE_CHANGE      # don't change video modes
223
224 # Older video cards may require this option for proper operation.
225 options         VGA_SLOW_IOACCESS       # do byte-wide i/o's to TS and GDC regs
226
227 # The following option probably won't work with the LCD displays.
228 options         VGA_WIDTH90             # support 90 column modes
229
230 # Debugging.
231 options         VGA_DEBUG
232
233 # Linear framebuffer driver for S3 VESA 1.2 cards. Works on top of VESA.
234 device          s3pci
235
236 # 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support.  This will create
237 # the /dev/3dfx0 device to work with glide implementations.  This should get
238 # linked to /dev/3dfx and /dev/voodoo.  Note that this is not the same as
239 # the tdfx DRI module from XFree86 and is completely unrelated.
240 #
241 # To enable Linuxulator support, one must also include COMPAT_LINUX in the
242 # config as well.  The other option is to load both as modules.
243
244 device          tdfx                    # Enable 3Dfx Voodoo support
245 #XXX#device     tdfx_linux              # Enable Linuxulator support
246
247 #
248 # ACPI support using the Intel ACPI Component Architecture reference
249 # implementation.
250 #
251 # ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
252 # kernel environment variables to select initial debugging levels for the
253 # Intel ACPICA code.  (Note that the Intel code must also have USE_DEBUGGER
254 # defined when it is built).
255
256 device          acpi
257 options         ACPI_DEBUG
258
259 # The cpufreq(4) driver provides support for non-ACPI CPU frequency control
260 device          cpufreq
261
262 # Direct Rendering modules for 3D acceleration.
263 device          drm             # DRM core module required by DRM drivers
264 device          i915drm         # Intel i830 through i915
265 device          mach64drm       # ATI Rage Pro, Rage Mobility P/M, Rage XL
266 device          mgadrm          # AGP Matrox G200, G400, G450, G550
267 device          r128drm         # ATI Rage 128
268 device          radeondrm       # ATI Radeon
269 device          savagedrm       # S3 Savage3D, Savage4
270 device          sisdrm          # SiS 300/305, 540, 630
271 device          tdfxdrm         # 3dfx Voodoo 3/4/5 and Banshee
272 options         DRM_DEBUG       # Include debug printfs (slow)
273
274 #
275 # Network interfaces:
276 #
277
278 # ed:   Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
279 #       HP PC Lan+, various PC Card devices
280 #       (requires miibus)
281 # ipw:  Intel PRO/Wireless 2100 IEEE 802.11 adapter
282 #       Requires the ipw firmware module
283 # iwi:  Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 adapters
284 #       Requires the iwi firmware module
285 # iwn:  Intel Wireless WiFi Link 4965/1000/5000/6000 802.11 network adapters
286 #       Requires the iwn firmware module
287 # mwl:  Marvell 88W8363 IEEE 802.11 adapter
288 #       Requires the mwl firmware module
289 # nfe:  nVidia nForce MCP on-board Ethernet Networking (BSD open source)
290 # nve:  nVidia nForce MCP on-board Ethernet Networking
291 # ral:  Ralink Technology IEEE 802.11 wireless adapter
292 # wpi:  Intel 3945ABG Wireless LAN controller
293 #       Requires the wpi firmware module
294
295 device          ed
296 options         ED_3C503
297 options         ED_HPP
298 options         ED_SIC
299 device          ipw
300 device          iwi
301 device          iwn
302 device          mwl
303 device          nfe
304 device          nve
305 device          ral
306 device          wpi
307
308 device          ath                     # Atheros pci/cardbus NIC's
309 device          ath_hal                 # pci/cardbus chip support
310 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
311 device          ath_rate_sample         # SampleRate tx rate control for ath
312 #device         ath_rate_amrr           # AMRR rate control for ath driver
313 #device         ath_rate_onoe           # Onoe rate control for ath driver
314
315 # IEEE 802.11 adapter firmware modules
316
317 # Intel PRO/Wireless 2100 firmware:
318 #   ipwfw:              BSS/IBSS/monitor mode firmware
319 #   ipwbssfw:           BSS mode firmware
320 #   ipwibssfw:          IBSS mode firmware
321 #   ipwmonitorfw:       Monitor mode firmware
322 # Intel PRO/Wireless 2200BG/2225BG/2915ABG firmware:
323 #   iwifw:              BSS/IBSS/monitor mode firmware
324 #   iwibssfw:           BSS mode firmware
325 #   iwiibssfw:          IBSS mode firmware
326 #   iwimonitorfw:       Monitor mode firmware
327 # Intel Wireless WiFi Link 4965/1000/5000/6000 series firmware:
328 #   iwnfw:              Single module to support the 4965/1000/5000/5150/6000
329 #   iwn4965fw:          Specific module for the 4965 only
330 #   iwn1000fw:          Specific module for the 1000 only
331 #   iwn5000fw:          Specific module for the 5000 only
332 #   iwn5150fw:          Specific module for the 5150 only
333 #   iwn6000fw:          Specific module for the 6000 only
334 #   iwn6050fw:          Specific module for the 6050 only
335 # mwlfw:        Marvell 88W8363 firmware
336 # wpifw:        Intel 3945ABG Wireless LAN Controller firmware
337
338 device          iwifw
339 device          iwibssfw
340 device          iwiibssfw
341 device          iwimonitorfw
342 device          ipwfw
343 device          ipwbssfw
344 device          ipwibssfw
345 device          ipwmonitorfw
346 device          iwnfw
347 device          iwn4965fw
348 device          iwn1000fw
349 device          iwn5000fw
350 device          iwn5150fw
351 device          iwn6000fw
352 device          iwn6050fw
353 device          mwlfw
354 device          wpifw
355
356 #
357 #XXX this stores pointers in a 32bit field that is defined by the hardware
358 #device pst
359
360 #
361 # Areca 11xx and 12xx series of SATA II RAID controllers.
362 # CAM is required.
363 #
364 device          arcmsr          # Areca SATA II RAID
365
366 #
367 # 3ware 9000 series PATA/SATA RAID controller driver and options.
368 # The driver is implemented as a SIM, and so, needs the CAM infrastructure.
369 #
370 options         TWA_DEBUG               # 0-10; 10 prints the most messages.
371 options         TWA_FLASH_FIRMWARE      # firmware image bundled when defined.
372 device          twa                     # 3ware 9000 series PATA/SATA RAID
373
374 #
375 # SCSI host adapters:
376 #
377 # ncv: NCR 53C500 based SCSI host adapters.
378 # nsp: Workbit Ninja SCSI-3 based PC Card SCSI host adapters.
379 # stg: TMC 18C30, 18C50 based SCSI host adapters.
380
381 device          ncv
382 device          nsp
383 device          stg
384
385 #
386 # Adaptec FSA RAID controllers, including integrated DELL controllers,
387 # the Dell PERC 2/QC and the HP NetRAID-4M
388 device          aac
389 device          aacp    # SCSI Passthrough interface (optional, CAM required)
390
391 #
392 # Highpoint RocketRAID 27xx.
393 device          hpt27xx
394
395 #
396 # Highpoint RocketRAID 182x.
397 device          hptmv
398
399 #
400 # Highpoint RocketRAID.  Supports RR172x, RR222x, RR2240, RR232x, RR2340,
401 # RR2210, RR174x, RR2522, RR231x, RR230x.
402 device          hptrr
403
404 #
405 # Highpoint RocketRaid 3xxx series SATA RAID
406 device          hptiop
407
408 #
409 # IBM (now Adaptec) ServeRAID controllers
410 device          ips
411
412 #
413 # Intel C600 (Patsburg) integrated SAS controller
414 device          isci
415 options         ISCI_LOGGING    # enable debugging in isci HAL
416
417 #
418 # SafeNet crypto driver: can be moved to the MI NOTES as soon as
419 # it's tested on a big-endian machine
420 #
421 device          safe            # SafeNet 1141
422 options         SAFE_DEBUG      # enable debugging support: hw.safe.debug
423 options         SAFE_RNDTEST    # enable rndtest support
424
425 #####################################################################
426
427 #
428 # Miscellaneous hardware:
429 #
430 # ipmi: Intelligent Platform Management Interface
431 # pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
432 # smbios: DMI/SMBIOS entry point
433 # vpd: Vital Product Data kernel interface
434 # asmc: Apple System Management Controller
435 # si: Specialix International SI/XIO or SX intelligent serial card
436 # tpm: Trusted Platform Module
437
438 # Notes on the Specialix SI/XIO driver:
439 #  The host card is memory, not IO mapped.
440 #  The Rev 1 host cards use a 64K chunk, on a 32K boundary.
441 #  The Rev 2 host cards use a 32K chunk, on a 32K boundary.
442 #  The cards can use an IRQ of 11, 12 or 15.
443
444 device          ipmi
445 device          pbio
446 hint.pbio.0.at="isa"
447 hint.pbio.0.port="0x360"
448 device          smbios
449 device          vpd
450 device          asmc
451 #device         si
452 device          tpm
453
454 #
455 # Laptop/Notebook options:
456 #
457
458
459 #
460 # I2C Bus
461 #
462
463 #
464 # Hardware watchdog timers:
465 #
466 # ichwd: Intel ICH watchdog timer
467 # amdsbwd: AMD SB7xx watchdog timer
468 #
469 device          ichwd
470 device          amdsbwd
471 device          viawd
472
473 #
474 # Temperature sensors:
475 #
476 # coretemp: on-die sensor on Intel Core and newer CPUs
477 # amdtemp: on-die sensor on AMD K8/K10/K11 CPUs
478 #
479 device          coretemp
480 device          amdtemp
481
482 #
483 # CPU control pseudo-device. Provides access to MSRs, CPUID info and
484 # microcode update feature.
485 #
486 device          cpuctl
487
488 #
489 # System Management Bus (SMB)
490 #
491 options         ENABLE_ALART            # Control alarm on Intel intpm driver
492
493 #
494 # Number of initial kernel page table pages used for early bootstrap.
495 # This number should include enough pages to map the kernel and any
496 # modules or other data loaded with the kernel by the loader.  Each
497 # page table page maps 2MB.
498 #
499 options         NKPT=31
500
501 \f
502 #####################################################################
503 # ABI Emulation
504
505 #XXX keep these here for now and reactivate when support for emulating
506 #XXX these 32 bit binaries is added.
507
508 # Enable 32-bit runtime support for FreeBSD/i386 binaries.
509 options         COMPAT_FREEBSD32
510
511 # Enable iBCS2 runtime support for SCO and ISC binaries
512 #XXX#options    IBCS2
513
514 # Emulate spx device for client side of SVR3 local X interface
515 #XXX#options    SPX_HACK
516
517 # Enable Linux ABI emulation
518 #XXX#options    COMPAT_LINUX
519
520 # Enable 32-bit Linux ABI emulation (requires COMPAT_43 and COMPAT_FREEBSD32)
521 options         COMPAT_LINUX32
522
523 # Enable the linux-like proc filesystem support (requires COMPAT_LINUX32
524 # and PSEUDOFS)
525 options         LINPROCFS
526
527 #Enable the linux-like sys filesystem support (requires COMPAT_LINUX32
528 # and PSEUDOFS)
529 options         LINSYSFS
530
531 #
532 # SysVR4 ABI emulation
533 #
534 # The svr4 ABI emulator can be statically compiled into the kernel or loaded as
535 # a KLD module.
536 # The STREAMS network emulation code can also be compiled statically or as a
537 # module.  If loaded as a module, it must be loaded before the svr4 module
538 # (the /usr/sbin/svr4 script does this for you).  If compiling statically,
539 # the `streams' device must be configured into any kernel which also
540 # specifies COMPAT_SVR4.  It is possible to have a statically-configured
541 # STREAMS device and a dynamically loadable svr4 emulator;  the /usr/sbin/svr4
542 # script understands that it doesn't need to load the `streams' module under
543 # those circumstances.
544 # Caveat:  At this time, `options KTRACE' is required for the svr4 emulator
545 # (whether static or dynamic).
546 #
547 #XXX#options    COMPAT_SVR4     # build emulator statically
548 #XXX#options    DEBUG_SVR4      # enable verbose debugging
549 #XXX#device     streams         # STREAMS network driver (required for svr4).
550
551 \f
552 #####################################################################
553 # VM OPTIONS
554
555 # KSTACK_PAGES is the number of memory pages to assign to the kernel
556 # stack of each thread.
557
558 options         KSTACK_PAGES=5
559
560 # Enable detailed accounting by the PV entry allocator.
561
562 options         PV_STATS
563
564 #####################################################################
565
566 # More undocumented options for linting.
567 # Note that documenting these are not considered an affront.
568
569 options         FB_INSTALL_CDEV         # install a CDEV entry in /dev
570
571 options         KBDIO_DEBUG=2
572 options         KBD_MAXRETRY=4
573 options         KBD_MAXWAIT=6
574 options         KBD_RESETDELAY=201
575
576 options         PSM_DEBUG=1
577
578 options         TIMER_FREQ=((14318182+6)/12)
579
580 options         VM_KMEM_SIZE
581 options         VM_KMEM_SIZE_MAX
582 options         VM_KMEM_SIZE_SCALE
583
584 # Enable NDIS binary driver support
585 options         NDISAPI
586 device          ndis
587
588 # Linux-specific pseudo devices support
589 device          lindev