From owner-cvs-all Wed Jan 26 2:52:33 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 5042114CB4; Wed, 26 Jan 2000 02:52:31 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA12674; Wed, 26 Jan 2000 02:52:30 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200001261052.CAA12674@freefall.freebsd.org> From: Nick Hibma Date: Wed, 26 Jan 2000 02:52:30 -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/01/26 02:52:30 PST Modified files: sys/pci uhci_pci.c ohci_pci.c Log: Properly teardown the allocated and initialised stuff when an error occurs (OHCIwas already done for UHCI). Get rid of the usbus variable. It is confusing. Align uhci_pci.c and ohci_pci.c again. Revision Changes Path 1.21 +6 -8 src/sys/pci/uhci_pci.c 1.14 +39 -32 src/sys/pci/ohci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message