From owner-cvs-all Wed May 17 12:44:26 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 BE57937B783; Wed, 17 May 2000 12:44:16 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA82674; Wed, 17 May 2000 12:44:16 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200005171944.MAA82674@freefall.freebsd.org> From: Mike Smith Date: Wed, 17 May 2000 12:44:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/05/17 12:44:16 PDT Modified files: sys/i386/i386 bios.c Log: If we are running in APIC_IO mode, pretend that we didn't see the BIOS reporting an AT PIC. We do this because otherwise the PIC will claim IRQ 2 in an unshareable mode, preventing other devices from legitimately using it. For symmetry, in !APIC_IO mode, ignore the APIC if it's reported. This is a hack; a better solution would have the PIC's driver release the IRQ if it was not going to be active. Revision Changes Path 1.32 +18 -1 src/sys/i386/i386/bios.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message