From owner-cvs-all Thu Jan 17 8:17:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FDF837B41F; Thu, 17 Jan 2002 08:16:52 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0HGGqn13750; Thu, 17 Jan 2002 08:16:52 -0800 (PST) (envelope-from imp) Message-Id: <200201171616.g0HGGqn13750@freefall.freebsd.org> From: Warner Losh Date: Thu, 17 Jan 2002 08:16:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sio sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/01/17 08:16:52 PST Modified files: sys/dev/sio sio.c Log: While I'm not sure that I like the wording of the BIOS message in the previous commit, it should always print due to lack of {} around the second line in the if statement. The message should likely say something more like "There's no hardware responding at this IRQ. Device not present (or disbaled)," but that is too long. We generally don't give elementary advise in device driver messages anyway. Be that as it may, the problem with it printing all the time should be corrected. Revision Changes Path 1.361 +2 -1 src/sys/dev/sio/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message