From owner-cvs-sys Thu Jan 23 14:58:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17689 for cvs-sys-outgoing; Thu, 23 Jan 1997 14:58:07 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17681; Thu, 23 Jan 1997 14:58:05 -0800 (PST) Date: Thu, 23 Jan 1997 14:58:05 -0800 (PST) From: Stefan Esser Message-Id: <199701232258.OAA17681@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 97/01/23 14:58:05 Modified: sys/pci pci.c Log: Make IRQ 0 invalid in pci_map_int(), since it is hardwired to the programmable interval timer chip in PC systems. Revision Changes Path 1.62 +1 -1 src/sys/pci/pci.c