summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/ntoskrnl_var.h
Commit message (Expand)AuthorAgeFilesLines
* ndis: spelling fixes in comments.pfg2016-04-301-3/+3
* Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-1/+1
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inbschmidt2010-12-061-0/+1
* Add a few functions used in newer drivers. Fix RtlCompareMemory() whilebschmidt2010-11-231-0/+1
* Resurrect amd64 support.bschmidt2010-11-221-0/+64
* Use kmem_alloc_contig() to honour the cache_type variable.bschmidt2010-11-171-0/+10
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-420/+420
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-1/+29
* Allow PAGE_SHIFT to already be defined.thompsa2008-09-131-0/+2
* Correct the calculation for the number of 100ns intervals sincethompsa2007-12-021-0/+1
* while (0); -> while (0) in multi-line macrosimp2006-08-171-2/+1
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromwpaul2005-11-061-0/+1
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-261-0/+2
* Correct the macro definition for KeRaiseIrql(). The official APIwpaul2005-10-211-2/+2
* Another round of cleanups and fixes:wpaul2005-10-181-0/+12
* Convert ndis_set_info() and ndis_get_info() from using msleep()wpaul2005-10-121-1/+1
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-101-37/+105
* Fix some of the things I broke so that the SMC2602W (AMD Am1772) driverwpaul2005-05-191-1/+6
* More fixes for multibus drivers. When calling out to the matchwpaul2005-05-081-1/+1
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-051-5/+67
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-1/+12
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-111-56/+65
* Tweak to hopefully make lookaside lists work on amd64: in Windows, thewpaul2005-03-281-1/+3
* Check in ntoskrnl_var.h, which should have been included in thewpaul2005-03-271-2/+18
* MDLs are supposed to be variable size (they include an array of pageswpaul2005-02-261-0/+4
* Add macros to construct Windows IOCTL codes, and to extract functionwpaul2005-02-251-0/+19
* Fix a couple of callback instances that should have been wrapped withwpaul2005-02-251-0/+1
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-241-1/+1
* Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock()wpaul2005-02-231-2/+61
* KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() are (at leastwpaul2005-02-161-3/+2
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-161-0/+19
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-081-17/+154
* Apparently, the Intel icc compiler doesn't like it when you usewpaul2005-01-251-1/+1
* Begin the first phase of trying to add IRP support (and ultimatelywpaul2005-01-241-34/+504
* Fix a problem reported by Pierre Beyssac. Sometinmes when ndis_get_info()wpaul2005-01-141-0/+1
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* More minor cleanups and one small bug fix:wpaul2004-08-041-4/+4
* Big mess 'o changes:wpaul2004-08-011-2/+2
* Correct the AT_DISPATCH_LEVEL() macro to match earlier changes.wpaul2004-04-201-1/+1
* - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() andwpaul2004-04-161-2/+2
* Continue my efforts to imitate Windows as closely as possible bywpaul2004-04-141-7/+32
* Add missing cprd_flags member to partial resource structure inwpaul2004-03-291-1/+3
* The Intel 2200BG NDIS driver does an alloca() of about 5000 byteswpaul2004-03-221-0/+7
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-201-1/+15
* - Some older Atheros drivers want KeInitializeTimer(), so implement it,wpaul2004-03-041-3/+31
* More cleanups/fixes for the AMD Am1771 driver:wpaul2004-02-161-1/+3
* Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772wpaul2004-02-071-0/+287
* Add WDM major/minor #defines.wpaul2004-01-191-0/+7
* The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows.obrien2004-01-161-1/+22
* Re-do the handling of ndis_buffers. The NDIS_BUFFER structure iswpaul2003-12-231-0/+14
OpenPOWER on IntegriCloud