Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/pci/if_tl.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/pci/if_tl.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.50 retrieving revision 1.51 diff -u -p -r1.50 -r1.51 --- src/sys/dev/pci/if_tl.c 2002/03/05 04:12:59 1.50 +++ src/sys/dev/pci/if_tl.c 2002/03/07 21:42:20 1.51 @@ -1,4 +1,4 @@ -/* $NetBSD: if_tl.c,v 1.50 2002/03/05 04:12:59 itojun Exp $ */ +/* $NetBSD: if_tl.c,v 1.51 2002/03/07 21:42:20 christos Exp $ */ /* * Copyright (c) 1997 Manuel Bouyer. All rights reserved. @@ -36,7 +36,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.50 2002/03/05 04:12:59 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.51 2002/03/07 21:42:20 christos Exp $"); #undef TLDEBUG #define TL_PRIV_STATS @@ -1405,7 +1405,7 @@ tl_mediachange(ifp) { if (ifp->if_flags & IFF_UP) - tl_init(ifp->if_softc); + tl_init(ifp); return (0); }