update for recent com.c changes: delete references to now-nonexistant

comconsinit variable.
This commit is contained in:
cgd 1996-12-17 23:21:53 +00:00
parent cbff9abf27
commit c591d26932
4 changed files with 8 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_2100_a50.c,v 1.18 1996/11/25 03:59:19 cgd Exp $ */
/* $NetBSD: dec_2100_a50.c,v 1.19 1996/12/17 23:21:53 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -100,7 +100,7 @@ dec_2100_a50_cons_init()
/* serial console ... */
/* XXX */
{
extern int comconsinit, comdefaultrate; /*XXX*/
extern int comdefaultrate; /*XXX*/
extern int comcngetc __P((dev_t)); /*XXX*/
extern void comcnputc __P((dev_t, int)); /*XXX*/
extern void comcnpollc __P((dev_t, int)); /*XXX*/
@ -111,7 +111,6 @@ dec_2100_a50_cons_init()
DELAY(10000);
comconsaddr = 0x3f8;
comconsinit = 0;
comconstag = acp->ac_iot;
if (bus_space_map(comconstag, comconsaddr, COM_NPORTS,
0, &comconsbah))

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_axppci_33.c,v 1.16 1996/11/25 03:59:20 cgd Exp $ */
/* $NetBSD: dec_axppci_33.c,v 1.17 1996/12/17 23:21:56 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -83,7 +83,7 @@ dec_axppci_33_cons_init()
/* serial console ... */
/* XXX */
{
extern int comconsinit, comdefaultrate; /*XXX*/
extern int comdefaultrate; /*XXX*/
extern int comcngetc __P((dev_t)); /*XXX*/
extern void comcnputc __P((dev_t, int)); /*XXX*/
extern void comcnpollc __P((dev_t, int)); /*XXX*/
@ -94,7 +94,6 @@ dec_axppci_33_cons_init()
DELAY(10000);
comconsaddr = 0x3f8;
comconsinit = 0;
comconstag = lcp->lc_iot;
if (bus_space_map(comconstag, comconsaddr, COM_NPORTS,
0, &comconsbah))

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_eb164.c,v 1.4 1996/11/25 03:59:21 cgd Exp $ */
/* $NetBSD: dec_eb164.c,v 1.5 1996/12/17 23:21:58 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -80,7 +80,7 @@ dec_eb164_cons_init()
/* serial console ... */
/* XXX */
{
extern int comconsinit, comdefaultrate; /*XXX*/
extern int comdefaultrate; /*XXX*/
extern int comcngetc __P((dev_t)); /*XXX*/
extern void comcnputc __P((dev_t, int)); /*XXX*/
extern void comcnpollc __P((dev_t, int)); /*XXX*/
@ -91,7 +91,6 @@ dec_eb164_cons_init()
DELAY(10000);
comconsaddr = 0x3f8;
comconsinit = 0;
comconstag = ccp->cc_iot;
if (bus_space_map(comconstag, comconsaddr, COM_NPORTS,
0, &comconsbah))

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_kn20aa.c,v 1.16 1996/11/25 03:59:22 cgd Exp $ */
/* $NetBSD: dec_kn20aa.c,v 1.17 1996/12/17 23:22:00 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -83,7 +83,7 @@ dec_kn20aa_cons_init()
/* serial console ... */
/* XXX */
{
extern int comconsinit, comdefaultrate; /*XXX*/
extern int comdefaultrate; /*XXX*/
extern int comcngetc __P((dev_t)); /*XXX*/
extern void comcnputc __P((dev_t, int)); /*XXX*/
extern void comcnpollc __P((dev_t, int)); /*XXX*/
@ -94,7 +94,6 @@ dec_kn20aa_cons_init()
DELAY(10000);
comconsaddr = 0x3f8;
comconsinit = 0;
comconstag = ccp->cc_iot;
if (bus_space_map(comconstag, comconsaddr, COM_NPORTS,
0, &comconsbah))