Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2003 07:18:46 -0800 (PST)
From:      Takeshi Shibagaki <shiba@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb ohci.c ohci_pci.c ohcivar.h
Message-ID:  <200312221518.hBMFIk6f074727@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
shiba       2003/12/22 07:18:46 PST

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ohci.c ohci_pci.c ohcivar.h 
  Log:
  Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN
  methods for USB devices in the same way of uhci driver. But this change
  is not complete because some ohci controlers are not initialized completely.
  So "kernel: usb0: 1 scheduling overruns" interrupt will generate many times.
  
  This change will be same one in PR kern/60099.
  
  Discussed on [bsd-nomads:16737] - [bsd-nomads:16746].
  
  Revision  Changes    Path
  1.140     +2 -12     src/sys/dev/usb/ohci.c
  1.38      +40 -0     src/sys/dev/usb/ohci_pci.c
  1.36      +3 -0      src/sys/dev/usb/ohcivar.h



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