From owner-cvs-all Sun Dec 3 9: 7:28 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 09:07:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3063B37B400; Sun, 3 Dec 2000 09:07:25 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3H7PA30530; Sun, 3 Dec 2000 09:07:25 -0800 (PST) (envelope-from nsayer) Message-Id: <200012031707.eB3H7PA30530@freefall.freebsd.org> From: Nick Sayer Date: Sun, 3 Dec 2000 09:07:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ohci_pci.c uhci_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/12/03 09:07:24 PST Modified files: sys/pci ohci_pci.c uhci_pci.c Log: We now have the ability to assign the correct IRQ when PNP-OS is turned on. So stop failing the attach if the IRQ is unassigned. With this patch, I can now boot with PNP-OS YES in my BIOS no differently than PNP-OS NO (which is a good thing since Windows hangs with PNP-OS NO). Obtained from: msmith Revision Changes Path 1.21 +1 -11 src/sys/pci/ohci_pci.c 1.32 +1 -11 src/sys/pci/uhci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message