NOTES (7c6a71d16c2200a9f580bdcd20b3e13edcc05904) NOTES (0f0379fa5581c6b89d22bd041f7443581bac616c)
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#

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

855# Number of initial kernel page table pages used for early bootstrap.
856# This number should include enough pages to map the kernel, any
857# modules or other data loaded with the kernel by the loader, and data
858# structures allocated before the VM system is initialized such as the
859# vm_page_t array. Each page table page maps 4MB (2MB with PAE).
860#
861options NKPT=31
862
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#

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

855# Number of initial kernel page table pages used for early bootstrap.
856# This number should include enough pages to map the kernel, any
857# modules or other data loaded with the kernel by the loader, and data
858# structures allocated before the VM system is initialized such as the
859# vm_page_t array. Each page table page maps 4MB (2MB with PAE).
860#
861options NKPT=31
862
863
863#
864# HID-over-I2C support
865#
866device iichid # HID-over-I2C support
867options IICHID_DEBUG # Enable HID-over-I2C debug messages
868options IICHID_SAMPLING # Workaround missing GPIO INTR support
869
864#####################################################################
865# ABI Emulation
866
867# Enable (32-bit) a.out binary support
868options COMPAT_AOUT
869
870# Enable 32-bit runtime support for CloudABI binaries.
871options COMPAT_CLOUDABI32

--- 51 unchanged lines hidden ---
870#####################################################################
871# ABI Emulation
872
873# Enable (32-bit) a.out binary support
874options COMPAT_AOUT
875
876# Enable 32-bit runtime support for CloudABI binaries.
877options COMPAT_CLOUDABI32

--- 51 unchanged lines hidden ---