aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb2
Commit message (Expand)AuthorAgeFilesLines
* Update (well, actually rewrite mostly) ng_ubt2 driver for USB2.Maksim Yevmenkin2009-01-202-1135/+1350
* Just put the ifnet pointer first in the softc like it needs to be rather thanAndrew Thompson2009-01-1820-30/+10
* Name the items of xfer array.Takanori Watanabe2009-01-151-33/+46
* Name the items in the xfer arrays so they can be identified throughout theAndrew Thompson2009-01-1540-666/+868
* Restore the if_*var.h and if_*reg.h to their original names, they dont need toAndrew Thompson2009-01-1325-15/+15
* Sync to p4 156093Andrew Thompson2009-01-132-3/+7
* Regen.Andrew Thompson2009-01-132-2/+18
* MFp4: //depot/projects/usb@156055Andrew Thompson2009-01-133-4/+5
* MFp4: //depot/projects/usb@156005Andrew Thompson2009-01-131-0/+3
* MFp4: //depot/projects/usb@155957Andrew Thompson2009-01-136-54/+92
* MFp4: //depot/projects/usb@155948Andrew Thompson2009-01-131-3/+0
* MFp4: //depot/projects/usb@155936Andrew Thompson2009-01-132-59/+52
* MFp4: //depot/projects/usb@155923Andrew Thompson2009-01-132-2/+2
* MFp4: //depot/projects/usb@155917Andrew Thompson2009-01-1319-93/+209
* MFp4: //depot/projects/usb@155906Andrew Thompson2009-01-137-26/+14
* MFp4: //depot/projects/usb@155842Andrew Thompson2009-01-135-16/+48
* MFp4: //depot/projects/usb@155839Andrew Thompson2009-01-1316-321/+299
* MFp4: //depot/projects/usb@155834Andrew Thompson2009-01-1322-132/+84
* MFp4: //depot/projects/usb@155829Andrew Thompson2009-01-134-30/+22
* MFp4: //depot/projects/usb@155820Andrew Thompson2009-01-1318-32/+94
* MFp4: //depot/projects/usb@155810Andrew Thompson2009-01-131-2/+17
* MFp4: //depot/projects/usb@155759Andrew Thompson2009-01-131-4/+2
* MFp4: //depot/projects/usb@155755Andrew Thompson2009-01-131-4/+9
* MFp4: //depot/projects/usb@155754Andrew Thompson2009-01-131-2/+7
* MFp4: //depot/projects/usb@155750Andrew Thompson2009-01-132-6/+8
* MFp4: //depot/projects/usb@155748Andrew Thompson2009-01-131-0/+4
* MFp4: //depot/projects/usb@155730Andrew Thompson2009-01-131-1/+1
* MFp4: //depot/projects/usb@155869Andrew Thompson2009-01-133-0/+2627
* More usb2 foma driver update.Takanori Watanabe2009-01-121-3/+4
* Remove unneeded includes.Andrew Thompson2009-01-113-3/+0
* Readd the Alcor Transcend device which is referenced in usb2/storage/umass2.c,Andrew Thompson2009-01-092-14/+56
* Make ufoma2 driver work.Takanori Watanabe2009-01-082-2/+144
* Sync with usb4bsd:Alfred Perlstein2009-01-0445-839/+2387
* Reapply the intpin correction part of r146420 which somehowMarius Strobl2009-01-031-0/+7
* Remove CALLOUT_RETURNUNLOCKED from the callouts, there is no reason for them toAndrew Thompson2008-12-2319-126/+36
* Name the bus mutex by the controller name, this allows each bus to beAndrew Thompson2008-12-239-1/+9
* It seems usb2 needs the devtable regenerated after editing usbdevs.Andrew Thompson2008-12-122-21/+63
* Remove superfluous return statements from the end of void functions.Andrew Thompson2008-12-1168-1305/+0
* Format and wrap function declarations.Andrew Thompson2008-12-1166-776/+1058
* src/lib/libusb20/libusb20_compat01.cAlfred Perlstein2008-11-2513-121/+708
* src/sys/dev/usb2/controller/uss820dci_pccard.cAlfred Perlstein2008-11-1926-3170/+518
* Add missing USB_BUS_LOCK* change from r184824.Andrew Thompson2008-11-101-1/+1
* Convert the two main locking areas into macros to make it clear on what we areAndrew Thompson2008-11-1027-338/+350
* Bring in http://perforce.freebsd.org/chv.cgi?CH=152584 from hps.Warner Losh2008-11-0616-17/+1
* Even though the previous commit was functionally equivalent with the code it ...Rink Springer2008-11-041-1/+1
* Fix the build (on at least powerpc) by moving the htole16() from the case(x) ...Rink Springer2008-11-041-3/+3
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackAlfred Perlstein2008-11-04174-0/+124928