From owner-freebsd-stable Tue Jan 28 14:15:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA14538 for stable-outgoing; Tue, 28 Jan 1997 14:15:05 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA14525; Tue, 28 Jan 1997 14:14:59 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA09151; Tue, 28 Jan 1997 14:56:42 -0700 From: Terry Lambert Message-Id: <199701282156.OAA09151@phaeton.artisoft.com> Subject: Re: Aic7xxx driver instability with the Quantum Atlas To: phk@critter.dk.tfs.com (Poul-Henning Kamp) Date: Tue, 28 Jan 1997 14:56:42 -0700 (MST) Cc: terry@lambert.org, gibbs@narnia.plutotech.com, FreeBSD-current@freebsd.org, FreeBSD-stable@freebsd.org In-Reply-To: <13440.854486884@critter.dk.tfs.com> from "Poul-Henning Kamp" at Jan 28, 97 10:28:04 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >Is there any possibility of determining the firmware rev from > >software? Then when the queue full condition occurs, you could > >print a console log message that tells you to update the > >firmware.... or just print that message on a queue full, always, or > >for Quantums. > > This can be done with a tiny shell script that looks at /var/run/dmesg.boot. > > Nobody with their sanity still moderately intact would add stuff like > this to the kernel. I was thinking of the install code, not the kernel, actually. No reason a console message has to originate from the kernel (syslog, et al.). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.