From owner-freebsd-stable@FreeBSD.ORG Fri Feb 6 11:32:20 2015 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93A1A4C9 for ; Fri, 6 Feb 2015 11:32:20 +0000 (UTC) Received: from mail-wi0-x241.google.com (mail-wi0-x241.google.com [IPv6:2a00:1450:400c:c05::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2873A150 for ; Fri, 6 Feb 2015 11:32:20 +0000 (UTC) Received: by mail-wi0-f193.google.com with SMTP id l15so641034wiw.0 for ; Fri, 06 Feb 2015 03:32:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yyT9qG6mNNlKOauqkMRRInYsejvQylMUSFX2xZMePGA=; b=DBFqC6q/6FACmtoPbjvf8hG+YXl2oakTQgPC2dsG0NXlPFsf5wyufFNcLKC8kpl262 vv1dDo1YKgWgv6jKPgcRoj8ificIZLLZ/5uCqxDfOW2kWiUEbBph26/2qtab3oxeT2/z KvnJ2okZ5Ga4pKQZsQlwSRBz7FPXAB+nuK+SM25WiImM3+GyS0Gf8hriJOo2s12M1vAQ hyJlYVNoA/cIVrdIoyU3ZcG0IRKMCOx+C//42v8FPHPgXkW8mk+Tz5vtJdpEQ1tPHDmb IqN7xE5EqbU6bJWaxA2EQ/2QeHFW3VWy513DNsMhD3mamRgZ8Dvu++Nzyw/Pjp3IwE+x n4jQ== MIME-Version: 1.0 X-Received: by 10.180.77.39 with SMTP id p7mr2473340wiw.8.1423222337428; Fri, 06 Feb 2015 03:32:17 -0800 (PST) Received: by 10.27.84.68 with HTTP; Fri, 6 Feb 2015 03:32:17 -0800 (PST) In-Reply-To: References: Date: Fri, 6 Feb 2015 12:32:17 +0100 Message-ID: Subject: Re: Trouble with sata dvdram drive on 10.1. From: =?UTF-8?B?0JXQstCz0LXQvdC40Lkg0JEuINCh0L/QsNC80LDQutC+0LLRgdC60LjQuQ==?= To: stable@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 11:32:20 -0000 False alarm. Apologies for being such an ass: I had a stale (compiled under 9.2) hald-addon-storage running that was polling the device. On Fri, Feb 6, 2015 at 12:00 PM, =D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9= =D0=91. =D0=A1=D0=BF=D0=B0=D0=BC=D0=B0=D0=BA=D0=BE=D0=B2=D1=81=D0=BA=D0=B8= =D0=B9 < spamakowski@gmail.com> wrote: > I upgraded from 9.2 to 10.1 yesterday night, and since then am getting > repeated timeout messages: > > ahcich5: Timeout on slot 0 port 0 > ahcich5: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd 58 serr > 00000000 cmd 0000e017 > ahcich5: Timeout on slot 0 port 0 > ahcich5: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd 58 serr > 00000000 cmd 0000e017 > ahcich5: Timeout on slot 0 port 0 > ahcich5: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd 58 serr > 00000000 cmd 0000e017 > ...etc, a few seconds apart. Also the drive doesn't work. > I made no hardware changes in the course of the upgrade - it's simply > a new kernel in action. > > The relevant bits of dmesg (let me know if I should supply more): > ... > box kernel: ahci0: port > 0xb000-0xb007,0xa000-0xa003,0x9000-0x9007,0x8000-0x8003,0x7000-0x700f > mem 0xf9dfe400-0xf9dfe7ff irq 22 at device 17.0 on pci0 > box kernel: ahci0: AHCI v1.10 with 6 3Gbps ports, Port Multiplier support= ed > box kernel: ahcich0: at channel 0 on ahci0 > box kernel: ahcich1: at channel 1 on ahci0 > box kernel: ahcich2: at channel 2 on ahci0 > box kernel: ahcich3: at channel 3 on ahci0 > box kernel: ahcich4: at channel 4 on ahci0 > box kernel: ahcich5: at channel 5 on ahci0 > ... > box kernel: cd0 at ahcich5 bus 0 scbus5 target 0 lun 0 > box kernel: cd0: Removable CD-ROM SCSI-0 > device > box kernel: cd0: Serial Number > box kernel: cd0: 150.000MB/s transfers (SATA 1.x, UDMA6, ATAPI > 12bytes, PIO 8192bytes) > box kernel: cd0: cd present [1 x 2048 byte records] > ... > > > Any ideas? > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >