aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/arcmsr
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2007-03-12 05:02:42 +0000
committerScott Long <scottl@FreeBSD.org>2007-03-12 05:02:42 +0000
commitd3cf342ddbdd1082ae216d012878554ec8cc20fa (patch)
tree565518da58f54e6a1802773b0d6b0d1617ac87c6 /sys/dev/arcmsr
parent70273f90647de9d7ae9a4db5ec0438520ebfe22c (diff)
Notes
Diffstat (limited to 'sys/dev/arcmsr')
-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 5e2bb86c9edb..ae6040ed90b6 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