Add the pci-numbers for the 3c595 10/100Mb card to the driver.

This commit is contained in:
Andreas Schulz 1996-01-09 23:07:32 +00:00
parent 1d00bf005f
commit f1686c1ebc

View File

@ -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;
}