summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis/if_ndis_usb.c
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+1
* Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSIONthompsa2011-01-221-1/+0
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Set correct USB device descriptionthompsa2009-12-221-0/+1
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-021-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-1/+1
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-3/+3
* Commit missed driver_info to driver_ivar change in usb_attach_args.thompsa2009-06-081-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-3/+3
* Fix a few variable renames of usb2_mode outside dev/usb.thompsa2009-05-211-1/+1
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxweongyo2009-03-181-0/+4
* o change a lock model based on HAL preemption lock to a normal mtx.weongyo2009-03-121-2/+6
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-51/+26
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-4/+4
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-2/+97
* finish removing usb_port.h macros.imp2007-06-181-14/+14
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-3/+3
* Static -> static.mjacob2006-09-071-3/+3
* Catch up with USB changes, device_ptr_t was removed, we need device_t here.trhodes2006-09-071-3/+3
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-23/+6
* Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() towpaul2005-02-281-2/+2
* Correct e-mail address in copyright.wpaul2005-02-251-1/+1
* Apparently, the probe routine in if_ndis_usb.c can be called twicewpaul2005-02-241-9/+7
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-241-0/+176
OpenPOWER on IntegriCloud