e1000: remove broken support for 82573L

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 <somlo@cmu.edu>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Gabriel L. Somlo 2014-06-02 09:33:29 -04:00 committed by Stefan Hajnoczi
parent b167383ffb
commit 7efea76377
2 changed files with 0 additions and 19 deletions

View file

@ -33,7 +33,6 @@ static const char *models[] = {
"e1000-82540em",
"e1000-82544gc",
"e1000-82545em",
"e1000-82573l",
};
int main(int argc, char **argv)