Added support for both varieties of the Broadcom 4401-B0 10/100 NIC.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11976 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5f0b72b37b
commit
e3c7dbaabf
@ -53,7 +53,7 @@ status_t init_driver(void) {
|
||||
|
||||
while (pci->get_nth_pci_info(i++,&dev_info) == 0) {
|
||||
if (!((dev_info.class_base == PCI_network) && (dev_info.class_sub == PCI_ethernet)
|
||||
&& (dev_info.vendor_id == 0x14e4) && (dev_info.device_id == 0x4401)))
|
||||
&& (dev_info.vendor_id == 0x14e4) && ((dev_info.device_id == 0x4401) || (dev_info.device_id == 0x4402) || (dev_info.device_id == 0x170c))))
|
||||
continue;
|
||||
|
||||
if (cards_found >= 10)
|
||||
|
Loading…
Reference in New Issue
Block a user