diff options
author | marcel <marcel@FreeBSD.org> | 2004-07-10 22:29:41 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-07-10 22:29:41 +0000 |
commit | 6660e9e4c036ddedee1dea43979df8f99db432a7 (patch) | |
tree | 569c7748c22c6a063892c171ce8c938b786c180d /sys/alpha/conf | |
parent | d86985b3e61f5ae382d55784f7eb9dddd70555fc (diff) | |
download | FreeBSD-src-6660e9e4c036ddedee1dea43979df8f99db432a7.zip FreeBSD-src-6660e9e4c036ddedee1dea43979df8f99db432a7.tar.gz |
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.
Diffstat (limited to 'sys/alpha/conf')
-rw-r--r-- | sys/alpha/conf/NOTES | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 55f2da4..f963934 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -40,9 +40,6 @@ options DEC_KN8AE # AlphaServer 8200/8400 (Turbolaser) options DEC_KN300 # AlphaServer 4100 (Rawhide), # AlphaServer 1200 (Tincup) -# Allow building a kernel without sio(4). -options NO_SIO - ##################################################################### # HARDWARE BUS CONFIGURATION |