Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 19:03:03 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22959 for review
Message-ID:  <200212310303.gBV333rE085666@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22959

Change 22959 by marcel@marcel_nfs on 2002/12/30 19:02:53

	Force RB_SERIAL if we have a DIG64 HCDP table, but not
	if we (just) have hints.

Affected files ...

.. //depot/projects/ia64/sys/ia64/ia64/sio_machdep.c#7 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/sio_machdep.c#7 (text+ko) ====

@@ -38,6 +38,7 @@
 #include <machine/dig64.h>
 #include <machine/efi.h>
 #include <machine/pte.h>
+#include <machine/reboot.h>
 #include <machine/resource.h>
 #include <machine/vmparam.h>
 
@@ -95,6 +96,7 @@
 			if (ent->type != DIG64_HCDP_CONSOLE)
 				continue;
 
+			boothowto |= RB_SERIAL;
 			cd->bsh = ent->address.addr_high;
 			cd->bsh = (cd->bsh << 32) + ent->address.addr_low;
 			cd->bst = (ent->address.addr_space == 0)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212310303.gBV333rE085666>