Jung-uk Kim ae19af49e0 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"
2010-10-26 18:59:50 +00:00
..
2010-10-24 02:59:02 +00:00
2010-10-26 15:48:03 +00:00
2010-10-14 19:30:44 +00:00
2010-10-13 21:37:02 +00:00
2010-10-20 09:50:11 +00:00
2010-10-25 16:11:37 +00:00
2010-09-23 11:52:32 +00:00
2010-10-24 03:20:54 +00:00
2010-10-26 18:01:28 +00:00