aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hea/eni.c
diff options
context:
space:
mode:
authorAndrew R. Reiter <arr@FreeBSD.org>2002-04-19 17:43:11 +0000
committerAndrew R. Reiter <arr@FreeBSD.org>2002-04-19 17:43:11 +0000
commitcfaf7ad37ac63b57d8ac77c1af3041596a9838f9 (patch)
treefa3c5e71044a167ec12068a413ebbdf7f295cbf8 /sys/dev/hea/eni.c
parent56ca2b35a469002f18c8b7d807778614ba2072fe (diff)
Notes
Diffstat (limited to 'sys/dev/hea/eni.c')
-rw-r--r--sys/dev/hea/eni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c
index c433e925791f..804eca3ed238 100644
--- a/sys/dev/hea/eni.c
+++ b/sys/dev/hea/eni.c
@@ -477,7 +477,7 @@ eni_pci_attach ( pcici_t config_id, int unit )
/*
* Copy MAC address to PIF and config structures
*/
- KM_COPY ( (caddr_t)&eup->eu_seeprom[SEPROM_MAC_OFF],
+ bcopy ( (caddr_t)&eup->eu_seeprom[SEPROM_MAC_OFF],
(caddr_t)&eup->eu_pif.pif_macaddr, sizeof(struct mac_addr) );
eup->eu_config.ac_macaddr = eup->eu_pif.pif_macaddr;