summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy prototypes in subr_usbd.c.ed2010-06-121-72/+29
* Revert a functional change that snuck in.rpaulo2009-11-021-1/+1
* Fix a non-style change that snuck in.rpaulo2009-11-021-1/+1
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-027-682/+360
* 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-233-52/+62
* 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
* Remove an unused variable.antoine2009-05-241-1/+1
* Remove an unused variable.brueffer2009-05-141-2/+0
* Fix memory leak in an error case.brueffer2009-05-131-0/+3
* 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
* If the caller sets irp_usriostat or irp_usrevent it try to process itweongyo2009-03-181-10/+9
* 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-123-44/+117
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-0713-1772/+1676
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-245-237/+81
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-234-11/+11
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-311-1/+1
* Remove unused variable.ganbold2008-12-281-3/+0
* fix a bug to handling the argument that it passed `device_t' but it'sweongyo2008-12-271-1/+3
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-278-42/+1490
* Allow PAGE_SHIFT to already be defined.thompsa2008-09-131-0/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* when NDIS framework try to query/set informations NDIS drivers canweongyo2008-07-231-5/+7
* Silence warning about missing IoGetDeviceObjectPointer by implementingcokane2008-06-151-0/+13
* fix a page fault that it occurred during ifp is NULL. This bug happensweongyo2008-06-111-2/+2
* Fix a panic that a priority value which is passed to cv_broadcastpri(9)weongyo2008-05-301-4/+6
* Fix a panic when it occurred during initializing the ndis driver becauseweongyo2008-05-151-0/+4
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Implement functions required by some ndis drivers.thompsa2007-12-032-0/+68
* Correct the calculation for the number of 100ns intervals sincethompsa2007-12-023-13/+8
* Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex.thompsa2007-12-021-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-6/+6
* ndis will signal the kthread to exit and then sleep on the proc pointer tothompsa2007-07-221-2/+6
* Quiesce warnings by initializing irql values to zero.mjacob2007-06-101-3/+3
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* - Move GDT/LDT locking into a seperate spinlock, removing the globaljeff2007-05-201-6/+6
* We have strcasecmp() in libkern now.pjd2007-04-064-55/+3
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichjhb2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* add entry points required by newer broadcom wireless driversam2006-12-251-0/+77
OpenPOWER on IntegriCloud