Add a hardware dependent initialization function lehwinit()
This commit is contained in:
parent
90bc31d478
commit
b57c554d06
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_le.c,v 1.42 1996/04/18 00:25:35 cgd Exp $ */
|
||||
/* $NetBSD: if_le.c,v 1.43 1996/04/22 02:53:28 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995 Charles M. Hannum. All rights reserved.
|
||||
@ -108,6 +108,12 @@ struct cfdriver le_cd = {
|
||||
NULL, "le", DV_IFNET
|
||||
};
|
||||
|
||||
integrate void
|
||||
lehwinit(sc)
|
||||
struct le_softc *sc;
|
||||
{
|
||||
}
|
||||
|
||||
integrate void
|
||||
lewrcsr(sc, port, val)
|
||||
struct le_softc *sc;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_le.c,v 1.8 1996/04/18 00:50:11 cgd Exp $ */
|
||||
/* $NetBSD: if_le.c,v 1.9 1996/04/22 02:54:10 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995 Charles M. Hannum. All rights reserved.
|
||||
@ -98,6 +98,12 @@ dec_le_common_attach(sc, eap)
|
||||
leconfig(sc);
|
||||
}
|
||||
|
||||
integrate void
|
||||
lehwinit(sc)
|
||||
struct le_softc *sc;
|
||||
{
|
||||
}
|
||||
|
||||
integrate void
|
||||
lewrcsr(sc, port, val)
|
||||
struct le_softc *sc;
|
||||
|
Loading…
Reference in New Issue
Block a user