Re: asm/io.h; why does writel() write an le32 on ppc?
From: Gabriel Paubert <hidden> Date: 2001-03-06 23:23:13
On Tue, 6 Mar 2001, Brad Parker wrote:
Sorry to be daft, but why does writel() write an le32 on the ppc?
in asm/io.h it uses out_le32, unless the machine is an APUS, in which
case it just writes big endian...
(is PCI defined as little endian?)