| Commit message (Expand) | Author | Age | Files | Lines |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Fix compiler warnings, when __stdcall is #defined, by adding explicit casts. | bms | 2004-09-17 | 1 | -1/+1 |
* | I'm a dumbass: remember to initialize fh->nf_map to NULL in | wpaul | 2004-08-16 | 1 | -0/+1 |
* | Make the Texas Instruments 802.11g chipset work with the NDISulator. | wpaul | 2004-08-16 | 1 | -2/+17 |
* | More minor cleanups and one small bug fix: | wpaul | 2004-08-04 | 1 | -12/+8 |
* | In ndis_alloc_bufpool() and ndis_alloc_packetpool(), the test to see if | wpaul | 2004-08-01 | 1 | -2/+2 |
* | Big mess 'o changes: | wpaul | 2004-08-01 | 1 | -9/+130 |
* | Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory() | wpaul | 2004-07-11 | 1 | -8/+12 |
* | Fix two problems: | wpaul | 2004-07-07 | 1 | -1/+15 |
* | Take advantage of the dev sysctl tree. | des | 2004-06-04 | 1 | -0/+8 |
* | Grrr. Really check subr_ndis.c in this time. (fixed my_strcasecmp()) | wpaul | 2004-06-04 | 1 | -13/+19 |
* | Fix build with ndisulator: Add prototype for my_strcasecmp(). | wpaul | 2004-05-29 | 1 | -0/+1 |
* | In subr_ndis.c, when searching for keys in our make-pretend registry, | wpaul | 2004-05-29 | 1 | -2/+21 |
* | - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() and | wpaul | 2004-04-16 | 1 | -2/+1 |
* | Continue my efforts to imitate Windows as closely as possible by | wpaul | 2004-04-14 | 1 | -21/+68 |
* | - The MiniportReset() function can return NDIS_STATUS_PENDING, in which | wpaul | 2004-04-05 | 1 | -1/+2 |
* | - In subr_ndis.c:ndis_init_event(), initialize events as notification | wpaul | 2004-03-25 | 1 | -2/+2 |
* | - Rewrite the timer and event API routines in subr_ndis.c so that they | wpaul | 2004-03-20 | 1 | -171/+60 |
* | Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer drivers | wpaul | 2004-03-11 | 1 | -0/+1 |
* | Fix several issues related to the KeInitializeTimer() etc... API stuff | wpaul | 2004-03-10 | 1 | -4/+4 |
* | Add sanity checks to the ndis_packet and ndis_buffer pool handling | wpaul | 2004-03-04 | 1 | -2/+76 |
* | More cleanups/fixes for the AMD Am1771 driver: | wpaul | 2004-02-16 | 1 | -1/+1 |
* | Make NdisMMapIoSpace() guard against NULL/uninitialized resource pointers too. | wpaul | 2004-02-08 | 1 | -2/+4 |
* | Make NdisMMapIoSpace() handle the case where a device has both mem | wpaul | 2004-02-08 | 1 | -3/+5 |
* | Argh. kthread_suspend() when in P_KTHREAD context, tsleep() when not, | wpaul | 2004-02-07 | 1 | -2/+2 |
* | Correct an intance of mtx_pool_lock() that should have been mtx_pool_unlock(). | wpaul | 2004-02-07 | 1 | -1/+1 |
* | Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772 | wpaul | 2004-02-07 | 1 | -60/+158 |
* | Correct/improve the implementation of NdisMAllocateSharedMemoryAsync(). | wpaul | 2004-02-04 | 1 | -13/+50 |
* | Implement support for single packet sends. The Intel Centrino driver | wpaul | 2004-02-03 | 1 | -0/+10 |
* | Implement NdisVirtualBufferAddress() and NdisVirtualBufferAddressSafe(). | wpaul | 2004-01-27 | 1 | -0/+21 |
* | Reorganize the timer code a little and implement NdisInitializeTimer() | wpaul | 2004-01-26 | 1 | -11/+85 |
* | Convert from using taskqueue_swi to using private kernel threads. The | wpaul | 2004-01-18 | 1 | -14/+9 |
* | Implement NdisCopyFromPacketToPacket() and NdisCopyFromPacketToPacketSafe(). | wpaul | 2004-01-15 | 1 | -0/+110 |
* | mp_ncpus is always defined now, so no need to do an #ifdef SMP in | wpaul | 2004-01-14 | 1 | -5/+1 |
* | AMD64 has a single MS-Win calling convention, so provide an empty __stdcall. | obrien | 2004-01-13 | 1 | -1/+0 |
* | Loosen up the range test in ndis_register_ioport(). Allow drivers to | wpaul | 2004-01-13 | 1 | -1/+2 |
* | Merge in some changes submitted by Brian Feldman. Among other things, | wpaul | 2004-01-12 | 1 | -59/+18 |
* | The private data section of ndis_packets has a 'packet flags' byte | wpaul | 2004-01-09 | 1 | -0/+7 |
* | Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile(). | wpaul | 2004-01-09 | 1 | -6/+121 |
* | It appears drivers may call NdisWriteErrorLogEntry() with locks | wpaul | 2004-01-07 | 1 | -3/+5 |
* | Use atomic ops for the interlocked increment and decrement routines | wpaul | 2004-01-07 | 1 | -6/+3 |
* | In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec() | wpaul | 2004-01-07 | 1 | -8/+8 |
* | Clean up pe_get_message(). Allow the caller to obtain the resource | wpaul | 2004-01-06 | 1 | -3/+10 |
* | - Add pe_get_message() and pe_get_messagetable() for processing | wpaul | 2004-01-06 | 1 | -1/+11 |
* | Modify if_ndis.c so that the MiniportISR function runs in ndis_intr() | wpaul | 2004-01-04 | 1 | -2/+9 |
* | Implement NdisScheduleWorkItem() and RtlCompareMemory(). | wpaul | 2004-01-04 | 1 | -14/+31 |
* | In ndis_attach(), report the NDIS API level that the Windows miniport | wpaul | 2004-01-04 | 1 | -5/+56 |
* | In if_ndis.c:ndis_attach(), temporarily set the IFF_UP flag while | wpaul | 2004-01-03 | 1 | -12/+48 |
* | subr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_PORT_BUFFER_xxx() | wpaul | 2004-01-03 | 1 | -1/+7 |
* | Tweak ndiscvt to support yet another flavor of .INF files (look for | wpaul | 2004-01-03 | 1 | -3/+8 |