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