From owner-cvs-all Thu Dec 2 17:35:30 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 20A0314CB9; Thu, 2 Dec 1999 17:35:27 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA65596; Thu, 2 Dec 1999 17:34:43 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199912030134.RAA65596@freefall.freebsd.org> From: Nick Hibma Date: Thu, 2 Dec 1999 17:34:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.c src/sys/pci ohci_pci.c uhci_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/12/02 17:34:43 PST Modified files: sys/dev/usb usb.c sys/pci ohci_pci.c uhci_pci.c Log: Fix the 'usb0: USB revision unknown, not supported' people have been seeing by identifying the version in the PCI drivers. The OHCI driver just presets this to 1.0 as it is not specified in the PCI registers anywhere. This should be revisited once USB 2.0 is in wide spread use. Revision Changes Path 1.25 +1 -3 src/sys/dev/usb/usb.c 1.10 +4 -1 src/sys/pci/ohci_pci.c 1.16 +11 -16 src/sys/pci/uhci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message