update for chipsets' init functions' new prototypes

This commit is contained in:
cgd 1996-11-25 03:59:19 +00:00
parent 97927bdd99
commit 003fda43da
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_2100_a50.c,v 1.17 1996/11/19 05:08:36 cgd Exp $ */
/* $NetBSD: dec_2100_a50.c,v 1.18 1996/11/25 03:59:19 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -91,7 +91,7 @@ dec_2100_a50_cons_init()
extern struct apecs_config apecs_configuration;
acp = &apecs_configuration;
apecs_init(acp);
apecs_init(acp, 0);
ctb = (struct ctb *)(((caddr_t)hwrpb) + hwrpb->rpb_ctb_off);

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_axppci_33.c,v 1.15 1996/11/19 05:08:37 cgd Exp $ */
/* $NetBSD: dec_axppci_33.c,v 1.16 1996/11/25 03:59:20 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -74,7 +74,7 @@ dec_axppci_33_cons_init()
extern struct lca_config lca_configuration;
lcp = &lca_configuration;
lca_init(lcp);
lca_init(lcp, 0);
ctb = (struct ctb *)(((caddr_t)hwrpb) + hwrpb->rpb_ctb_off);

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_eb164.c,v 1.3 1996/11/19 05:08:38 cgd Exp $ */
/* $NetBSD: dec_eb164.c,v 1.4 1996/11/25 03:59:21 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -71,7 +71,7 @@ dec_eb164_cons_init()
extern struct cia_config cia_configuration;
ccp = &cia_configuration;
cia_init(ccp);
cia_init(ccp, 0);
ctb = (struct ctb *)(((caddr_t)hwrpb) + hwrpb->rpb_ctb_off);

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_kn20aa.c,v 1.15 1996/11/19 05:08:39 cgd Exp $ */
/* $NetBSD: dec_kn20aa.c,v 1.16 1996/11/25 03:59:22 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -74,7 +74,7 @@ dec_kn20aa_cons_init()
extern struct cia_config cia_configuration;
ccp = &cia_configuration;
cia_init(ccp);
cia_init(ccp, 0);
ctb = (struct ctb *)(((caddr_t)hwrpb) + hwrpb->rpb_ctb_off);