Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/dev adapt to latest dev/ic/wi* changes



details:   https://anonhg.NetBSD.org/src/rev/976b69ebeb46
branches:  trunk
changeset: 537591:976b69ebeb46
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Oct 02 20:13:48 2002 +0000

description:
adapt to latest dev/ic/wi* changes

diffstat:

 sys/arch/macppc/dev/if_wi_obio.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f7effc41a8e1 -r 976b69ebeb46 sys/arch/macppc/dev/if_wi_obio.c
--- a/sys/arch/macppc/dev/if_wi_obio.c  Wed Oct 02 17:53:11 2002 +0000
+++ b/sys/arch/macppc/dev/if_wi_obio.c  Wed Oct 02 20:13:48 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wi_obio.c,v 1.3 2002/10/02 05:30:42 thorpej Exp $   */
+/*     $NetBSD: if_wi_obio.c,v 1.4 2002/10/02 20:13:48 jdolecek Exp $  */
 
 /*-
  * Copyright (c) 2001 Tsubai Masanari.  All rights reserved.
@@ -104,7 +104,6 @@
        wisc->sc_enable = wi_obio_enable;
        wisc->sc_disable = wi_obio_disable;
 
-       wisc->sc_ifp = &wisc->sc_ethercom.ec_if;
        if (wi_attach(wisc)) {
                printf("%s: failed to attach controller\n", self->dv_xname);
                return;



Home | Main Index | Thread Index | Old Index