summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* 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
* while (0); -> while (0) in multi-line macrosimp2006-08-171-2/+1
* Move conditional preprocessing out of the SYSCTL_ADD_STRING macrodds2006-06-221-1/+4
* Conditionally acquire Giant around VFS operations.jhb2006-06-201-13/+16
* - Add a new linker_file_foreach() function that walks the list of linkerjhb2006-06-201-19/+31
* Forcefully turn off GPROF in this file if it is enabled as GPROF'sjhb2006-06-121-0/+5
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Somehow memmove() got mapped to memset() in the patch table. Create awpaul2005-11-231-1/+12
* Correct the API for Windows interupt handling a little. The prototypewpaul2005-11-202-11/+13
* Unlike the rest of the world, NDIS code can access "structru2005-11-141-1/+2
* Restore backwards source compatibility with 6.x and 5.x.wpaul2005-11-131-2/+6
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-4/+4
* Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allowwpaul2005-11-101-0/+23
OpenPOWER on IntegriCloud