From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 04:26:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0781D1065670 for ; Thu, 18 Sep 2008 04:26:12 +0000 (UTC) (envelope-from mefystofel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 8D59D8FC12 for ; Thu, 18 Sep 2008 04:26:11 +0000 (UTC) (envelope-from mefystofel@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so623927uge.39 for ; Wed, 17 Sep 2008 21:26:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Adtm84b4rxOqF5c9VLb+oZ+4BzwmhB4CFKbShoD/0ZI=; b=x7NIVNz/Ga3+aGDe8TjJYSiTi+SDjbLxGJLwvEbkNNApKsG7kEmIf4Q3V2mu8KEwV7 SgYpN9ZrRLcy8vHxqZ1iDhnei0gu8N/BXrYIFmyrktQgGzFaDqWOI7JWI9bATVY5ALpc Mq7OTnQ0tbLbzSa3ypiJSzg1UlIdKKi474dVo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=IFHnHdQB1t14qJZA/mCk+5Lg+XaXNyCw2/de0NjH4fxYBvUsbTfxa8myAoEfrn1KJI T3vZRZVySZw/ATFx/NEyw+kPuNBGPkml49ApmbXFY+XGSOoOd7H1BFx+AtjZBD4ytU1m PDBDotQKnJgs2GcH7dIKZpl/DriOgRiATV0us= Received: by 10.210.16.11 with SMTP id 11mr4210218ebp.184.1221710525428; Wed, 17 Sep 2008 21:02:05 -0700 (PDT) Received: by 10.210.91.8 with HTTP; Wed, 17 Sep 2008 21:02:05 -0700 (PDT) Message-ID: Date: Thu, 18 Sep 2008 09:02:05 +0500 From: "Roman Serbski" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Maxtor STM3250310AS is recognized as SATA150 instead of SATA300 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 04:26:12 -0000 Hi list- I'm running FreeBSD 7.1-PRERELEASE (cvsuped and built yesterday) on Asus P5KPL-VM with Maxtor STM3250310AS (250GB) for some reason being recognized as SATA150. According to P5KPL-VM specs (http://www.asus.com/products.aspx?l1=3&l2=11&l3=563&l4=0&model=1772&modelmenu=2) it does support 3Gb/s, so does STM3250310AS (http://www.seagate.com/staticfiles/support/disc/manuals/maxtor/100451230c.pdf). Maxtor hard drive came with jumper but removing it didn't help -- I still see SATA150 in dmesg output. I also updated Asus BIOS to the latest version and replaced SATA cables -- none of this helped. Here is more detailed information: %dmesg | grep SATA atapci1: port 0xc400-0xc407,0xc080-0xc083,0xc000-0xc007,0xbc00-0xbc03,0xb880-0xb88f irq 19 at device 31.2 on pci0 ad4: 238475MB at ata2-master SATA150 %atacontrol cap ad4 Protocol Serial ATA II device model MAXTOR STM3250310AS serial number 9RY1LHWX firmware revision 3.AAC cylinders 16383 heads 16 sectors/track 63 lba supported 268435455 sectors lba48 supported 488397168 sectors dma supported overlap not supported Feature Support Enable Value Vendor write cache yes yes read ahead yes yes Native Command Queuing (NCQ) yes - 31/0x1F Tagged Command Queuing (TCQ) no no 31/0x1F SMART yes yes microcode download yes yes security yes no power management yes yes advanced power management no no 65278/0xFEFE automatic acoustic management no no 0/0x00 208/0xD0 %pciconf -lv atapci1@pci0:0:31:2: class=0x01018f card=0x81791043 chip=0x27c08086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller' class = mass storage subclass = ATA There were couple of similar threads and one guy reported that he was able to get SATA300 by playing with AHCI settings in BIOS, but I don't really see anything related to AHCI in my BIOS. Any hints would be greatly appreciated. Regards, Roman