diff options
author | Nate Lawson <njl@FreeBSD.org> | 2003-08-28 03:54:49 +0000 |
---|---|---|
committer | Nate Lawson <njl@FreeBSD.org> | 2003-08-28 03:54:49 +0000 |
commit | b5b965a52916bbdab11a2e4a7a9584b2ab172862 (patch) | |
tree | b8e18f780bd858f966555713628633dd354b61c8 | |
parent | 1f5b6306c20b1634781f6831c4e6e3b18b5ca065 (diff) | |
download | src-b5b965a52916bbdab11a2e4a7a9584b2ab172862.tar.gz src-b5b965a52916bbdab11a2e4a7a9584b2ab172862.zip |
Remove a duplicate comment.
Pointed out by: bde
Notes
Notes:
svn path=/head/; revision=119517
-rw-r--r-- | sys/dev/sio/sio.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 3d3ffc2141b1..0e42323de2a8 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -1795,12 +1795,6 @@ siointr1(com) recv_data = inb(com->data_port); #ifdef DDB #ifdef ALT_BREAK_TO_DEBUGGER - /* - * Solaris implements a new BREAK which is initiated - * by a character sequence CR ~ ^b which is similar - * to a familiar pattern used on Sun servers by the - * Remote Console. - */ if (com->unit == comconsole && db_alt_break(recv_data, &com->alt_brk_state) != 0) breakpoint(); |