Author: mav
Date: Wed Mar 31 07:20:10 2010
New Revision: 205967
URL: http://svn.freebsd.org/changeset/base/205967
Log:
Include opt_ata.h, as some structures here depending on ATA_CAM option.
This fixes ATA_CAM with atamvsata and probably some other drivers.
Modified:
head/sys/dev/ata/ata-all.h
Modified: head/sys/dev/ata/ata-all.h
==============================================================================
--- head/sys/dev/ata/ata-all.h Wed Mar 31 07:12:12 2010 (r205966)
+++ head/sys/dev/ata/ata-all.h Wed Mar 31 07:20:10 2010 (r205967)
@@ -26,6 +26,8 @@
* $FreeBSD$
*/
+#include "opt_ata.h"
+
#if 0
#define ATA_LEGACY_SUPPORT /* Enable obsolete features
that break
* some modern devices */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"