Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2003 17:12:30 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 43329 for review
Message-ID:  <200312030112.hB31CUMd091141@repoman.freebsd.org>

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

Change 43329 by peter@peter_overcee on 2003/12/02 17:12:26

	grrr. this is totally broken if you have a serial console
	attached and as the primary console, as it prevents ddb
	starting up if you crash while running X on the syscons
	console.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/db_interface.c#13 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/db_interface.c#13 (text+ko) ====

@@ -78,6 +78,7 @@
 	u_long ef;
 	volatile int ddb_mode = !(boothowto & RB_GDB);
 
+#if 0
 	/*
 	 * XXX try to do nothing if the console is in graphics mode.
 	 * Handle trace traps (and hardware breakpoints...) by ignoring
@@ -94,6 +95,7 @@
 	    }
 	    return (0);
 	}
+#endif
 
 	ef = read_rflags();
 	disable_intr();



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