Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/lib Add baud_rate arg to cominit_d



details:   https://anonhg.NetBSD.org/src/rev/86200370231f
branches:  trunk
changeset: 545803:86200370231f
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Apr 16 14:58:32 2003 +0000

description:
Add baud_rate arg to cominit_d

diffstat:

 sys/arch/i386/stand/lib/comio_direct.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 357d006b91a8 -r 86200370231f sys/arch/i386/stand/lib/comio_direct.h
--- a/sys/arch/i386/stand/lib/comio_direct.h    Wed Apr 16 14:56:55 2003 +0000
+++ b/sys/arch/i386/stand/lib/comio_direct.h    Wed Apr 16 14:58:32 2003 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: comio_direct.h,v 1.2 1998/01/05 07:02:58 perry Exp $   */
+/*     $NetBSD: comio_direct.h,v 1.3 2003/04/16 14:58:32 dsl Exp $     */
 
-void cominit_d __P((int));
+void cominit_d __P((int, int));
 int computc_d __P((int, int));
 int comgetc_d __P((int));
 int comstatus_d __P((int));



Home | Main Index | Thread Index | Old Index