On Sat, May 31, 2014 at 11:33:16PM -0400, Gabriel L. Somlo wrote: > Currently, e1000 support is based on the manual for the 8254xx > model series. 82573x models are documented in a separate manual > (see > http://www.intel.com/content/dam/www/public/us/en/documents/manuals/pcie-gbe-controllers-open-source-manual.pdf) > and the 82573L device ID no longer works correctly on either Linux > (3.14.*) or Windows 7. > > This patch removes stale code claiming to support 82573L, cleaning > up the code base for the remaining 8254xx model series. > > Signed-off-by: Gabriel Somlo <so...@cmu.edu> > --- > hw/net/e1000.c | 18 ------------------ > tests/e1000-test.c | 1 - > 2 files changed, 19 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>