diff options
| author | Andrew R. Reiter <arr@FreeBSD.org> | 2002-04-19 17:43:11 +0000 |
|---|---|---|
| committer | Andrew R. Reiter <arr@FreeBSD.org> | 2002-04-19 17:43:11 +0000 |
| commit | cfaf7ad37ac63b57d8ac77c1af3041596a9838f9 (patch) | |
| tree | fa3c5e71044a167ec12068a413ebbdf7f295cbf8 /sys/dev/hea/eni.c | |
| parent | 56ca2b35a469002f18c8b7d807778614ba2072fe (diff) | |
Notes
Diffstat (limited to 'sys/dev/hea/eni.c')
| -rw-r--r-- | sys/dev/hea/eni.c | 2 |
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; |
