]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFp4: //depot/projects/usb@155869
authorthompsa <thompsa@FreeBSD.org>
Tue, 13 Jan 2009 18:49:35 +0000 (18:49 +0000)
committerthompsa <thompsa@FreeBSD.org>
Tue, 13 Jan 2009 18:49:35 +0000 (18:49 +0000)
commit598c8abc5967c907b8e6750821c651d7dfdbdb90
tree85de84b6c20c547adc4e6fff55c42902de7706a1
parent87d4bf07b5516bff6e95d90a433d0e0d157e5130
MFp4: //depot/projects/usb@155869

Initial version of ATMEGA USB device controller
driver. Has not been tested on real hardware yet.
The driver is based upon the AT91DCI driver.

Submitted by: Hans Petter Selasky
sys/dev/usb2/controller/atmegadci.c [new file with mode: 0644]
sys/dev/usb2/controller/atmegadci.h [new file with mode: 0644]
sys/dev/usb2/controller/atmegadci_atmelarm.c [new file with mode: 0644]
sys/modules/usb2/controller_atmegadci/Makefile [new file with mode: 0644]