]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
usb: Move EHCI tt_* fields to EHCI controller code.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 10 Mar 2012 15:09:56 +0000 (10:09 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 11 Mar 2012 02:04:58 +0000 (21:04 -0500)
commit8915ed21201a4ce1be6a99ee19e06c9bb04a4dfb
tree2923a6aaccc48620a9184a2c94a0be02bdb4e1a9
parentfbf66f1855e8bb297ca6e4822b3e8afd199ab92f
usb: Move EHCI tt_* fields to EHCI controller code.

Move the code to setup the ehci specific queue head fields to the ehci
code.  Also, setup the ehci queue head fields once during pipe
allocation instead of on each transfer.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/usb-ehci.c
src/usb.c
src/usb.h