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

Alexander Motin mav at FreeBSD.org
Fri Nov 19 09:26:40 UTC 2010


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) {


More information about the svn-src-all mailing list