From owner-freebsd-sparc64@FreeBSD.ORG Fri Mar 4 03:28:59 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72FBF16A4CE for ; Fri, 4 Mar 2005 03:28:59 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAAB743D2F for ; Fri, 4 Mar 2005 03:28:56 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j243Uuc1007917; Thu, 3 Mar 2005 20:30:56 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4227D572.9060406@samsco.org> Date: Thu, 03 Mar 2005 20:26:42 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Koop Mast References: <1109882542.38269.13.camel@heater.rainbow-runner.nl> In-Reply-To: <1109882542.38269.13.camel@heater.rainbow-runner.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: freebsd-sparc64@freebsd.org Subject: Re: esp driver complains X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 03:28:59 -0000 Koop Mast wrote: > Hello, > > On my Ultra 2 I get the following below. > The box works like it should but its complaining about something. > I don't know when this turned up but this wasn't there in 5.3-R or in > older -current builds. > > Koop > > >>uname -a > > FreeBSD ultra 6.0-CURRENT FreeBSD 6.0-CURRENT #70: Wed Mar 2 00:12:13 > CET 2005 root@ultra:/usr/obj/usr/src/sys/BlackBird sparc64 > > Timecounters tick every 10.000 msec > Waiting 2 seconds for SCSI devices to settle > esp0: target didn't send tag: 15 bytes in fifo > [127] [0] [3] [18] [139] [0] [1] [62] [83] [69] [65] [71] [65] [84] [69] > esp0: SCSI bus reset > esp0: target didn't send tag: 0 bytes in fifo > esp0: SCSI bus reset > esp0: target didn't send tag: 0 bytes in fifo > esp0: SCSI bus reset > esp0: target didn't send tag: 0 bytes in fifo > esp0: SCSI bus reset > esp0: target didn't send tag: 0 bytes in fifo > esp0: SCSI bus reset > SMP: AP CPU #1 Launched! > cd0 at esp0 bus 0 target 6 lun 0 > cd0: Removable CD-ROM SCSI-2 device > cd0: 3.300MB/s transfers > cd0: Attempt to query device size failed: NOT READY, Logical unit is in > process of becoming ready > da0 at esp0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-3 device > da0: 6.600MB/s transfers (16bit), Tagged Queueing Enabled > da0: 35003MB (71687369 512 byte sectors: 255H 63S/T 4462C) > Trying to mount root from ufs:/dev/da0a > > The negotiated transfer rates also look awefully suspicious. You can try reverting the recent esp driver changes like Pyun suggests. Scott