diff options
-rw-r--r-- | sys/pci/if_vx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/if_vx.c b/sys/pci/if_vx.c index 301e444..7fc63c3 100644 --- a/sys/pci/if_vx.c +++ b/sys/pci/if_vx.c @@ -172,6 +172,8 @@ vx_pci_probe( { if(device_id == 0x590010b7ul) return "3Com 3c590 EtherLink III PCI"; + if(device_id == 0x595010b7ul) + return "3Com 3c595 EtherLink III PCI"; return NULL; } |