rtl8139: Declare as little endian
commit5cf7a3ca5bfec0c62bd7ebdecd11320c47dc9be6
authorAlexander Graf <agraf@suse.de>
Wed, 8 Dec 2010 11:05:47 +0000 (8 12:05 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 15:24:26 +0000 (11 15:24 +0000)
treeb06a650e7fe9c41cbe51d0500678aa9afcf63c7e
parent82600641c1bb09611ea5e82be7589c86027787a0
rtl8139: Declare as little endian

This patch replaces explicit bswaps with endianness hints to the
mmio layer.

Because we don't depend on the target endianness anymore, we can also
move the driver over to Makefile.objs.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
Makefile.target
hw/rtl8139.c