aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/ndis/subr_hal.c
Commit message (Expand)AuthorAgeFilesLines
* ndis: spelling fixes in comments.Pedro F. Giffuni2016-04-301-1/+1
* Fix race condition in KfRaiseIrql().Rebecca Cran2012-03-041-4/+6
* Big style cleanup. While there remove references to FreeBSD versionsRui Paulo2009-11-021-29/+12
* o change a lock model based on HAL preemption lock to a normal mtx.Weongyo Jeong2009-03-121-7/+0
* o port NDIS USB support from USB1 to the new usb(USB2).Weongyo Jeong2009-03-071-2/+9
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-241-15/+6
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromBill Paul2005-11-061-5/+26
* Correct the macro definition for KeRaiseIrql(). The official APIBill Paul2005-10-211-1/+1
* This commit makes a big round of updates and fixes many, many things.Bill Paul2005-10-101-20/+88
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Fix support for Windows drivers that support both PCI and PCMCIA devices atBill Paul2005-05-081-3/+3
* This commit makes a bunch of changes, some big, some not so big.Bill Paul2005-05-051-1/+1
* Throw the switch on the new driver generation/loading mechanism. FromBill Paul2005-04-241-0/+2
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingBill Paul2005-04-111-61/+66
* Fix for amd64.Bill Paul2005-03-281-4/+4
* Add support for Windows/x86-64 binaries to Project Evil.Bill Paul2005-02-161-2/+31
* Next step on the road to IRPs: create and use an imitation of theBill Paul2005-02-081-6/+19
* Begin the first phase of trying to add IRP support (and ultimatelyBill Paul2005-01-241-62/+60
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Stop explicitly touching td_base_pri outside of the scheduler and simplyJohn Baldwin2004-12-301-2/+0
* Big mess 'o changes:Bill Paul2004-08-011-24/+9
* Try to handle recursive attempts to raise IRQL to DISPATCH_LEVEL betterBill Paul2004-04-191-1/+9
* - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() andBill Paul2004-04-161-42/+14
* Continue my efforts to imitate Windows as closely as possible byBill Paul2004-04-141-19/+118
* Add stub implementations of KfLowerIrql() and KfRaiseIrql() (both ofBill Paul2004-02-091-16/+40
* Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772Bill Paul2004-02-071-1/+13
* Create NDIS_BUS_SPACE_{IO,MEM} to abstract MD BUS_SPACE macros.David E. O'Brien2004-01-151-12/+12
* AMD64 has a single MS-Win calling convention, so provide an empty __stdcall.David E. O'Brien2004-01-131-5/+0
* AMD64 has a single MS-Win calling convention, so provide an empty __stdcall.David E. O'Brien2004-01-131-0/+4
* Merge in some changes submitted by Brian Feldman. Among other things,Bill Paul2004-01-121-2/+4
* subr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_PORT_BUFFER_xxx()Bill Paul2004-01-031-0/+84
* Tweak ndiscvt to support yet another flavor of .INF files (look forBill Paul2004-01-031-1/+38
* Commit the first cut of Project Evil, also known as the NDISulator.Bill Paul2003-12-111-0/+152