From 1482903ceafd6c259928760686a1a308932b4d7c Mon Sep 17 00:00:00 2001 From: arr Date: Fri, 19 Apr 2002 17:43:11 +0000 Subject: - Remove KM_ macro calls and replace with the real function we're calling. As a note, this driver needs the same updating as the hfa driver was just given; removing these macros since I will be nuking them from netatm. --- sys/dev/hea/eni_transmit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/hea/eni_transmit.c') diff --git a/sys/dev/hea/eni_transmit.c b/sys/dev/hea/eni_transmit.c index 13ea896..fc34a76 100644 --- a/sys/dev/hea/eni_transmit.c +++ b/sys/dev/hea/eni_transmit.c @@ -489,7 +489,7 @@ retry: */ eup->eu_stats.eni_st_drv.drv_xm_segnoal++; bfr = cp - align; - KM_COPY ( cp, bfr, KB_LEN ( m ) ); + bcopy ( cp, bfr, KB_LEN ( m ) ); KB_HEADMOVE ( m, -align ); } else { /* -- cgit v1.1