summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/kern_ndis.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In ndis_convert_res(), initialize the head of our temporary listwpaul2004-04-071-1/+2
* - The MiniportReset() function can return NDIS_STATUS_PENDING, in whichwpaul2004-04-051-16/+18
* Add missing cprd_flags member to partial resource structure inwpaul2004-03-291-0/+10
* - In subr_ndis.c:ndis_init_event(), initialize events as notificationwpaul2004-03-251-2/+39
* - In kern_ndis.c, implement ndis_unsched(), the complement to ndis_sched(),wpaul2004-03-251-0/+33
* I'm a dumbass: the test in the MOD_SHUTDOWN case in ndis_modevent()wpaul2004-03-221-1/+1
* The Intel 2200BG NDIS driver does an alloca() of about 5000 byteswpaul2004-03-221-2/+4
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-201-9/+0
* Fix mind-o: sanity check in ndis_disable_ndis() is not sane.wpaul2004-03-111-1/+1
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.wpaul2004-03-071-47/+0
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
* Fix a problem with the way we schedule work on the NDIS worker threads.wpaul2004-02-141-2/+19
* Add yet more bulletproofing. This is to guard against the case thatwpaul2004-02-111-31/+52
* Add some bulletproofing: don't allow the ndis_get_info() or ndis_set_info()wpaul2004-02-101-0/+7
* Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772wpaul2004-02-071-22/+17
* Implement support for single packet sends. The Intel Centrino driverwpaul2004-02-031-0/+26
OpenPOWER on IntegriCloud