summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tl.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-11 12:17:31 +0000
committerru <ru@FreeBSD.org>2005-11-11 12:17:31 +0000
commitec1697067958cd5395dc4db2ef0cb1ce54dc746e (patch)
tree0661ceef4cecc549393ddd1aff0d169d386cb8b6 /sys/pci/if_tl.c
parent24afcaae818a704f924f89cd18fcd660e2a72204 (diff)
downloadFreeBSD-src-ec1697067958cd5395dc4db2ef0cb1ce54dc746e.zip
FreeBSD-src-ec1697067958cd5395dc4db2ef0cb1ce54dc746e.tar.gz
Catch up with IFP2ENADDR() type change (array -> pointer).
Diffstat (limited to 'sys/pci/if_tl.c')
-rw-r--r--sys/pci/if_tl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index e4592a9..babd1ae 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -2091,7 +2091,7 @@ tl_init_locked(sc)
tl_dio_write16(sc, TL_MAXRX, MCLBYTES);
/* Init our MAC address */
- tl_setfilt(sc, (caddr_t)&IFP2ENADDR(sc->tl_ifp), 0);
+ tl_setfilt(sc, (caddr_t)IFP2ENADDR(sc->tl_ifp), 0);
/* Init multicast filter, if needed. */
tl_setmulti(sc);
OpenPOWER on IntegriCloud