summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgb
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2005-03-27 17:22:41 +0000
committermux <mux@FreeBSD.org>2005-03-27 17:22:41 +0000
commitea7780ea417e4cad399eb44bcccbd746b1443160 (patch)
treee064a157b92e31a66a72d14c90c7c3746b3f38bb /sys/dev/ixgb
parentba0b63889845bf3c62047e03e240a685a8e6aac3 (diff)
downloadFreeBSD-src-ea7780ea417e4cad399eb44bcccbd746b1443160.zip
FreeBSD-src-ea7780ea417e4cad399eb44bcccbd746b1443160.tar.gz
Fix copy&paste error in my previous commit.
Spotted by: ru
Diffstat (limited to 'sys/dev/ixgb')
-rw-r--r--sys/dev/ixgb/if_ixgb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ixgb/if_ixgb.c b/sys/dev/ixgb/if_ixgb.c
index 908a4ae..1cb8f0c 100644
--- a/sys/dev/ixgb/if_ixgb.c
+++ b/sys/dev/ixgb/if_ixgb.c
@@ -160,8 +160,8 @@ static driver_t ixgb_driver = {
static devclass_t ixgb_devclass;
DRIVER_MODULE(if_ixgb, pci, ixgb_driver, ixgb_devclass, 0, 0);
-MODULE_DEPEND(fxp, pci, 1, 1, 1);
-MODULE_DEPEND(fxp, ether, 1, 1, 1);
+MODULE_DEPEND(if_ixgb, pci, 1, 1, 1);
+MODULE_DEPEND(if_ixgb, ether, 1, 1, 1);
/* some defines for controlling descriptor fetches in h/w */
#define RXDCTL_PTHRESH_DEFAULT 128 /* chip considers prefech below this */
OpenPOWER on IntegriCloud