Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2010 12:26:24 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r206655 - stable/8/sys/dev/ata
Message-ID:  <201004151226.o3FCQO3t096582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004151226.o3FCQO3t096582>