summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/fxp/if_fxp.c6
-rw-r--r--sys/pci/if_fxp.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 6efb83b..1c41cdf 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -29,11 +29,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.6 1995/12/18 02:47:43 davidg Exp $
+ * $Id: if_fxp.c,v 1.7 1996/01/03 05:22:32 davidg Exp $
*/
/*
- * Intel EtherExpress Pro/100 PCI Fast Ethernet driver
+ * Intel EtherExpress Pro/100B PCI Fast Ethernet driver
*/
#include "bpfilter.h"
@@ -211,7 +211,7 @@ fxp_probe(config_id, device_id)
{
if (((device_id & 0xffff) == FXP_VENDORID_INTEL) &&
((device_id >> 16) & 0xffff) == FXP_DEVICEID_i82557)
- return ("Intel EtherExpress Pro/100 Fast Ethernet");
+ return ("Intel EtherExpress Pro/100B Fast Ethernet");
return NULL;
}
diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c
index 6efb83b..1c41cdf 100644
--- a/sys/pci/if_fxp.c
+++ b/sys/pci/if_fxp.c
@@ -29,11 +29,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.6 1995/12/18 02:47:43 davidg Exp $
+ * $Id: if_fxp.c,v 1.7 1996/01/03 05:22:32 davidg Exp $
*/
/*
- * Intel EtherExpress Pro/100 PCI Fast Ethernet driver
+ * Intel EtherExpress Pro/100B PCI Fast Ethernet driver
*/
#include "bpfilter.h"
@@ -211,7 +211,7 @@ fxp_probe(config_id, device_id)
{
if (((device_id & 0xffff) == FXP_VENDORID_INTEL) &&
((device_id >> 16) & 0xffff) == FXP_DEVICEID_i82557)
- return ("Intel EtherExpress Pro/100 Fast Ethernet");
+ return ("Intel EtherExpress Pro/100B Fast Ethernet");
return NULL;
}
OpenPOWER on IntegriCloud