From owner-freebsd-current@freebsd.org Sat May 21 06:43:28 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9230CB44CEB for ; Sat, 21 May 2016 06:43:28 +0000 (UTC) (envelope-from oleg@opentransfer.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7C62A1830 for ; Sat, 21 May 2016 06:43:28 +0000 (UTC) (envelope-from oleg@opentransfer.com) Received: by mailman.ysv.freebsd.org (Postfix) id 78456B44CEA; Sat, 21 May 2016 06:43:28 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75AD1B44CE9 for ; Sat, 21 May 2016 06:43:28 +0000 (UTC) (envelope-from oleg@opentransfer.com) Received: from oleg.opentransfer.com (oleg.opentransfer.com [91.217.144.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oleg-10.opentransfer.com", Issuer "oleg-10.opentransfer.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DD899182F for ; Sat, 21 May 2016 06:43:27 +0000 (UTC) (envelope-from oleg@opentransfer.com) Received: from asus.theweb.org.ua ([10.0.8.4]) by oleg.opentransfer.com (8.15.2/8.15.2) with ESMTPS id u4L6Yxk3026029 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sat, 21 May 2016 09:35:02 +0300 (EEST) (envelope-from oleg@opentransfer.com) Received: from asus.theweb.org.ua (localhost [127.0.0.1]) by asus.theweb.org.ua (8.15.2/8.15.2) with ESMTPS id u4L6UaWa032169 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 21 May 2016 09:30:36 +0300 (EEST) (envelope-from oleg@opentransfer.com) Received: (from oleg@localhost) by asus.theweb.org.ua (8.15.2/8.15.2/Submit) id u4L6UZxr032168 for current@freebsd.org; Sat, 21 May 2016 09:30:35 +0300 (EEST) (envelope-from oleg@opentransfer.com) X-Authentication-Warning: asus.theweb.org.ua: oleg set sender to oleg@opentransfer.com using -f From: "Oleg V. Nauman" To: current@freebsd.org Subject: ATA? related trouble with r300299 Date: Sat, 21 May 2016 09:30:35 +0300 Message-ID: <16296020.R5v2TQkD2c@asus.theweb.org.ua> Organization: Ecommerce LLC User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 06:43:28 -0000 I have faced the issue with fresh CURRENT stopped to boot on my old desktop after update to r300299 Verbose boot shows the endless cycle of ata2: SATA reset: ports status=0x05 ata2: reset tp1 mask=03 ostat0=50 ostat1=50 ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=50 stat1=50 devices=0x3 messages logged to console. Below is the relevant portion of ATA controller/devices probed/attached during the boot: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 31.1 on pci0 ata0: at channel 0 on atapci0 atapci1: port 0xd080-0xd087, 0xd000-0xd003, 0xcc00-0xcc07,0xc880-0xc883,0xc800-0xc80f irq 19 at device 31.2 on pci0 ata2: at channel 0 on atapci1 ata3: at channel 1 on atapci1 ada0 at ata2 bus 0 scbus1 target 0 lun 0 ada0: ATA-7 SATA 2.x device ada1 at ata2 bus 0 scbus1 target 1 lun 0 ada1: ATA8-ACS SATA 3.x device cd0 at ata0 bus 0 scbus0 target 0 lun 0 cd0: <_NEC DVD_RW ND-3570A 1.11> Removable CD-ROM SCSI device Thank you