From owner-freebsd-stable Wed May 3 9:30:34 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mass.cdrom.com (adsl-63-202-176-114.dsl.snfc21.pacbell.net [63.202.176.114]) by hub.freebsd.org (Postfix) with ESMTP id EB7DB37B57C for ; Wed, 3 May 2000 09:30:30 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id JAA03930; Wed, 3 May 2000 09:39:01 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Message-Id: <200005031639.JAA03930@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Shawn Barnhart" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: HPDA/DAC960PL errors In-reply-to: Your message of "Wed, 03 May 2000 08:57:58 CDT." <005201bfb507$9703cb30$b8209fc0@marlowe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 03 May 2000 09:39:01 -0700 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > | Well, I have good news, I think. The mlx driver _seems_ to work as-is > (from > | a kernel built with 4.0-STABLE). I get a warning about an old BIOS rev, > but > | it looks functional. The driver reported the correct logical drive size > and > | no other errors. > > Well, perhaps not. Running the old firmware, 2.39, my install of 4.0 fails > early on copying files: > > bus_dmamap_load : Too many segs! buf_len = 0x10000 > mlx0 : I/O error -- attempt to write beyond end of drive > > Any idea what these mean? The 2.x firmware only supports a very small number of scatter/gather segments (17). It looks like someone's trying to do a non-page-aligned 64kb transaction there and we're overflowing. Addressing this is probably going to require a driver patch. 8( -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message