Sync with NetBSD:
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Sat, 27 Aug 2005 14:56:52 +0000 (14:56 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Sat, 27 Aug 2005 14:56:52 +0000 (14:56 +0000)
commitf672aa19ec4ade007f2c4d801c21b564d12b6e28
treeac307762be2de8a33d8e97f00489914cf96e367c
parent6ce92b23fbb40c88ff915e583f9842419ff2d8ea
Sync with NetBSD:

PR/23128:

Although the dma descriptors are limited to any 4G address range,
the data is not, using extra area in the dma descriptors to
define a 64 bit address. This is described in appendix B
of the EHCI 1.0 spec from the URL in the file dev/usb/ehci.c.
With a 64 bit address capable controller these upper address
values must be set, the current driver does not do this.
sys/bus/usb/ehci.c
sys/bus/usb/ehcireg.h