summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-03-12 05:02:42 +0000
committerscottl <scottl@FreeBSD.org>2007-03-12 05:02:42 +0000
commit47691797c572c4a13fd1b230fbd7a78c7e3fcb6b (patch)
tree565518da58f54e6a1802773b0d6b0d1617ac87c6 /sys
parentf15b215cc0e1082d6dddf0b28e090bd0a7853247 (diff)
downloadFreeBSD-src-47691797c572c4a13fd1b230fbd7a78c7e3fcb6b.zip
FreeBSD-src-47691797c572c4a13fd1b230fbd7a78c7e3fcb6b.tar.gz
Add back in MODULE_DEPEND() lines that were lost in the rev 13 update.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/arcmsr/arcmsr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/arcmsr/arcmsr.c b/sys/dev/arcmsr/arcmsr.c
index 5e2bb86..ae6040e 100644
--- a/sys/dev/arcmsr/arcmsr.c
+++ b/sys/dev/arcmsr/arcmsr.c
@@ -195,6 +195,8 @@ static driver_t arcmsr_driver={
static devclass_t arcmsr_devclass;
DRIVER_MODULE(arcmsr, pci, arcmsr_driver, arcmsr_devclass, 0, 0);
+MODULE_DEPEND(arcmsr, pci, 1, 1, 1);
+MODULE_DEPEND(arcmsr, cam, 1, 1, 1);
#ifndef BUS_DMA_COHERENT
#define BUS_DMA_COHERENT 0x04 /* hint: map memory in a coherent way */
#endif
OpenPOWER on IntegriCloud