mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
x86 NOTES: Remove some obsolete comments
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D44784 (cherry picked from commit 717b22e18ca249dee0ec858c6571f68e00008290)
This commit is contained in:
parent
65e871e7c1
commit
6563c2a328
2 changed files with 0 additions and 15 deletions
|
|
@ -575,9 +575,6 @@ options IICHID_SAMPLING # Workaround missing GPIO INTR support
|
|||
#####################################################################
|
||||
# ABI Emulation
|
||||
|
||||
#XXX keep these here for now and reactivate when support for emulating
|
||||
#XXX these 32 bit binaries is added.
|
||||
|
||||
# Enable 32-bit runtime support for FreeBSD/i386 binaries.
|
||||
options COMPAT_FREEBSD32
|
||||
|
||||
|
|
|
|||
|
|
@ -683,18 +683,6 @@ device hvhid # HyperV HID device
|
|||
# The Rev 2 host cards use a 32K chunk, on a 32K boundary.
|
||||
# The cards can use an IRQ of 11, 12 or 15.
|
||||
|
||||
# Notes on the Sony Programmable I/O controller
|
||||
# This is a temporary driver that should someday be replaced by something
|
||||
# that hooks into the ACPI layer. The device is hooked to the PIIX4's
|
||||
# General Device 10 decoder, which means you have to fiddle with PCI
|
||||
# registers to map it in, even though it is otherwise treated here as
|
||||
# an ISA device. At the moment, the driver polls, although the device
|
||||
# is capable of generating interrupts. It largely undocumented.
|
||||
# The port location in the hint is where you WANT the device to be
|
||||
# mapped. 0x10a0 seems to be traditional. At the moment the jogdial
|
||||
# is the only thing truly supported, but apparently a fair percentage
|
||||
# of the Vaio extra features are controlled by this device.
|
||||
|
||||
device ipmi
|
||||
device smapi
|
||||
device smbios
|
||||
|
|
|
|||
Loading…
Reference in a new issue