From owner-freebsd-current@FreeBSD.ORG Thu Jun 3 13:41:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3328F16A4CE for ; Thu, 3 Jun 2004 13:41:56 -0700 (PDT) Received: from moya.lambermont.dyndns.org (e165253.upc-e.chello.nl [213.93.165.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id B05FB43D3F for ; Thu, 3 Jun 2004 13:41:55 -0700 (PDT) (envelope-from hans@lambermont.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by moya.lambermont.dyndns.org (Postfix) with ESMTP id 128B336402; Thu, 3 Jun 2004 22:41:51 +0200 (CEST) Received: from moya.lambermont.dyndns.org ([127.0.0.1])port 10024) with ESMTP id 83733-03; Thu, 3 Jun 2004 22:41:50 +0200 (CEST) Received: by moya.lambermont.dyndns.org (Postfix, from userid 1001) id C8FAE36401; Thu, 3 Jun 2004 22:41:50 +0200 (CEST) Date: Thu, 3 Jun 2004 22:41:50 +0200 To: vadim@vadim.wnet.ua Message-ID: <20040603204150.GC81279@moya.lambermont.dyndns.org> References: <20040603164653.D9AC45D08@ptavv.es.net> <200406032113.29633.vadim@wnet.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406032113.29633.vadim@wnet.ua> User-Agent: Mutt/1.4.2i From: hans@lambermont.dyndns.org (Hans Lambermont) X-Virus-Scanned: by amavisd-new-20030616.p5 at lambermont.dyndns.org cc: freebsd-current@freebsd.org Subject: Re: Thinkpad panic woes (was Re: CDRW causes Thinkpad T41 to panic) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 03 Jun 2004 20:41:56 -0000 Vadim Rozhik wrote: > On Thursday 03 June 2004 19:46, Kevin Oberman wrote: ... >> I also have a T30 and have no issues at all with the DVD/CDRW. I do >> know that I had to update the firmware for the drive (Toshiba) a >> while back to make it work orrectly with FreeBSD drivers. > > I have T30 model 2366-91G with 256 RAM, running today's GENERIC kernel, and > have the same trouble with DVD-ROM: > ... > ad0: 35087MB [71288/16/63] at ata0-master UDMA100 > ata1-slave: FAILURE - ATAPI_IDENTIFY no interrupt > ata1-slave: FAILURE - ATAPI_IDENTIFY no interrupt > acd0: DVDROM at ata1-master UDMA33 > Memory modified after free 0xc170ac00(508) val=ff70ff70 @ 0xc170ac00 > ... > Stopped at mtrash_ctor+0x4d: movl 0x20(%eax), %eax ... It starts similar here: (T30, model 2366 with (maybe, kinda unreadable -N6G) ata1-slave: FAILURE - ATAPI_IDENTIFY no interrupt ata1-slave: FAILURE - ATAPI_IDENTIFY no interrupt acd0: CDRW at ata1-master UDMA33 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed Mounting root from ufs:/dev/ad0s2a but I have no 'Memory modified' problems. I use ACPI, and hw.ata.atapi_dma="1" in /boot/loader.conf on a custom 5.2-CURRENT kernel as of Sun May 30. Suspend/resume works (except backlight) but (re)starting X locks up the system. I hope it helps someone. -- Hans