1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/sys/pc98/cbus
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
..
30line.h
cbus_dma.c MFi386: revision 1.16. 2004-07-08 13:48:49 +00:00
cbus.h Remove obsolete defines. 2004-07-08 13:47:56 +00:00
clock.c Add missing <sys/module.h> includes. 2004-06-07 06:04:27 +00:00
fdc_cbus.c - Merged from sys/dev/fdc/fdc.c revision 1.275. 2004-07-08 13:56:17 +00:00
fdc.c - Merged from sys/dev/fdc/fdc.c revision 1.275. 2004-07-08 13:56:17 +00:00
fdcreg.h Remove advertising clause from University of California Regent's 2004-04-07 05:00:01 +00:00
fdcvar.h - Merged from sys/dev/fdc/fdc.c revision 1.275. 2004-07-08 13:56:17 +00:00
gdc.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
nmi.c Remove advertising clause from University of California Regent's 2004-04-07 05:00:01 +00:00
olpt.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
pckbd.c Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
pcrtc.c Add missing <sys/module.h> includes. 2004-06-07 06:04:27 +00:00
pmc.c Add missing <sys/module.h> includes currently relying on nested include 2004-06-03 06:10:02 +00:00
ppc.c Add missing <sys/module.h> includes. 2004-06-07 06:04:27 +00:00
ppcreg.h
sc_machdep.h
scgdcrndr.c Add missing <sys/module.h> #includes 2004-06-04 13:04:10 +00:00
scterm-sck.c Add missing <sys/module.h> #includes 2004-06-04 13:04:10 +00:00
scvtb.c
sio_cbus.c Remove '#include <machine/bus_pio.h>'. This is meaningless. 2004-03-07 05:39:38 +00:00
sio.c Update for the KDB framework. Sanitize the alpha console code now that 2004-07-10 22:29:41 +00:00
syscons_cbus.c Merged from sys/isa/syscons_isa.c revision 1.24. 2003-10-31 13:48:24 +00:00