aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1996-01-15 10:12:41 +0000
committerDavid Greenman <dg@FreeBSD.org>1996-01-15 10:12:41 +0000
commitae12cdda30fb77c333753f00708de6428cb4c606 (patch)
tree54826dd3b12b8141d09107d4234ac838b0e344a9 /sys/dev
parent77c17f5c6577105c542aee353b1b7f5dc41d5c6a (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fxp/if_fxp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 6efb83b938740..1c41cdf0b50ac 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;
}