aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/if_ndis/if_ndis_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1
* Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSIONAndrew Thompson2011-01-221-1/+0
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Set correct USB device descriptionAndrew Thompson2009-12-221-0/+1
* Big style cleanup. While there remove references to FreeBSD versionsRui Paulo2009-11-021-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-1/+1
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-3/+3
* Commit missed driver_info to driver_ivar change in usb_attach_args.Andrew Thompson2009-06-081-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-3/+3
* Fix a few variable renames of usb2_mode outside dev/usb.Andrew Thompson2009-05-211-1/+1
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxWeongyo Jeong2009-03-181-0/+4
* o change a lock model based on HAL preemption lock to a normal mtx.Weongyo Jeong2009-03-121-2/+6
* o port NDIS USB support from USB1 to the new usb(USB2).Weongyo Jeong2009-03-071-51/+26
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-4/+4
* Integrate the NDIS USB support code to CURRENT.Weongyo Jeong2008-12-271-2/+97
* finish removing usb_port.h macros.Warner Losh2007-06-181-14/+14
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-3/+3
* Static -> static.Matt Jacob2006-09-071-3/+3
* Catch up with USB changes, device_ptr_t was removed, we need device_t here.Tom Rhodes2006-09-071-3/+3
* Throw the switch on the new driver generation/loading mechanism. FromBill Paul2005-04-241-23/+6
* Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() toBill Paul2005-02-281-2/+2
* Correct e-mail address in copyright.Bill Paul2005-02-251-1/+1
* Apparently, the probe routine in if_ndis_usb.c can be called twiceBill Paul2005-02-241-9/+7
* - Correct one aspect of the driver_object/device_object/IRP framework:Bill Paul2005-02-241-0/+176