Holy smokes, batman! Actually fill in the "init_card" entry point!

This commit is contained in:
thorpej 1998-10-27 22:45:13 +00:00
parent a45667c4c3
commit 925077cfb9
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ec.c,v 1.9 1998/07/05 06:49:12 jonathan Exp $ */
/* $NetBSD: if_ec.c,v 1.10 1998/10/27 22:45:13 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -408,6 +408,7 @@ ec_attach(parent, self, aux)
sc->ring_copy = ec_ring_copy;
sc->write_mbuf = ec_write_mbuf;
sc->read_hdr = ec_read_hdr;
sc->init_card = ec_init_card;
sc->sc_mediachange = ec_mediachange;
sc->sc_mediastatus = ec_mediastatus;

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_we.c,v 1.11 1998/07/05 06:49:14 jonathan Exp $ */
/* $NetBSD: if_we.c,v 1.12 1998/10/27 22:45:13 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -490,6 +490,7 @@ we_attach(parent, self, aux)
sc->write_mbuf = we_write_mbuf;
sc->read_hdr = we_read_hdr;
sc->recv_int = we_recv_int;
sc->init_card = we_init_card;
sc->sc_mediachange = we_mediachange;
sc->sc_mediastatus = we_mediastatus;