summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-113-9/+16
* Update for the KDB framework:marcel2004-07-101-2/+3
* Fix two problems:wpaul2004-07-072-1/+17
* Add another 5.2.1 source compatibility tweak: acquire Giant before callingwpaul2004-06-072-0/+6
* Take advantage of the dev sysctl tree.des2004-06-042-0/+20
* Grrr. Really check subr_ndis.c in this time. (fixed my_strcasecmp())wpaul2004-06-041-13/+19
* Explicitly #include <sys/module.h> instead of depending on <sys/kernel.h>wpaul2004-06-011-0/+1
* Fix build with ndisulator: Add prototype for my_strcasecmp().wpaul2004-05-291-0/+1
* In subr_ndis.c, when searching for keys in our make-pretend registry,wpaul2004-05-291-2/+21
* Small timer cleanups:wpaul2004-04-301-24/+19
* Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.wpaul2004-04-221-12/+27
* Correct the AT_DISPATCH_LEVEL() macro to match earlier changes.wpaul2004-04-201-1/+1
* Try to handle recursive attempts to raise IRQL to DISPATCH_LEVEL betterwpaul2004-04-191-1/+9
* In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpsetwpaul2004-04-181-2/+2
* - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() andwpaul2004-04-165-56/+21
* Continue my efforts to imitate Windows as closely as possible bywpaul2004-04-148-156/+421
* 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-053-18/+21
* Add missing cprd_flags member to partial resource structure inwpaul2004-03-294-1/+15
* Apparently, some atheros drivers want rand(), so implement it (in termswpaul2004-03-271-0/+12
* - In subr_ndis.c:ndis_init_event(), initialize events as notificationwpaul2004-03-252-4/+41
* - In kern_ndis.c, implement ndis_unsched(), the complement to ndis_sched(),wpaul2004-03-252-28/+86
* Remove another case of grabbing Giant before doing a kthread_exit()wpaul2004-03-221-1/+0
* 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-223-8/+32
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-205-216/+101
* Add vectors for _snprintf() and _vsnprintf() (redirected straight towpaul2004-03-151-0/+2
* Fix mind-o: sanity check in ndis_disable_ndis() is not sane.wpaul2004-03-111-1/+1
* Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer driverswpaul2004-03-111-0/+1
* Fix several issues related to the KeInitializeTimer() etc... API stuffwpaul2004-03-102-39/+56
* 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
* - Some older Atheros drivers want KeInitializeTimer(), so implement it,wpaul2004-03-042-19/+215
* Add sanity checks to the ndis_packet and ndis_buffer pool handlingwpaul2004-03-042-2/+88
* Add proper support for DbgPrint(): only print messages if bootverbosewpaul2004-03-031-1/+30
* Add vector for memmove() (currently aliased to memcpy()) a implementwpaul2004-02-171-0/+20
* More cleanups/fixes for the AMD Am1771 driver:wpaul2004-02-163-22/+80
* Fix a problem with the way we schedule work on the NDIS worker threads.wpaul2004-02-142-2/+22
* Correct instance of *timeout that should have been timeout.wpaul2004-02-111-1/+1
* 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 stub implementations of KfLowerIrql() and KfRaiseIrql() (both ofwpaul2004-02-091-16/+40
* Make NdisMMapIoSpace() guard against NULL/uninitialized resource pointers too.wpaul2004-02-081-2/+4
* Make NdisMMapIoSpace() handle the case where a device has both memwpaul2004-02-081-3/+5
* Argh. kthread_suspend() when in P_KTHREAD context, tsleep() when not,wpaul2004-02-071-2/+2
* Correct an intance of mtx_pool_lock() that should have been mtx_pool_unlock().wpaul2004-02-071-1/+1
* Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772wpaul2004-02-076-101/+1212
* Correct/improve the implementation of NdisMAllocateSharedMemoryAsync().wpaul2004-02-041-13/+50
* Implement support for single packet sends. The Intel Centrino driverwpaul2004-02-032-0/+36
* Implement NdisVirtualBufferAddress() and NdisVirtualBufferAddressSafe().wpaul2004-01-271-0/+21
OpenPOWER on IntegriCloud