summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* Use implicit type cast for ->k_lock to fix compilation of ndisrik2005-07-081-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-6/+6
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-6/+0
* Missed kern_windrv.c in the last checkin.wpaul2005-05-201-0/+14
* Deal with a few bootstrap issues:wpaul2005-05-201-1/+2
* In ndis_halt_nic(), invalidate the miniportadapterctx early to try andwpaul2005-05-201-4/+1
* Fix some of the things I broke so that the SMC2602W (AMD Am1772) driverwpaul2005-05-193-32/+98
* Remove harmless bit of leftover debug code.wpaul2005-05-161-2/+0
* Correct some problems with workitem usage. NdisScheduleWorkItem() doeswpaul2005-05-162-4/+35
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().wpaul2005-05-152-10/+47
* More fixes for multibus drivers. When calling out to the matchwpaul2005-05-082-2/+2
* Fix support for Windows drivers that support both PCI and PCMCIA devices atwpaul2005-05-082-3/+14
* Correct the patch table entries for the 64-bit intrinsic mathwpaul2005-05-081-6/+6
* Cast 64 bit quantity to uintmax_t to print it with %jx. This iswpaul2005-05-051-1/+1
* Use %jx instead of %qx to silence compiler warning on amd64.wpaul2005-05-051-1/+1
* Avoid sleeping with mutex held in kern_ndis.c.wpaul2005-05-053-35/+32
* Remove extranaous free() of ASCII filename from NdisOpenFile().wpaul2005-05-051-1/+0
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-057-447/+896
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-246-39/+110
* Now that the GDT has been reorganized and GNDIS_SEL has been reservedwpaul2005-04-171-1/+17
* When setting up the new stack for a function in x86_64_wrap(), makewpaul2005-04-161-5/+7
* In winx32_wrap.S, preserve return values in the fastcall and regparmwpaul2005-04-111-10/+12
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-1111-948/+1697
* Fix another KeInitializeDpc()/amd64 calling convention issue:wpaul2005-04-011-1/+2
* Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl,wpaul2005-03-311-1/+1
* Fix an amd64 issue I overlooked. When setting up a callout towpaul2005-03-311-3/+26
* Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, wewpaul2005-03-301-2/+2
* Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging.wpaul2005-03-301-8/+2
* The filehandle allocated in NdisOpenFile() is allocated usingwpaul2005-03-281-2/+2
* Another Coverity fix from Sam: add NULL pointer test inwpaul2005-03-281-0/+5
* More additions for amd64:wpaul2005-03-281-0/+20
* Fix resource leak found by Coverity (via Sam Leffler).wpaul2005-03-281-0/+1
* Fix for amd64.wpaul2005-03-282-5/+5
* Fix another amd64 issue with lookaside lists: we initialize thewpaul2005-03-281-6/+40
* Tweak to hopefully make lookaside lists work on amd64: in Windows, thewpaul2005-03-282-1/+7
* Spell '0' as 'FALSE' when initializing npp_validcounts. (Doesn't changewpaul2005-03-281-1/+1
* Unbreak the build: correct the resource list traversal code forwpaul2005-03-281-4/+2
* Argh. PCI resource list became an STAILQ instead of an SLIST. Try towpaul2005-03-271-1/+14
* Check in ntoskrnl_var.h, which should have been included in thewpaul2005-03-271-2/+18
* Finally bring an end to the great "make the Atheros NDIS driverwpaul2005-03-274-116/+306
* s/SLIST/STAILQ/phk2005-03-181-7/+7
* When you call MiniportInitialize() for an 802.11 driver, it willwpaul2005-03-072-51/+81
* MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() werewpaul2005-03-032-17/+60
* In windrv_load(), I was allocating the driver object usingwpaul2005-03-011-17/+17
* Don't need to do MmInitializeMdl() in ndis_mtop() anymore:wpaul2005-02-261-1/+0
* MDLs are supposed to be variable size (they include an array of pageswpaul2005-02-263-18/+47
* 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-252-2/+3
* Compute the right length to use with bzero() when initializing an IRPwpaul2005-02-251-1/+1
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-245-6/+237
OpenPOWER on IntegriCloud