svn commit: r203897 - stable/8/sys/dev/ata/chipsets

Alexander Motin mav at FreeBSD.org
Sun Feb 14 19:54:16 UTC 2010


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;
 }
 


More information about the svn-src-stable mailing list