diff options
author | jkim <jkim@FreeBSD.org> | 2010-10-26 18:59:50 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2010-10-26 18:59:50 +0000 |
commit | ac1e1d40fd805786dc93f32dc3ed97de59aa0b3a (patch) | |
tree | c9bd777b0826009816d1ae91c68568372b172a88 /lib/libthr/thread/thr_setschedparam.c | |
parent | c78cc2e91a450e158e4353438ade13bcb727fe9b (diff) | |
download | FreeBSD-src-ac1e1d40fd805786dc93f32dc3ed97de59aa0b3a.zip FreeBSD-src-ac1e1d40fd805786dc93f32dc3ed97de59aa0b3a.tar.gz |
Add two new loader tunables 'hw.acpi.install_interface' and
'hw.acpi.remove_interface'. hw.acpi.install_interface lets you install new
interfaces. Conversely, hw.acpi.remove_interface lets you remove OS
interfaces from the pre-defined list in ACPICA. For example,
hw.acpi.install_interface="FreeBSD"
lets _OSI("FreeBSD") method to return 0xffffffff (or success) and
hw.acpi.remove_interface="Windows 2009"
lets _OSI("Windows 2009") method to return zero (or failure). Both are
comma-separated lists and leading white spaces are ignored. For example,
the following examples are valid:
hw.acpi.install_interface="Linux, FreeBSD"
hw.acpi.remove_interface="Windows 2006, Windows 2006.1"
Diffstat (limited to 'lib/libthr/thread/thr_setschedparam.c')
0 files changed, 0 insertions, 0 deletions