summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/bios.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-03-16 21:11:28 +0000
committermsmith <msmith@FreeBSD.org>1999-03-16 21:11:28 +0000
commit66967d961b78d6247ff145c952912f9ae768c36d (patch)
tree259625de4e587839021ba49741d3848cf6050b59 /sys/amd64/amd64/bios.c
parent5564d6d3dafd5412ffbe8af440f9522d48be7264 (diff)
downloadFreeBSD-src-66967d961b78d6247ff145c952912f9ae768c36d.zip
FreeBSD-src-66967d961b78d6247ff145c952912f9ae768c36d.tar.gz
Look for the right ACPI table signature.
PR: i386/10587 Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
Diffstat (limited to 'sys/amd64/amd64/bios.c')
-rw-r--r--sys/amd64/amd64/bios.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/bios.c b/sys/amd64/amd64/bios.c
index f1aecd2..5029db4 100644
--- a/sys/amd64/amd64/bios.c
+++ b/sys/amd64/amd64/bios.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bios.c,v 1.10 1998/02/09 06:08:12 eivind Exp $
+ * $Id: bios.c,v 1.11 1998/07/15 03:58:57 bde Exp $
*/
/*
@@ -153,7 +153,7 @@ bios32_init(void *junk)
if (bootverbose) {
/* look for other know signatures */
printf("Other BIOS signatures found:\n");
- printf("ACPI: %08x\n", bios_sigsearch(0, "FACP", 4, 1, 0));
+ printf("ACPI: %08x\n", bios_sigsearch(0, "RST PTR", 8, 16, 0));
printf("$PnP: %08x\n", bios_sigsearch(0, "$PnP", 4, 16, 0));
}
}
OpenPOWER on IntegriCloud