aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-03-16 21:11:28 +0000
committerMike Smith <msmith@FreeBSD.org>1999-03-16 21:11:28 +0000
commit446a106927442e4d808149ad6adf0cf8030058e7 (patch)
tree4f953145f2bb8ae75c5a390902b16ac4b9d3e8da /sys/amd64
parentab6692a434ffe7ca0f80ea413db0ef089fa04f4f (diff)
Notes
Diffstat (limited to 'sys/amd64')
-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 f1aecd28cfe56..5029db4f4cdbb 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));
}
}