freebsd-dev/sys/dev/sio
Bruce Evans b75504fdc2 Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn't
work in fast interrupt handlers because it calls db_printf() which uses
%es for string stuff and %es isn't initialized.
1996-12-23 19:57:33 +00:00
..
sio.c Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn't 1996-12-23 19:57:33 +00:00
sioreg.h add in CONSPEED option which controls console serial port speed 1996-11-02 02:26:06 +00:00