In message <[EMAIL PROTECTED]> Bruce Evans writes:
: In the case of if_ie.c and bcopy(), bcopy() is not suitable for copying
: memory that doesn't behave like RAM.  Some optimized versions of it
: do out of order and/or repeated copies.  This might be very bad for
: volatile device memory.  I think rewriting if_ie.c to use bus_space
: would make most of the warnings go away automatically.

Right.  bus_space_read/write_N likely should be used instead.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to