These patches clean some parts of the code, improve the code for big endian hosts and guests, and add some more control / status register access methods.
They also add the usual workaround for non-standard short frames which are generated by QEMU's current networking code. The new register access methods were required for a proprietary OS (prologue), partially also for windows guests. [PATCH 1/9] eepro100: Avoid duplicate debug messages [PATCH 2/9] eepro100: Fix endianness issues [PATCH 3/9] eepro100: Support byte/word writes to port address [PATCH 4/9] eepro100: Support byte/word writes to pointer register [PATCH 5/9] eepro100: Support byte/word read/write access to MDI control register [PATCH 6/9] eepro100: Support byte read access to general control register [PATCH 7/9] eepro100: Support 32 bit read access to flash register [PATCH 8/9] eepro100: Pad received short frames [PATCH 9/9] eepro100: Simplify receive data structure