Add a hardware dependent initialization function lehwinit()

This commit is contained in:
christos 1996-04-22 02:53:28 +00:00
parent 90bc31d478
commit b57c554d06
2 changed files with 14 additions and 2 deletions

View File

@ -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;

View File

@ -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;