cvs commit: src/sys/dev/usb ehci_pci.c uhci_pci.c

Benno Rice benno at FreeBSD.org
Fri Apr 11 05:50:54 UTC 2008


benno       2008-04-11 05:50:53 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ehci_pci.c uhci_pci.c 
  Log:
  Identify ICH9 USB controllers.
  
  I've taken a slightly different approach than is used with the ICH8 controllers
  in that each controller is not identified individually (eg USB A, USB B, etc).
  Instead I've given then same description to each one even though the device ID
  differs.  This can easily be changed if desired, or ICH8 (and any others using
  that approach) can be made to work as this does.
  
  Revision  Changes    Path
  1.32      +6 -0      src/sys/dev/usb/ehci_pci.c
  1.64      +20 -0     src/sys/dev/usb/uhci_pci.c


More information about the cvs-src mailing list