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

John Birrell jb at FreeBSD.org
Sun Jul 3 00:59:59 GMT 2005


jb          2004-12-28 22:17:10 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ehci_pci.c ohci_pci.c uhci_pci.c 
  Log:
  Pass an explicit pointer to the bus structure in the 'usb' device ivar
  rather than a softc pointer (with the bus structure at the start).
  
  This is a non-functional change. It just helps when reading the code to
  know that the ehci, ohci and uhci drivers share the bus structure, not the
  entire softc.
  
  Revision  Changes    Path
  1.15      +1 -1      src/sys/dev/usb/ehci_pci.c
  1.41      +1 -1      src/sys/dev/usb/ohci_pci.c
  1.56      +1 -1      src/sys/dev/usb/uhci_pci.c



More information about the cvs-all mailing list