diff options
author | mav <mav@FreeBSD.org> | 2010-03-31 07:20:10 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2010-03-31 07:20:10 +0000 |
commit | 248b1833c29e5f35bb5ae344ed7e7124e7037efe (patch) | |
tree | b7acfc6e9fce23d095c03a76ce8abc9a45c4ba8b /sys/dev/ata/ata-all.h | |
parent | a8e85cee7aa26a304807b703744149be09d26f47 (diff) | |
download | FreeBSD-src-248b1833c29e5f35bb5ae344ed7e7124e7037efe.zip FreeBSD-src-248b1833c29e5f35bb5ae344ed7e7124e7037efe.tar.gz |
Include opt_ata.h, as some structures here depending on ATA_CAM option.
This fixes ATA_CAM with atamvsata and probably some other drivers.
Diffstat (limited to 'sys/dev/ata/ata-all.h')
-rw-r--r-- | sys/dev/ata/ata-all.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h index 3d5d36e..d7b3f44 100644 --- a/sys/dev/ata/ata-all.h +++ b/sys/dev/ata/ata-all.h @@ -26,6 +26,8 @@ * $FreeBSD$ */ +#include "opt_ata.h" + #if 0 #define ATA_LEGACY_SUPPORT /* Enable obsolete features that break * some modern devices */ |