From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 28 07:10:10 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FCEF16A417 for ; Fri, 28 Sep 2007 07:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 534C213C468 for ; Fri, 28 Sep 2007 07:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8S7AAvw077549 for ; Fri, 28 Sep 2007 07:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8S7AAYl077548; Fri, 28 Sep 2007 07:10:10 GMT (envelope-from gnats) Date: Fri, 28 Sep 2007 07:10:10 GMT Message-Id: <200709280710.l8S7AAYl077548@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andrew Kronstadt Cc: Subject: Re: kern/116701: atapicam hangs initializing SATA DVDRs on sil3112a X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Kronstadt List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2007 07:10:10 -0000 The following reply was made to PR kern/116701; it has been noted by GNATS. From: Andrew Kronstadt To: bug-followup@FreeBSD.org, milojah@gmail.com Cc: Subject: Re: kern/116701: atapicam hangs initializing SATA DVDRs on sil3112a Date: Fri, 28 Sep 2007 02:38:29 -0400 I read the wrong part number off of the box, this is the dmesg string for the card: atapci3: port 0xcc00-0xcc07,0xc880-0xc883,0xc800-0xc807,0xc480-0xc483,0xc400-0xc40f mem 0xfaaffc00-0xfaaffdff irq 16 at device 8.0 on pci4 Also, it appears to hang when dd-ing from a cd to /dev/null. There is another open ticket for a hang related to a similar chipset when used with a harddisk. Thanks