Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Dec 1999 17:34:43 -0800 (PST)
From:      Nick Hibma <n_hibma@FreeBSD.org>
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
Message-ID:  <199912030134.RAA65596@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912030134.RAA65596>