From 6660e9e4c036ddedee1dea43979df8f99db432a7 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 10 Jul 2004 22:29:41 +0000 Subject: Update for the KDB framework. Sanitize the alpha console code now that it's in the way even more. Basicly: remove all alpha specific console support from gfb(4), sio(4) and syscons(4). Rewrite the alpha console initialization to be identical to all other platforms. In a nutshell: call cninit(). The platform specific code now only sets or clears RB_SERIAL and thus automaticly causes the right console to be selected. sio.c: o Replace the remote GDB hacks and use the GDB debug port interface instead. o Make debugging code conditional upon KDB instead of DDB. o Call kdb_alt_break() instead of db_alt_break(). o Call kdb_enter() instead of breakpoint(). o Remove the ugly compatibility of using the console as the debug port. --- sys/conf/options.alpha | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/conf/options.alpha') diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha index 407ce03..d1aaf8d 100644 --- a/sys/conf/options.alpha +++ b/sys/conf/options.alpha @@ -16,15 +16,11 @@ DEC_AXPPCI_33 opt_cpu.h DEC_1000A opt_cpu.h API_UP1000 opt_cpu.h -NO_SIO opt_global.h - MAXMEM PPC_PROBE_CHIPSET opt_ppc.h PPC_DEBUG opt_ppc.h -DEV_SC - VGA_ALT_SEQACCESS opt_vga.h VGA_DEBUG opt_vga.h VGA_NO_FONT_LOADING opt_vga.h -- cgit v1.1