summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/kern_ndis.c
Commit message (Expand)AuthorAgeFilesLines
* fix a bug to handling the argument that it passed `device_t' but it'sweongyo2008-12-271-1/+3
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-1/+28
* when NDIS framework try to query/set informations NDIS drivers canweongyo2008-07-231-5/+7
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+1
* Quiesce warnings by initializing irql values to zero.mjacob2007-06-101-3/+3
* We have strcasecmp() in libkern now.pjd2007-04-061-2/+1
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichjhb2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Move conditional preprocessing out of the SYSCTL_ADD_STRING macrodds2006-06-221-1/+4
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-021-66/+4
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-261-23/+0
* Another round of cleanups and fixes:wpaul2005-10-181-25/+93
* Convert ndis_set_info() and ndis_get_info() from using msleep()wpaul2005-10-121-39/+29
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-101-70/+72
* Test the mbuf flags against the correct constant. The previous versionandre2005-08-301-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-3/+3
* 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
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().wpaul2005-05-151-9/+29
* Avoid sleeping with mutex held in kern_ndis.c.wpaul2005-05-051-26/+31
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-051-369/+78
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-1/+1
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-111-39/+39
* Fix another KeInitializeDpc()/amd64 calling convention issue:wpaul2005-04-011-1/+2
* Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging.wpaul2005-03-301-8/+2
* 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
* Finally bring an end to the great "make the Atheros NDIS driverwpaul2005-03-271-60/+97
* s/SLIST/STAILQ/phk2005-03-181-7/+7
* When you call MiniportInitialize() for an 802.11 driver, it willwpaul2005-03-071-48/+81
* 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-261-15/+2
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-241-0/+4
* Couple of lessons learned during USB driver testing:wpaul2005-02-241-1/+2
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-161-48/+66
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-081-153/+115
* Begin the first phase of trying to add IRP support (and ultimatelywpaul2005-01-241-19/+19
* Fix a problem reported by Pierre Beyssac. Sometinmes when ndis_get_info()wpaul2005-01-141-14/+19
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Make the Texas Instruments 802.11g chipset work with the NDISulator.wpaul2004-08-161-1/+1
* More minor cleanups and one small bug fix:wpaul2004-08-041-12/+12
* Big mess 'o changes:wpaul2004-08-011-0/+23
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-111-1/+2
* Add another 5.2.1 source compatibility tweak: acquire Giant before callingwpaul2004-06-071-0/+3
* Take advantage of the dev sysctl tree.des2004-06-041-0/+12
* Explicitly #include <sys/module.h> instead of depending on <sys/kernel.h>wpaul2004-06-011-0/+1
* Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.wpaul2004-04-221-12/+27
* - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() andwpaul2004-04-161-1/+1
* Continue my efforts to imitate Windows as closely as possible bywpaul2004-04-141-34/+79
OpenPOWER on IntegriCloud