Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: jonathan
Date: Tue Apr 13 20:23:52 UTC 1999
Modified Files:
src/sys/dev/ic: elink3.c
Log Message:
Endian-ness bugfix for elink3 on big-endian hosts.
Big-endian CPUs should use bus_space_{read,write}_multi_stream methods
to PIO packet data to NIC in 16-bit or 32-bit chunks.
Make it so.
Since we don't have stream methods on all ports yet (esp. i386), use
the bus_space_{read,write}_multi methods if the compile-time
stream-method feature-test macro is not set.
Originally from tsubai%netbsd.org@localhost, via HAYAKAWA koichi's cardbus
patches.
Home |
Main Index |
Thread Index |
Old Index