Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 2010 09:31:24 +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: r214672 - head/sys/dev/ata/chipsets
Message-ID:  <201011020931.oA29VOw2033340@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Tue Nov  2 09:31:24 2010
New Revision: 214672
URL: http://svn.freebsd.org/changeset/base/214672

Log:
  Remove stale line, accidentally slipped into r214016.
  
  MFC after:	3 days

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

Modified: head/sys/dev/ata/chipsets/ata-intel.c
==============================================================================
--- head/sys/dev/ata/chipsets/ata-intel.c	Tue Nov  2 09:26:12 2010	(r214671)
+++ head/sys/dev/ata/chipsets/ata-intel.c	Tue Nov  2 09:31:24 2010	(r214672)
@@ -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?201011020931.oA29VOw2033340>