Deleted Added
full compact
NOTES (121679) NOTES (121830)
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#
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: head/sys/i386/conf/NOTES 121679 2003-10-29 14:22:09Z iwasaki $
7# $FreeBSD: head/sys/i386/conf/NOTES 121830 2003-11-01 00:18:29Z njl $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based IBM-PC and
13# compatibles.
14#
15machine i386

--- 391 unchanged lines hidden (view full) ---

407#
408# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
409# kernel environment variables to select initial debugging levels for the
410# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER
411# defined when it is built).
412#
413# ACPI_MAX_THREADS sets the number of task threads started.
414#
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based IBM-PC and
13# compatibles.
14#
15machine i386

--- 391 unchanged lines hidden (view full) ---

407#
408# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
409# kernel environment variables to select initial debugging levels for the
410# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER
411# defined when it is built).
412#
413# ACPI_MAX_THREADS sets the number of task threads started.
414#
415# ACPI_NO_RESET_VIDEO disables calling the VESA reset BIOS vector on
416# the resume path.
417#
418# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op.
419#
420# ACPICA_PEDANTIC enables strict checking of AML. Our default is to
421# relax these checks to allow code generated by the Microsoft compiler
422# to still execute.
423#
424# Note that building ACPI into the kernel is deprecated; the module is
425# normally loaded automatically by the loader.
426#
427device acpi
428options ACPI_DEBUG
429options ACPI_MAX_THREADS=1
415# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op.
416#
417# ACPICA_PEDANTIC enables strict checking of AML. Our default is to
418# relax these checks to allow code generated by the Microsoft compiler
419# to still execute.
420#
421# Note that building ACPI into the kernel is deprecated; the module is
422# normally loaded automatically by the loader.
423#
424device acpi
425options ACPI_DEBUG
426options ACPI_MAX_THREADS=1
430#!options ACPI_NO_RESET_VIDEO
431#!options ACPI_NO_SEMAPHORES
432#!options ACPICA_PEDANTIC
433
434# DRM options:
435# mgadrm: AGP Matrox G200, G400, G450, G550
436# r128drm: ATI Rage 128
437# radeondrm: ATI Radeon up to 9000/9100
438# sisdrm: SiS 300/305,540,630

--- 668 unchanged lines hidden ---
427#!options ACPI_NO_SEMAPHORES
428#!options ACPICA_PEDANTIC
429
430# DRM options:
431# mgadrm: AGP Matrox G200, G400, G450, G550
432# r128drm: ATI Rage 128
433# radeondrm: ATI Radeon up to 9000/9100
434# sisdrm: SiS 300/305,540,630

--- 668 unchanged lines hidden ---