CVSROOT: /var/cvs Module name: linux Changes by: tsbogend 02/02/05 16:57:17 Modified files: arch/parisc/lib: io.c Log message: fixed insw/inl/outsw/outl to _not_ swap data (in*/out* will swap to cpu byte order, so we need to swap back here). This could be speeded up, since we now swap twice, by providing ins*/outs* methods in pci host bridge drivers and eisa driver.