Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/ic



In article <20031004220436.D1BA92DA1D%cvs.netbsd.org@localhost>
dyoung%netbsd.org@localhost wrote:

> Module Name:  src
> Committed By: dyoung
> Date:         Sat Oct  4 22:04:36 UTC 2003
> 
> Modified Files:
>       src/sys/dev/ic: am79c930.c
> 
> Log Message:
> For memory-mapped access, get the endianness right on big-endian
> hosts.  This makes awi work marginally better (although it's still
> broken) on my Powerbook.

Maybe you should use bus_space_{read,write}_stream_N() functions
rather than htole16() and le16toh(). (see ne2000.c etc.)
---
Izumi Tsutsui
tsutsui%ceres.dti.ne.jp@localhost



Home | Main Index | Thread Index | Old Index