From owner-cvs-sys Wed Jun 3 02:44:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09857 for cvs-sys-outgoing; Wed, 3 Jun 1998 02:44:33 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09799; Wed, 3 Jun 1998 02:44:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA20982; Wed, 3 Jun 1998 02:43:41 -0700 (PDT) Date: Wed, 3 Jun 1998 02:43:41 -0700 (PDT) Message-Id: <199806030943.CAA20982@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/03 02:43:40 PDT Modified files: sys/i386/isa sio.c Log: Fixed a printf() arg botch in the previous commit. Only complain about an irq mismatch in the probe if the configured irq doesn't become active, and then print the bitmap of irqs that became active (including clock irqs) instead of just the first (not including clock irqs). Bugs reported by: msmith Revision Changes Path 1.204 +6 -7 src/sys/i386/isa/sio.c