summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/subr_usbd.c
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy prototypes in subr_usbd.c.ed2010-06-121-72/+29
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-021-9/+6
* provides a extra write buffer when the NDIS driver want to send aweongyo2009-06-261-2/+3
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-50/+60
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-27/+27
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-16/+16
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-17/+17
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-12/+12
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxweongyo2009-03-181-52/+278
* grab NDIS USB lock instead of HAL preemption. This change should beweongyo2009-03-171-3/+4
* use usb2_desc_foreach() to iterate the USB config descriptor instread ofweongyo2009-03-161-4/+4
* o change a lock model based on HAL preemption lock to a normal mtx.weongyo2009-03-121-36/+117
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-451/+417
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-4/+2
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-5/+5
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-14/+1077
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-051-1/+1
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-111-9/+11
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-241-0/+156
OpenPOWER on IntegriCloud