Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2010 14:41:19 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203525 - head/sys/dev/ata/chipsets
Message-ID:  <201002051441.o15EfJpt067240@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Fri Feb  5 14:41:18 2010
New Revision: 203525
URL: http://svn.freebsd.org/changeset/base/203525

Log:
  Report SATA300 chips also as SATA.

Modified:
  head/sys/dev/ata/chipsets/ata-siliconimage.c

Modified: head/sys/dev/ata/chipsets/ata-siliconimage.c
==============================================================================
--- head/sys/dev/ata/chipsets/ata-siliconimage.c	Fri Feb  5 12:40:18 2010	(r203524)
+++ head/sys/dev/ata/chipsets/ata-siliconimage.c	Fri Feb  5 14:41:18 2010	(r203525)
@@ -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?201002051441.o15EfJpt067240>