summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latestwpaul2005-11-071-1/+1
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromwpaul2005-11-063-5/+60
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-026-96/+55
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* Clean up one remaining 'multiple DPC thread' bogon: only bzero() onewpaul2005-11-011-0/+4
* Minor nit: in ntoskrnl_finddev(), only free the 'children' device_twpaul2005-10-261-2/+9
* Clean up and apply the fix for PR 83477. The calculation for locatingwpaul2005-10-262-7/+22
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-264-47/+118
* Fix handling of message table messages that got broken when Iwpaul2005-10-241-5/+5
* Make the multiple DPC threads an option, and create only one by default.wpaul2005-10-221-2/+31
* Correct the macro definition for KeRaiseIrql(). The official APIwpaul2005-10-213-25/+8
* Use sched_bind() to make sure the DPC threads are bound to the correctwpaul2005-10-201-1/+15
* Another round of cleanups and fixes:wpaul2005-10-185-393/+545
* Convert ndis_set_info() and ndis_get_info() from using msleep()wpaul2005-10-124-52/+43
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-108-744/+1688
OpenPOWER on IntegriCloud