summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-11-06 03:59:03 +0000
committerimp <imp@FreeBSD.org>2003-11-06 03:59:03 +0000
commit5f488d0ae91eaf9ad181f236b08892e0bc6ee675 (patch)
tree9bf1ff1a4812e8a08c3a750ece3db43d1a0eadb4 /sys/pci/if_xl.c
parentc7fff281b1aed8ec30891857df70952ab61e7f92 (diff)
downloadFreeBSD-src-5f488d0ae91eaf9ad181f236b08892e0bc6ee675.zip
FreeBSD-src-5f488d0ae91eaf9ad181f236b08892e0bc6ee675.tar.gz
s/driver/device/ for config file line
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index eddfafd..47a85d5 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -135,7 +135,7 @@ MODULE_DEPEND(xl, pci, 1, 1, 1);
MODULE_DEPEND(xl, ether, 1, 1, 1);
MODULE_DEPEND(xl, miibus, 1, 1, 1);
-/* "driver miibus" required. See GENERIC if you get errors here. */
+/* "device miibus" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
#include <pci/if_xlreg.h>
OpenPOWER on IntegriCloud