summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/ndis_var.h
Commit message (Expand)AuthorAgeFilesLines
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-423/+422
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-0/+3
* Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex.thompsa2007-12-021-1/+1
* We have strcasecmp() in libkern now.pjd2007-04-061-2/+0
* Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latestwpaul2005-11-071-1/+1
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-021-3/+0
* Another round of cleanups and fixes:wpaul2005-10-181-3/+19
* Convert ndis_set_info() and ndis_get_info() from using msleep()wpaul2005-10-121-0/+3
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-101-10/+109
* Correct some problems with workitem usage. NdisScheduleWorkItem() doeswpaul2005-05-161-3/+17
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().wpaul2005-05-151-1/+18
* Avoid sleeping with mutex held in kern_ndis.c.wpaul2005-05-051-7/+0
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-051-15/+33
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-111-9/+9
* Finally bring an end to the great "make the Atheros NDIS driverwpaul2005-03-271-3/+52
* MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() werewpaul2005-03-031-0/+1
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-161-2/+24
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-081-6/+9
* Apparently, the Intel icc compiler doesn't like it when you usewpaul2005-01-251-1/+1
* Begin the first phase of trying to add IRP support (and ultimatelywpaul2005-01-241-0/+2
* 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
* Big mess 'o changes:wpaul2004-08-011-0/+5
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-111-0/+2
* Fix two problems:wpaul2004-07-071-0/+2
* Continue my efforts to imitate Windows as closely as possible bywpaul2004-04-141-0/+5
* - The MiniportReset() function can return NDIS_STATUS_PENDING, in whichwpaul2004-04-051-1/+1
* Add missing cprd_flags member to partial resource structure inwpaul2004-03-291-0/+1
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-201-5/+6
* Fix a problem with the way we schedule work on the NDIS worker threads.wpaul2004-02-141-0/+3
* Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772wpaul2004-02-071-4/+11
* Reorganize the timer code a little and implement NdisInitializeTimer()wpaul2004-01-261-0/+3
* Add structures and definitions for task offload (TCP/IP checksum,wpaul2004-01-211-0/+141
* Convert from using taskqueue_swi to using private kernel threads. Thewpaul2004-01-181-0/+4
* The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows.obrien2004-01-161-1/+1
* Merge in some changes submitted by Brian Feldman. Among other things,wpaul2004-01-121-1/+1
* The private data section of ndis_packets has a 'packet flags' bytewpaul2004-01-091-0/+4
* Correct the definition of the ndis_miniport_interrupt structure:wpaul2004-01-081-1/+9
* - Add pe_get_message() and pe_get_messagetable() for processingwpaul2004-01-061-0/+1
* Implement NdisScheduleWorkItem() and RtlCompareMemory().wpaul2004-01-041-0/+11
* - Add new 802.11 OID information obtained from NDIS 5.1 update towpaul2003-12-301-120/+258
* Back out the last batch of changes until I have a chance to properlywpaul2003-12-261-1/+0
* Don't call the miniport driver's releasepacket function unless thegreen2003-12-261-0/+1
* Give the timer API one last overhaul: this time, use the new calloutwpaul2003-12-251-1/+1
* Avoid using any of the ndis_packet/ndis_packet_private fields forwpaul2003-12-251-1/+7
* - Fix some compiler warnings in subr_pe.cwpaul2003-12-241-0/+9
* Correct the definitions for NDIS_80211_NET_INFRA_IBSS andwpaul2003-12-231-2/+2
* Big round of updates:wpaul2003-12-211-0/+2
* Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little towpaul2003-12-141-2/+7
* Commit the first cut of Project Evil, also known as the NDISulator.wpaul2003-12-111-0/+1174
OpenPOWER on IntegriCloud