aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/aacraid
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2018-03-14 21:11:41 +0000
committerBrooks Davis <brooks@FreeBSD.org>2018-03-14 21:11:41 +0000
commitf287c3e4d332919117611581381d81fe1539909f (patch)
tree73bd2a5120234cb62fec60730359188ec4978eac /sys/modules/aacraid
parenteee6300f1aad4cec495e20b734b5c2b7f468e944 (diff)
downloadsrc-f287c3e4d332919117611581381d81fe1539909f.tar.gz
src-f287c3e4d332919117611581381d81fe1539909f.zip
Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.
This includes FSACTL_LNX_GET_NEXT_ADAPTER_FIB. Reviewed by: cem Obtained from: CheriBSD MFC after: 1 week Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14672
Notes
Notes: svn path=/head/; revision=330949
Diffstat (limited to 'sys/modules/aacraid')
-rw-r--r--sys/modules/aacraid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/aacraid/Makefile b/sys/modules/aacraid/Makefile
index 8852d477b739..2209ead57aa9 100644
--- a/sys/modules/aacraid/Makefile
+++ b/sys/modules/aacraid/Makefile
@@ -8,7 +8,7 @@ SUBDIR= aacraid_linux
KMOD= aacraid
SRCS= aacraid.c aacraid_pci.c aacraid_cam.c
-SRCS+= opt_scsi.h opt_cam.h opt_aacraid.h
+SRCS+= opt_scsi.h opt_cam.h opt_compat.h opt_aacraid.h
SRCS+= device_if.h bus_if.h pci_if.h
# To enable debug output from the driver, uncomment these two lines.