summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1996-01-15 10:12:41 +0000
committerdg <dg@FreeBSD.org>1996-01-15 10:12:41 +0000
commit7a93e918354d6b4eef90ece6e4e7c6bf116a3da6 (patch)
tree54826dd3b12b8141d09107d4234ac838b0e344a9 /sys
parent62673efe9841fd67b8fa1094c97fd0784fad3148 (diff)
downloadFreeBSD-src-7a93e918354d6b4eef90ece6e4e7c6bf116a3da6.zip
FreeBSD-src-7a93e918354d6b4eef90ece6e4e7c6bf116a3da6.tar.gz
This driver really is for the Pro/100B and not for the Pro/100 (and in fact
doesn't even work with a Pro/100)...updated to reflect this.
Diffstat (limited to 'sys')
-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