From owner-cvs-sys Mon May 26 21:09:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA24898 for cvs-sys-outgoing; Mon, 26 May 1997 21:09:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA24867; Mon, 26 May 1997 21:09:02 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA01795; Mon, 26 May 1997 21:09:01 -0700 (PDT) Date: Mon, 26 May 1997 21:09:01 -0700 (PDT) Message-Id: <199705270409.VAA01795@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/05/26 21:09:01 PDT Modified files: sys/pci pci.c Log: Add support for APIC_IO to pci IRQ configuration. The support for APIC_IO was lost in the new set of pci modules. This patch restores the ability to build SMP/APIC_IO kernels. Revision Changes Path 1.73 +19 -1 src/sys/pci/pci.c