From f1686c1ebc6e3578860c74d7d71dbe7a4ab3c180 Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Tue, 9 Jan 1996 23:07:32 +0000 Subject: [PATCH] Add the pci-numbers for the 3c595 10/100Mb card to the driver. --- sys/pci/if_vx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/pci/if_vx.c b/sys/pci/if_vx.c index 301e44408813..7fc63c3aadcc 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; }