Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2003 13:40:20 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23028 for review
Message-ID:  <200301012140.h01LeKPZ018016@repoman.freebsd.org>

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

Change 23028 by marcel@marcel_nfs on 2003/01/01 13:39:52

	On second thought, don't set RB_SERIAL if we happen to have
	a HCDP table. The existence of the HCDP table does not imply
	that the console is in fact serial.

Affected files ...

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

Differences ...

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

@@ -32,7 +32,7 @@
 #include <sys/tty.h>
 #include <sys/timepps.h>
 #include <sys/bus.h>
-#include <sys/reboot.h>
+
 #include <machine/bootinfo.h>
 #include <machine/bus.h>
 #include <machine/dig64.h>
@@ -95,7 +95,6 @@
 			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?200301012140.h01LeKPZ018016>