summaryrefslogtreecommitdiff
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-2316-16/+16
* MFC^2: merge recent changes from -current (interrupt handler API cleanup,Bill Paul2005-12-162-12/+30
* MFC^2: add RtlZeroMemory() and RtlCopyMemory() for Broadcom amd64 driver.Bill Paul2005-11-101-0/+23
* MFC^2: alias EXT_NDIS to EXT_NET_DRVBill Paul2005-11-071-1/+1
* MFC: merge changes from head to support Intel 2200BG/2915ABG driver.Bill Paul2005-11-063-5/+60
* MFC: pin ourselves to the current CPU when thunking, other minor cleanupsBill Paul2005-11-026-96/+55
* MFC: don't bzero() too many kq_queues in ntoskrnl_libinit().Bill Paul2005-11-011-0/+4
* MFC: only free child device array if device_get_children() returned aBill Paul2005-10-261-2/+9
* MFC: merge the fix for PR 83477.Bill Paul2005-10-262-7/+22
* MFC: implement MmMapIoSpace() and MmUnmapIoSpace(), remove old timerBill Paul2005-10-264-47/+118
* MFC: fix handling of message table strings in NdisWriteErrorLogEntry()Bill Paul2005-10-241-5/+5
* MFC: launch just one DPC thread, to avoid possible panic when callingBill Paul2005-10-221-2/+31
* MFC from head (fix KeRaiseIrql() API, wait for DPC/workitem threadBill Paul2005-10-213-25/+8
* MFC all the updates from the HEADBill Paul2005-10-208-1025/+2120
* MFC (sort of): revert k_lock member to be of type void* and use explicitMaxim Sobolev2005-07-092-4/+4
* Unbreak ndis(4) when it's statically compiled into the kernel.Maxim Sobolev2005-07-031-1/+1
* Sync everything up with -current, except for the WPA support, whichBill Paul2005-05-2211-1432/+2516
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-04-201-0/+356
* MFC kern_ndis.c rev 1.76, make sure ndis_intrhand() is also wrappedBill Paul2005-04-011-1/+2
* MFC subr_ndis.c 1.83: s/ntoskrnl_functbl/ndis_functbl/ in ndis_findwrap().Bill Paul2005-03-311-1/+1
* MFC fix from subr_ndis.c rev 1.82. This fixes the use ofBill Paul2005-03-311-3/+26
* MFC all of the recent enhancements and bug fixes from the head toBill Paul2005-03-318-210/+889
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-02-252-0/+212
* MFC all of the recent updates to -current (new framework, amd64Bill Paul2005-02-1810-554/+1366
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-02-182-0/+647
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-302-2/+2
* Merge recent changes from -current (start of IRP/MDL support for USB,Bill Paul2005-01-258-830/+1350
* MFC changes from current:Bill Paul2005-01-174-18/+23
* MFC build fix:Max Laier2004-10-132-2/+2
* I'm a dumbass: remember to initialize fh->nf_map to NULL inBill Paul2004-08-161-0/+1
* The Texas Instruments ACX111 driver wants srand(), so provide it.Bill Paul2004-08-161-0/+10
* Make the Texas Instruments 802.11g chipset work with the NDISulator.Bill Paul2004-08-163-4/+19
* More minor cleanups and one small bug fix:Bill Paul2004-08-044-36/+32
* In ndis_alloc_bufpool() and ndis_alloc_packetpool(), the test to see ifBill Paul2004-08-011-2/+2
* Big mess 'o changes:Bill Paul2004-08-018-146/+246
* *sigh* Fix source code compatibility with 5.2.1-RELEASE _again_.Bill Paul2004-07-201-0/+6
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()Bill Paul2004-07-113-9/+16
* Update for the KDB framework:Marcel Moolenaar2004-07-101-2/+3
* Fix two problems:Bill Paul2004-07-072-1/+17
* Add another 5.2.1 source compatibility tweak: acquire Giant before callingBill Paul2004-06-072-0/+6
* Take advantage of the dev sysctl tree.Dag-Erling Smørgrav2004-06-042-0/+20
* Grrr. Really check subr_ndis.c in this time. (fixed my_strcasecmp())Bill Paul2004-06-041-13/+19
* Explicitly #include <sys/module.h> instead of depending on <sys/kernel.h>Bill Paul2004-06-011-0/+1
* Fix build with ndisulator: Add prototype for my_strcasecmp().Bill Paul2004-05-291-0/+1
* In subr_ndis.c, when searching for keys in our make-pretend registry,Bill Paul2004-05-291-2/+21
* Small timer cleanups:Bill Paul2004-04-301-24/+19
* Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.Bill Paul2004-04-221-12/+27
* Correct the AT_DISPATCH_LEVEL() macro to match earlier changes.Bill Paul2004-04-201-1/+1
* Try to handle recursive attempts to raise IRQL to DISPATCH_LEVEL betterBill Paul2004-04-191-1/+9
* In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpsetBill Paul2004-04-181-2/+2