freebsd-dev/sys/dev/syscons
Marcel Moolenaar 6af8e47df7 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.
2004-07-10 22:29:41 +00:00
..
apm Catch up with recent events. 2003-03-27 07:37:02 +00:00
blank
daemon Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
dragon Use the clear function provided by the video adapter driver. 2003-07-21 13:04:54 +00:00
fade Remove unused variable(s). 2003-05-31 20:29:34 +00:00
fire Use the clear function provided by the video adapter driver. 2003-07-21 13:04:54 +00:00
green
logo Use the clear function provided by the video adapter driver. 2003-07-21 13:04:54 +00:00
rain
snake Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
star
warp Use the clear function provided by the video adapter driver. 2003-07-21 13:04:54 +00:00
scgfbrndr.c __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer. 2004-01-21 05:08:51 +00:00
schistory.c __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer. 2004-01-21 05:08:51 +00:00
scmouse.c Use __FBSDID(). 2003-08-24 18:17:24 +00:00
scterm-dumb.c __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer. 2004-01-21 05:08:51 +00:00
scterm-sc.c Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
scterm.c Use __FBSDID(). 2003-08-24 18:17:24 +00:00
sctermvar.h
scvesactl.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
scvgarndr.c Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
scvidctl.c Use __FBSDID(). 2003-08-24 18:17:24 +00:00
scvtb.c Use __FBSDID(). 2003-08-24 18:17:24 +00:00
syscons.c Update for the KDB framework. Sanitize the alpha console code now that 2004-07-10 22:29:41 +00:00
syscons.h Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sysmouse.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00