]> Zhao Yanbai Git Server - minix.git/commitdiff
fxp: Add code for PCI_REV 0x83 92/692/1
authorJames T. Sprinkle <jamestsprinkle@gmail.com>
Sun, 4 Aug 2013 20:31:52 +0000 (20:31 +0000)
committerBen Gras <ben@minix3.org>
Sun, 4 Aug 2013 20:32:31 +0000 (20:32 +0000)
Change-Id: I44456c72ebc041ed31327d7c4a8cb77dacaee990

drivers/fxp/fxp.c
drivers/fxp/fxp.h

index bc752527d3505d6f02c11261c825977a90b5937f..077c8b2eaba50a6aee02066ca94f66bddc4d4166 100644 (file)
@@ -509,6 +509,9 @@ static int fxp_probe(fxp_t *fp, int skip)
        case FXP_REV_82801DB:   str= "82801DB";                 /* 0x81 */
                                fp->fxp_type= FT_82801;
                                break;
+       case FXP_REV_82550_4:   str= "82550(4)";                /* 0x83 */
+                               fp->fxp_type= FT_82559;
+                               break;
        }
 
 #if VERBOSE
index 638634ca98723279fc4bbc768071b12bc08ff6cb..58a7e93bbf7b51548e6fce561e1135414175a44a 100644 (file)
@@ -29,6 +29,7 @@ Created:      Nov 2004 by Philip Homburg <philip@f-mnx.phicoh.com>
 #define FXP_REV_82551_2                0x10
 #define FXP_REV_82801CAM       0x42
 #define FXP_REV_82801DB                0x81
+#define FXP_REV_82550_4                0x83
 
 /* Control/Status Registers (CSR). The first 8 bytes are called
  * System Control Block (SCB)