aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tdfx
diff options
context:
space:
mode:
authorColeman Kane <cokane@FreeBSD.org>2008-03-13 14:08:41 +0000
committerColeman Kane <cokane@FreeBSD.org>2008-03-13 14:08:41 +0000
commite42e0b86696d87a2d9ffe6e76c4b2423464cbef0 (patch)
treee7a53729168650a9feef0be2db4ad9028a921aad /sys/dev/tdfx
parent22eca0bf45fa506e27a58007cfc70f08ce4f3538 (diff)
Notes
Diffstat (limited to 'sys/dev/tdfx')
-rw-r--r--sys/dev/tdfx/tdfx_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c
index 6c7a832fc20e..ff4efc6a8a25 100644
--- a/sys/dev/tdfx/tdfx_pci.c
+++ b/sys/dev/tdfx/tdfx_pci.c
@@ -823,4 +823,5 @@ static driver_t tdfx_driver = {
/* Tell Mr. Kernel about us! */
DRIVER_MODULE(tdfx, pci, tdfx_driver, tdfx_devclass, 0, 0);
+MODULE_DEPEND(tdfx, mem, 1, 1, 1);
MODULE_VERSION(tdfx, 1);