cvs commit: src/sys/bus/usb uhci_pci.c

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Sep 20 02:08:28 PDT 2005


sephe       2005/09/20 02:06:58 PDT

DragonFly src repository

  Modified files:
    sys/bus/usb          uhci_pci.c 
  Log:
  Setup intr in the last step of uhci_pci_attach().
  
  This can (reliably) prevent uhci_intr() from being called before uhci_init()
  and child devices's attachment.
  
  Reviewed-and-Approved-by: asmodai
  
  # This shuts up "livelock!" complaining (only during system starting up)
  # on my test box, to which a USB ethernet card is attached.
  
  Revision  Changes    Path
  1.6       +10 -8     src/sys/bus/usb/uhci_pci.c


http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/uhci_pci.c.diff?r1=1.5&r2=1.6&f=u





More information about the Commits mailing list