summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp/if_fxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fxp/if_fxp.c')
-rw-r--r--sys/dev/fxp/if_fxp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index ee97515..84cabd2 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -506,6 +506,11 @@ fxp_probe(device_t dev)
device_set_desc(dev, "Intel EtherExpress Pro 10/100B Ethernet");
return 0;
}
+ if ((pci_get_vendor(dev) == FXP_VENDORID_INTEL) &&
+ (pci_get_device(dev) == FXP_DEVICEID_i82559)) {
+ device_set_desc(dev, "Intel InBusiness 10/100 Ethernet");
+ return 0;
+ }
return ENXIO;
}
OpenPOWER on IntegriCloud