summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/if_fxp_cardbus.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-01-01 19:06:45 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-01-01 19:06:45 +0000
commite0e72bc78b187b57a6f7e98347ba15b306a3508f (patch)
treecc6296fdfab8b97a82b8592ea7d37ee70dfb9696 /sys/dev/cardbus/if_fxp_cardbus.c
parentd17a9e56b1f54ad6e310c75636fb6bf63a9f7f27 (diff)
update for pcidevs name change
Diffstat (limited to 'sys/dev/cardbus/if_fxp_cardbus.c')
-rw-r--r--sys/dev/cardbus/if_fxp_cardbus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/cardbus/if_fxp_cardbus.c b/sys/dev/cardbus/if_fxp_cardbus.c
index aa508bbf0a2..d31d5fe29cc 100644
--- a/sys/dev/cardbus/if_fxp_cardbus.c
+++ b/sys/dev/cardbus/if_fxp_cardbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fxp_cardbus.c,v 1.11 2005/05/16 01:36:25 brad Exp $ */
+/* $OpenBSD: if_fxp_cardbus.c,v 1.12 2006/01/01 19:06:43 brad Exp $ */
/* $NetBSD: if_fxp_cardbus.c,v 1.12 2000/05/08 18:23:36 thorpej Exp $ */
/*
@@ -38,7 +38,7 @@
*/
/*
- * CardBus front-end for the Intel i82557 family of Ethernet chips.
+ * CardBus front-end for the Intel i8255x family of Ethernet chips.
*/
#include "bpfilter.h"
@@ -105,7 +105,7 @@ struct cfattach fxp_cardbus_ca = {
};
const struct cardbus_matchid fxp_cardbus_devices[] = {
- { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82557 },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_8255x },
};
#ifdef CBB_DEBUG