svn commit: r206655 - stable/8/sys/dev/ata

Alexander Motin mav at FreeBSD.org
Thu Apr 15 12:26:24 UTC 2010


Author: mav
Date: Thu Apr 15 12:26:24 2010
New Revision: 206655
URL: http://svn.freebsd.org/changeset/base/206655

Log:
  MFC r205967:
  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:
  stable/8/sys/dev/ata/ata-all.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/ata/ata-all.h
==============================================================================
--- stable/8/sys/dev/ata/ata-all.h	Thu Apr 15 12:22:47 2010	(r206654)
+++ stable/8/sys/dev/ata/ata-all.h	Thu Apr 15 12:26:24 2010	(r206655)
@@ -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-stable mailing list