summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/atmegadci.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-04-06 00:22:49 +0000
committerthompsa <thompsa@FreeBSD.org>2009-04-06 00:22:49 +0000
commitbc1f34ac24682020347369ad5489ddc8676c8684 (patch)
tree003eb8e89f0e84898017ea74643842a05bc658c3 /sys/dev/usb/controller/atmegadci.h
parent6f5bda37903208bc8a3c7edbc195e9db50cb271c (diff)
downloadFreeBSD-src-bc1f34ac24682020347369ad5489ddc8676c8684.zip
FreeBSD-src-bc1f34ac24682020347369ad5489ddc8676c8684.tar.gz
Provide a better commit log for r190735, forced by making a whitespace change.
Refactor how we interface with the root HUB. This is achieved by making a direct call from usb2_do_request to the host controller for root hub requests, this call will perform the controller specific register read/writes and return the error code. This cuts out a lot of code in the host controller files and saves one thread per USB bus. Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb/controller/atmegadci.h')
-rw-r--r--sys/dev/usb/controller/atmegadci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/atmegadci.h b/sys/dev/usb/controller/atmegadci.h
index 6f8c656..af61eeb 100644
--- a/sys/dev/usb/controller/atmegadci.h
+++ b/sys/dev/usb/controller/atmegadci.h
@@ -25,8 +25,8 @@
*/
/*
- * USB Device Port register definitions, copied from ATMEGA
- * documentation provided by ATMEL.
+ * USB Device Port register definitions, copied from ATMEGA documentation
+ * provided by ATMEL.
*/
#ifndef _ATMEGADCI_H_
OpenPOWER on IntegriCloud