[BACK]Return to ehcivar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/ehcivar.h between version 1.24.28.2 and 1.25

version 1.24.28.2, 2007/12/27 00:45:29 version 1.25, 2007/12/05 07:15:54
Line 97  typedef struct ehci_softc {
Line 97  typedef struct ehci_softc {
         int sc_id_vendor;               /* vendor ID for root hub */          int sc_id_vendor;               /* vendor ID for root hub */
   
         u_int32_t sc_cmd;               /* shadow of cmd reg during suspend */          u_int32_t sc_cmd;               /* shadow of cmd reg during suspend */
           void *sc_powerhook;             /* cookie from power hook */
         void *sc_shutdownhook;          /* cookie from shutdown hook */          void *sc_shutdownhook;          /* cookie from shutdown hook */
   
         u_int sc_ncomp;          u_int sc_ncomp;
Line 160  usbd_status ehci_init(ehci_softc_t *);
Line 161  usbd_status ehci_init(ehci_softc_t *);
 int             ehci_intr(void *);  int             ehci_intr(void *);
 int             ehci_detach(ehci_softc_t *, int);  int             ehci_detach(ehci_softc_t *, int);
 int             ehci_activate(device_ptr_t, enum devact);  int             ehci_activate(device_ptr_t, enum devact);
 bool            ehci_suspend(device_t dv);  
 bool            ehci_resume(device_t dv);  

Legend:
Removed from v.1.24.28.2  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>