From owner-cvs-all Sun Jul 2 5:42:44 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 E3F4637BCA7; Sun, 2 Jul 2000 05:42:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39131; Sun, 2 Jul 2000 05:42:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021242.FAA39131@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:42:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ohci_pci.c uhci_pci.c src/sys/dev/usb ohcivar.h uhcivar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:42:41 PDT Modified files: (Branch: RELENG_4) sys/pci ohci_pci.c uhci_pci.c sys/dev/usb ohcivar.h uhcivar.h Log: MFC: Add rudimentary support for detach Be better behaved when initialisation fails, i.e. deallocate resources. Make the message about setting up the BIOS correctly a i386 specific thing. Add the define for the 440MX motherboard (ICH0, UHCI) Save the resources in the softc Revision Changes Path 1.16.2.2 +63 -31 src/sys/pci/ohci_pci.c 1.26.2.2 +78 -32 src/sys/pci/uhci_pci.c 1.15.2.3 +8 -1 src/sys/dev/usb/ohcivar.h 1.16.2.3 +7 -1 src/sys/dev/usb/uhcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message