DragonFly commits List (threaded) for 2005-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/bus/usb uhci_pci.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]