summaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-15 06:37:30 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-15 06:37:30 +0000
commitf246e4a17fd469ab781124a678e103d44d637c5f (patch)
tree1bdd3154994e1ca8f70eb0f16c9b58a107fcc11e /sys/dev/cy
parent10646d5f83c7e84f352d3ea4d96caeb6c166859b (diff)
Notes
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index 72cb9612cf10..303f2905d676 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -88,6 +88,7 @@ static driver_t cy_pci_driver = {
static devclass_t cy_devclass;
DRIVER_MODULE(cy, pci, cy_pci_driver, cy_devclass, 0, 0);
+MODULE_DEPEND(cy, pci, 1, 1, 1);
static int
cy_pci_probe(dev)