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-13 17:06:25 +00:00
2010-07-06 20:57:28 +00:00
2009-06-05 18:44:36 +00:00
2010-06-11 19:53:42 +00:00
2009-06-05 18:44:36 +00:00
2010-07-06 20:57:28 +00:00
2010-01-21 21:14:28 +00:00
2009-06-05 18:44:36 +00:00
2009-06-05 18:44:36 +00:00
2010-01-21 21:14:28 +00:00
2009-06-05 18:44:36 +00:00
2009-06-05 18:44:36 +00:00
2010-01-21 21:14:28 +00:00
2009-06-05 18:44:36 +00:00
2009-06-05 18:44:36 +00:00