mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Add the pci-numbers for the 3c595 10/100Mb card to the driver.
This commit is contained in:
parent
1d00bf005f
commit
f1686c1ebc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user