NOTES (a4a10b37d422dcdff2b0d700ab073b3078627a08) | 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# --- 593 unchanged lines hidden (view full) --- 602# modules or other data loaded with the kernel by the loader. Each 603# page table page maps 2MB. 604# 605options NKPT=31 606 607# EFI Runtime Services support 608options EFIRT 609 | 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# --- 593 unchanged lines hidden (view full) --- 602# modules or other data loaded with the kernel by the loader. Each 603# page table page maps 2MB. 604# 605options NKPT=31 606 607# EFI Runtime Services support 608options EFIRT 609 |
610 | 610# 611# HID-over-I2C support 612# 613device iichid # HID-over-I2C support 614options IICHID_DEBUG # Enable HID-over-I2C debug messages 615options IICHID_SAMPLING # Workaround missing GPIO INTR support 616 |
611##################################################################### 612# ABI Emulation 613 614#XXX keep these here for now and reactivate when support for emulating 615#XXX these 32 bit binaries is added. 616 617# Enable 32-bit runtime support for FreeBSD/i386 binaries. 618options COMPAT_FREEBSD32 --- 71 unchanged lines hidden --- | 617##################################################################### 618# ABI Emulation 619 620#XXX keep these here for now and reactivate when support for emulating 621#XXX these 32 bit binaries is added. 622 623# Enable 32-bit runtime support for FreeBSD/i386 binaries. 624options COMPAT_FREEBSD32 --- 71 unchanged lines hidden --- |