fxp: Add code for PCI_REV 0x83
Change-Id: I44456c72ebc041ed31327d7c4a8cb77dacaee990
This commit is contained in:
parent
1b78e86fb8
commit
2343037ba2
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue