From owner-cvs-all Tue Jan 25 17:32:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37D1714DE0; Tue, 25 Jan 2000 17:32:53 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA26891; Tue, 25 Jan 2000 17:32:52 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200001260132.RAA26891@freefall.freebsd.org> From: Mike Smith Date: Tue, 25 Jan 2000 17:32:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 2000/01/25 17:32:52 PST Modified files: sys/i386/i386 nexus.c Log: Correctly initialise the available IRQ numbers in the APIC_IO case. IRQ 2 was being unilaterally disallowed, which is only appropriate if the interrupt hardware is the traditional chained PIC arrangement. Reviewed by: tegge (in principle) Revision Changes Path 1.26 +13 -10 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message