| Commit message (Expand) | Author | Age | Files | Lines |
* | Test the mbuf flags against the correct constant. The previous version | andre | 2005-08-30 | 1 | -1/+1 |
* | Use implicit type cast for ->k_lock to fix compilation of ndis | rik | 2005-07-08 | 1 | -3/+3 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -6/+6 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -6/+0 |
* | Missed kern_windrv.c in the last checkin. | wpaul | 2005-05-20 | 1 | -0/+14 |
* | Deal with a few bootstrap issues: | wpaul | 2005-05-20 | 1 | -1/+2 |
* | In ndis_halt_nic(), invalidate the miniportadapterctx early to try and | wpaul | 2005-05-20 | 1 | -4/+1 |
* | Fix some of the things I broke so that the SMC2602W (AMD Am1772) driver | wpaul | 2005-05-19 | 3 | -32/+98 |
* | Remove harmless bit of leftover debug code. | wpaul | 2005-05-16 | 1 | -2/+0 |
* | Correct some problems with workitem usage. NdisScheduleWorkItem() does | wpaul | 2005-05-16 | 2 | -4/+35 |
* | Add support for NdisMEthIndicateReceive() and MiniportTransferData(). | wpaul | 2005-05-15 | 2 | -10/+47 |
* | More fixes for multibus drivers. When calling out to the match | wpaul | 2005-05-08 | 2 | -2/+2 |
* | Fix support for Windows drivers that support both PCI and PCMCIA devices at | wpaul | 2005-05-08 | 2 | -3/+14 |
* | Correct the patch table entries for the 64-bit intrinsic math | wpaul | 2005-05-08 | 1 | -6/+6 |
* | Cast 64 bit quantity to uintmax_t to print it with %jx. This is | wpaul | 2005-05-05 | 1 | -1/+1 |
* | Use %jx instead of %qx to silence compiler warning on amd64. | wpaul | 2005-05-05 | 1 | -1/+1 |
* | Avoid sleeping with mutex held in kern_ndis.c. | wpaul | 2005-05-05 | 3 | -35/+32 |
* | Remove extranaous free() of ASCII filename from NdisOpenFile(). | wpaul | 2005-05-05 | 1 | -1/+0 |
* | This commit makes a bunch of changes, some big, some not so big. | wpaul | 2005-05-05 | 7 | -447/+896 |
* | Throw the switch on the new driver generation/loading mechanism. From | wpaul | 2005-04-24 | 6 | -39/+110 |
* | Now that the GDT has been reorganized and GNDIS_SEL has been reserved | wpaul | 2005-04-17 | 1 | -1/+17 |
* | When setting up the new stack for a function in x86_64_wrap(), make | wpaul | 2005-04-16 | 1 | -5/+7 |
* | In winx32_wrap.S, preserve return values in the fastcall and regparm | wpaul | 2005-04-11 | 1 | -10/+12 |
* | Create new i386 windows/bsd thunking layer, similar to the amd64 thunking | wpaul | 2005-04-11 | 11 | -948/+1697 |
* | Fix another KeInitializeDpc()/amd64 calling convention issue: | wpaul | 2005-04-01 | 1 | -1/+2 |
* | Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl, | wpaul | 2005-03-31 | 1 | -1/+1 |
* | Fix an amd64 issue I overlooked. When setting up a callout to | wpaul | 2005-03-31 | 1 | -3/+26 |
* | Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, we | wpaul | 2005-03-30 | 1 | -2/+2 |
* | Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging. | wpaul | 2005-03-30 | 1 | -8/+2 |
* | The filehandle allocated in NdisOpenFile() is allocated using | wpaul | 2005-03-28 | 1 | -2/+2 |
* | Another Coverity fix from Sam: add NULL pointer test in | wpaul | 2005-03-28 | 1 | -0/+5 |
* | More additions for amd64: | wpaul | 2005-03-28 | 1 | -0/+20 |
* | Fix resource leak found by Coverity (via Sam Leffler). | wpaul | 2005-03-28 | 1 | -0/+1 |
* | Fix for amd64. | wpaul | 2005-03-28 | 2 | -5/+5 |
* | Fix another amd64 issue with lookaside lists: we initialize the | wpaul | 2005-03-28 | 1 | -6/+40 |
* | Tweak to hopefully make lookaside lists work on amd64: in Windows, the | wpaul | 2005-03-28 | 2 | -1/+7 |
* | Spell '0' as 'FALSE' when initializing npp_validcounts. (Doesn't change | wpaul | 2005-03-28 | 1 | -1/+1 |
* | Unbreak the build: correct the resource list traversal code for | wpaul | 2005-03-28 | 1 | -4/+2 |
* | Argh. PCI resource list became an STAILQ instead of an SLIST. Try to | wpaul | 2005-03-27 | 1 | -1/+14 |
* | Check in ntoskrnl_var.h, which should have been included in the | wpaul | 2005-03-27 | 1 | -2/+18 |
* | Finally bring an end to the great "make the Atheros NDIS driver | wpaul | 2005-03-27 | 4 | -116/+306 |
* | s/SLIST/STAILQ/ | phk | 2005-03-18 | 1 | -7/+7 |
* | When you call MiniportInitialize() for an 802.11 driver, it will | wpaul | 2005-03-07 | 2 | -51/+81 |
* | MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() were | wpaul | 2005-03-03 | 2 | -17/+60 |
* | In windrv_load(), I was allocating the driver object using | wpaul | 2005-03-01 | 1 | -17/+17 |
* | Don't need to do MmInitializeMdl() in ndis_mtop() anymore: | wpaul | 2005-02-26 | 1 | -1/+0 |
* | MDLs are supposed to be variable size (they include an array of pages | wpaul | 2005-02-26 | 3 | -18/+47 |
* | Add macros to construct Windows IOCTL codes, and to extract function | wpaul | 2005-02-25 | 1 | -0/+19 |
* | Fix a couple of callback instances that should have been wrapped with | wpaul | 2005-02-25 | 2 | -2/+3 |
* | Compute the right length to use with bzero() when initializing an IRP | wpaul | 2005-02-25 | 1 | -1/+1 |