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/isa/if_iy.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/isa/if_iy.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.75 retrieving revision 1.76 diff -u -p -r1.75 -r1.76 --- src/sys/dev/isa/if_iy.c 2007/03/04 06:02:12 1.75 +++ src/sys/dev/isa/if_iy.c 2007/08/26 22:45:57 1.76 @@ -1,4 +1,4 @@ -/* $NetBSD: if_iy.c,v 1.75 2007/03/04 06:02:12 christos Exp $ */ +/* $NetBSD: if_iy.c,v 1.76 2007/08/26 22:45:57 dyoung Exp $ */ /* #define IYDEBUG */ /* #define IYMEMDEBUG */ @@ -46,7 +46,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_iy.c,v 1.75 2007/03/04 06:02:12 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_iy.c,v 1.76 2007/08/26 22:45:57 dyoung Exp $"); #include "opt_inet.h" #include "bpfilter.h" @@ -477,7 +477,7 @@ struct iy_softc *sc; bus_space_write_1(iot, ioh, EEPROM_REG, temp & ~0x10); for (i=0; i<6; ++i) { - bus_space_write_1(iot, ioh, I_ADD(i), LLADDR(ifp->if_sadl)[i]); + bus_space_write_1(iot, ioh, I_ADD(i), CLLADDR(ifp->if_sadl)[i]); } temp = bus_space_read_1(iot, ioh, REG1);