From owner-cvs-all Sun Feb 20 6:22:48 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 5701537BB4F; Sun, 20 Feb 2000 06:22:46 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA52596; Sun, 20 Feb 2000 06:22:46 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200002201422.GAA52596@freefall.freebsd.org> From: Nick Hibma Date: Sun, 20 Feb 2000 06:22:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci uhci_pci.c ohci_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 2000/02/20 06:22:46 PST Modified files: sys/pci uhci_pci.c ohci_pci.c Log: Move the warning on wrong IRQ values to the right place, before any resource allocation is attempted. It will present the user with a message that he has to switch on USB support in his BIOS. Revision Changes Path 1.26 +9 -9 src/sys/pci/uhci_pci.c 1.16 +9 -9 src/sys/pci/ohci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message