Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2010 09:26:39 +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: r215512 - stable/8/sys/dev/ata/chipsets
Message-ID:  <201011190926.oAJ9QdcD065993@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Fri Nov 19 09:26:39 2010
New Revision: 215512
URL: http://svn.freebsd.org/changeset/base/215512

Log:
  MFC r214672:
  Remove stale line, accidentally slipped into r214016.

Modified:
  stable/8/sys/dev/ata/chipsets/ata-intel.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)

Modified: stable/8/sys/dev/ata/chipsets/ata-intel.c
==============================================================================
--- stable/8/sys/dev/ata/chipsets/ata-intel.c	Fri Nov 19 09:25:12 2010	(r215511)
+++ stable/8/sys/dev/ata/chipsets/ata-intel.c	Fri Nov 19 09:26:39 2010	(r215512)
@@ -315,7 +315,6 @@ ata_intel_ch_attach(device_t dev)
 			map &= 0x03;
 			if (map == 0x00) {
 				ch->flags |= ATA_SATA;
-				smap[ch->unit] = (ch->unit == 0) ? 0x20 : 0x31;
 				smap[0] = (ch->unit == 0) ? 0 : 1;
 				smap[1] = (ch->unit == 0) ? 2 : 3;
 			} else if (map == 0x02 && ch->unit == 0) {



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