svn commit: r205967 - head/sys/dev/ata

Alexander Motin mav at FreeBSD.org
Wed Mar 31 07:20:10 UTC 2010


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 */


More information about the svn-src-head mailing list