aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2010-11-02 09:31:24 +0000
committerAlexander Motin <mav@FreeBSD.org>2010-11-02 09:31:24 +0000
commit82d2b37bc0a667304d51b197f8366b0b518acf65 (patch)
treef5b036fa0ee850e96093aad041c0b596bd447862 /sys/dev/ata/chipsets
parent6dfeb66edafad9884cecba410de0abc67db75a70 (diff)
downloadsrc-82d2b37bc0a667304d51b197f8366b0b518acf65.tar.gz
src-82d2b37bc0a667304d51b197f8366b0b518acf65.zip
Remove stale line, accidentally slipped into r214016.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=214672
Diffstat (limited to 'sys/dev/ata/chipsets')
-rw-r--r--sys/dev/ata/chipsets/ata-intel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/chipsets/ata-intel.c b/sys/dev/ata/chipsets/ata-intel.c
index ba602aaa5ea1..22cb23b2d717 100644
--- a/sys/dev/ata/chipsets/ata-intel.c
+++ b/sys/dev/ata/chipsets/ata-intel.c
@@ -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) {