From owner-cvs-all Sat May 1 16:30:18 1999 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 9D8C114FE0; Sat, 1 May 1999 16:30:13 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA25263; Sat, 1 May 1999 16:30:13 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905012330.QAA25263@freefall.freebsd.org> From: Nick Hibma Date: Sat, 1 May 1999 16:30:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci uhci_pci.c src/sys/dev/usb uhci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/01 16:30:12 PDT Modified files: sys/pci uhci_pci.c sys/dev/usb uhci.c Log: Move the disabling of interrupts right before the allocation of the resource. Avoids useless interrupts occurring between the allocation of the interrupt resource and the final initialisation of the kernel. Cause of these interrupts is unknown (a resuming device?). Revision Changes Path 1.7 +16 -1 src/sys/pci/uhci_pci.c 1.21 +3 -1 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message