cvs commit: src/sys/bus/usb ehci.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Sep 3 21:47:13 PDT 2005
dillon 2005/09/03 21:46:13 PDT
DragonFly src repository
Modified files:
sys/bus/usb ehci.c
Log:
Merge the following revs from NetBSD (in an attempt to bring new material
in in a more piecemeal fashion):
1.105 NOT APPLICABLE TO DRAGONFLY. This rev moved interrupt enablement
to near the end of the init. DragonFly already goes even further
and moves interrupt enablement into the PCI module.
1.104 Constification and variable naming cleanup.
1.103 Make sure all physical addresses are filled in the qTD even when we have
a page offset.
1.102 Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an empty
transfer when necessary.
Revision Changes Path
1.14 +19 -13 src/sys/bus/usb/ehci.c
http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/ehci.c.diff?r1=1.13&r2=1.14&f=u
More information about the Commits
mailing list