freebsd-dev/sys/dev/sio
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
..
sio_isa.c Add detach methods so we can unload the sio module. 2003-12-27 19:47:10 +00:00
sio_pccard.c Fix disordering of pccarddevs.h noticed by bde. Also remove a few 2004-05-27 03:49:45 +00:00
sio_pci.c Add an entry to the PCI ID list to support the serial interface on the 2004-06-07 16:33:47 +00:00
sio_puc.c Add detach methods so we can unload the sio module. 2003-12-27 19:47:10 +00:00
sio.c Update for the KDB framework. Sanitize the alpha console code now that 2004-07-10 22:29:41 +00:00
sioreg.h Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
siovar.h Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00