Subject: pcitoh() and htopci()
To: None <tech-kern@netbsd.org>
From: Lennart Augustsson <lennart@augustsson.net>
List: tech-kern
Date: 11/03/1999 11:06:45
Just about every PCI device driver that is converted to work
on big-endian machines will need to do byte swapping.

Should we define pcitoh() and htopci() macros in pci.h?
Currently each driver has its own homegrown definitions
(possibly with different names).

--

        -- Lennart