summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* add entry points required by newer broadcom wireless driversam2006-12-251-0/+77
* while (0); -> while (0) in multi-line macrosimp2006-08-171-2/+1
* Move conditional preprocessing out of the SYSCTL_ADD_STRING macrodds2006-06-221-1/+4
* Conditionally acquire Giant around VFS operations.jhb2006-06-201-13/+16
* - Add a new linker_file_foreach() function that walks the list of linkerjhb2006-06-201-19/+31
* Forcefully turn off GPROF in this file if it is enabled as GPROF'sjhb2006-06-121-0/+5
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Somehow memmove() got mapped to memset() in the patch table. Create awpaul2005-11-231-1/+12
* Correct the API for Windows interupt handling a little. The prototypewpaul2005-11-202-11/+13
* Unlike the rest of the world, NDIS code can access "structru2005-11-141-1/+2
* Restore backwards source compatibility with 6.x and 5.x.wpaul2005-11-131-2/+6
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-4/+4
* Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allowwpaul2005-11-101-0/+23
* Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latestwpaul2005-11-071-1/+1
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromwpaul2005-11-063-5/+60
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-026-96/+55
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* Clean up one remaining 'multiple DPC thread' bogon: only bzero() onewpaul2005-11-011-0/+4
* Minor nit: in ntoskrnl_finddev(), only free the 'children' device_twpaul2005-10-261-2/+9
* Clean up and apply the fix for PR 83477. The calculation for locatingwpaul2005-10-262-7/+22
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-264-47/+118
* Fix handling of message table messages that got broken when Iwpaul2005-10-241-5/+5
* Make the multiple DPC threads an option, and create only one by default.wpaul2005-10-221-2/+31
* Correct the macro definition for KeRaiseIrql(). The official APIwpaul2005-10-213-25/+8
* Use sched_bind() to make sure the DPC threads are bound to the correctwpaul2005-10-201-1/+15
* Another round of cleanups and fixes:wpaul2005-10-185-393/+545
* Convert ndis_set_info() and ndis_get_info() from using msleep()wpaul2005-10-124-52/+43
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-108-744/+1688
* Test the mbuf flags against the correct constant. The previous versionandre2005-08-301-1/+1
* 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
OpenPOWER on IntegriCloud