Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 00:59:59 -0000
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb ehci_pci.c ohci_pci.c uhci_pci.c
Message-ID:  <200412282217.iBSMHAoX059428@repoman.freebsd.org>

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




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