From owner-freebsd-commit Wed Jan 3 05:58:02 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07415 for freebsd-commit-outgoing; Wed, 3 Jan 1996 05:58:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07402 for cvs-all-outgoing; Wed, 3 Jan 1996 05:57:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07390 for cvs-sys-outgoing; Wed, 3 Jan 1996 05:57:48 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07362 Wed, 3 Jan 1996 05:57:26 -0800 (PST) From: John Dyson Message-Id: <199601031357.FAA07362@freefall.freebsd.org> Subject: Re: cvs commit: src/sys/pci aic7870.c To: phk@critter.tfs.com (Poul-Henning Kamp) Date: Wed, 3 Jan 1996 05:57:25 -0800 (PST) Cc: asami@cs.berkeley.edu, gibbs@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <968.820662937@critter.tfs.com> from "Poul-Henning Kamp" at Jan 3, 96 10:55:37 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-commit@FreeBSD.ORG Precedence: bulk > > > * The long awaited stability patch set for the aic7xxx driver: > > > > I recompiled my kernel hoping that the "oops not queued" error would > > go away, but it just changed its manifestation to "negative blkno" (or > > something like that). :< > > Yes, this bug isn't in the ahc driver. I added the "negative blkno" > printf and return an error before we ever get to the device-drivers. > > I have sent email to davidg & dyson about this bug, which seems to > originate in the ufs or possibly vm code, but I havn't heard anything > from them yet. > > I have four crash-dumps waiting for the dynamic duo as soon as they > have time/need. > I am going to look at it today. Started looking at it last night. John