Missing changes to the last update, making this compile (and work) again.
This commit is contained in:
parent
ed26af9e66
commit
0e72b76163
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: isic_supio.c,v 1.5 2001/03/24 12:45:15 martin Exp $ */
|
/* $NetBSD: isic_supio.c,v 1.6 2001/03/25 16:14:00 is Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998,2001 Ignatios Souvatzis. All rights reserved.
|
* Copyright (c) 1998,2001 Ignatios Souvatzis. All rights reserved.
|
||||||
@ -74,6 +74,9 @@
|
|||||||
#include <dev/ic/hscx.h>
|
#include <dev/ic/hscx.h>
|
||||||
#include <dev/ic/isac.h>
|
#include <dev/ic/isac.h>
|
||||||
|
|
||||||
|
/* XXX I think the following line should be elsewhere ... -is */
|
||||||
|
extern const struct isdn_layer1_bri_driver isic_std_driver;
|
||||||
|
|
||||||
/*static*/ int isic_supio_match __P((struct device *, struct cfdata *, void *));
|
/*static*/ int isic_supio_match __P((struct device *, struct cfdata *, void *));
|
||||||
/*static*/ void isic_supio_attach __P((struct device *, struct device *, void *));
|
/*static*/ void isic_supio_attach __P((struct device *, struct device *, void *));
|
||||||
|
|
||||||
@ -317,9 +320,8 @@ supio_isicattach(struct l1_softc *sc)
|
|||||||
|
|
||||||
/* HSCX setup */
|
/* HSCX setup */
|
||||||
|
|
||||||
isic_bchannel_setup(sc->sc_unit, HSCX_CH_A, BPROT_NONE, 0);
|
isic_bchannel_setup(sc, HSCX_CH_A, BPROT_NONE, 0);
|
||||||
|
isic_bchannel_setup(sc, HSCX_CH_B, BPROT_NONE, 0);
|
||||||
isic_bchannel_setup(sc->sc_unit, HSCX_CH_B, BPROT_NONE, 0);
|
|
||||||
|
|
||||||
/* setup linktab */
|
/* setup linktab */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user