commit | e74818f3cd439e29aa18935631663e9abb84a302 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Tue Apr 06 13:44:01 2010 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Apr 06 15:22:46 2010 +0300 |
tree | 758202b3c6144dfae77ebc6b56fc545643cbb54a | |
parent | f7e2aca83419dde3c94fa1d5e615581bb4ded9c0 [diff] |
eepro100: Don't allow writing SCBStatus SCBStatus is readonly, but most drivers which were derived from the old Linux eepro100.c do a word write to this address when they want to acknowledge interrupts. So we have to mask these writes here. The patch also removes old unused code for status read / write. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>