Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2010 19:54:16 +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: r203897 - stable/8/sys/dev/ata/chipsets
Message-ID:  <201002141954.o1EJsGj9069349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Sun Feb 14 19:54:16 2010
New Revision: 203897
URL: http://svn.freebsd.org/changeset/base/203897

Log:
  MFC r203525:
  Report SATA300 chips also as SATA.

Modified:
  stable/8/sys/dev/ata/chipsets/ata-siliconimage.c
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)
  stable/8/sys/netinet/   (props changed)

Modified: stable/8/sys/dev/ata/chipsets/ata-siliconimage.c
==============================================================================
--- stable/8/sys/dev/ata/chipsets/ata-siliconimage.c	Sun Feb 14 19:53:45 2010	(r203896)
+++ stable/8/sys/dev/ata/chipsets/ata-siliconimage.c	Sun Feb 14 19:54:16 2010	(r203897)
@@ -471,7 +471,8 @@ ata_siiprb_ch_attach(device_t dev)
     ch->hw.softreset = ata_siiprb_softreset;
     ch->hw.pm_read = ata_siiprb_pm_read;
     ch->hw.pm_write = ata_siiprb_pm_write;
-     
+    ch->flags |= ATA_NO_SLAVE;
+    ch->flags |= ATA_SATA;
     return 0;
 }
 



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