PERFORCE change 43329 for review

Peter Wemm peter at FreeBSD.org
Tue Dec 2 17:12:31 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=43329

Change 43329 by peter at 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();


More information about the p4-projects mailing list