summaryrefslogtreecommitdiff
path: root/sys/compat/ndis/kern_ndis.c
Commit message (Expand)AuthorAgeFilesLines
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-8/+11
* Fix regression in ndis(4) after r286410. This adds a bunch of checks forGleb Smirnoff2017-05-221-8/+11
* ndis: spelling fixes in comments.Pedro F. Giffuni2016-04-301-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-17/+26
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-111-5/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-251-6/+6
* Use m_get/m_gethdr instead of compat macros.Gleb Smirnoff2013-03-151-6/+2
* Fix wrong assignment.Xin LI2013-03-011-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Use the cprd_mem field when setting the start and length for a memoryRebecca Cran2011-02-231-2/+2
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inBernhard Schmidt2010-12-061-0/+13
* Some drivers rely on the existence of certain keys. The Atheros 9xxxBernhard Schmidt2010-11-291-0/+10
* Remove 4.x, 5.x and 6.x compatibility bits.Bernhard Schmidt2010-11-041-24/+0
* Fix a non-style change that snuck in.Rui Paulo2009-11-021-1/+1
* Big style cleanup. While there remove references to FreeBSD versionsRui Paulo2009-11-021-120/+56
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-1/+1
* Remove an unused variable.Antoine Brodin2009-05-241-1/+1
* o port NDIS USB support from USB1 to the new usb(USB2).Weongyo Jeong2009-03-071-9/+9
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-241-4/+2
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-2/+2
* fix a bug to handling the argument that it passed `device_t' but it'sWeongyo Jeong2008-12-271-1/+3
* Integrate the NDIS USB support code to CURRENT.Weongyo Jeong2008-12-271-1/+28
* when NDIS framework try to query/set informations NDIS drivers canWeongyo Jeong2008-07-231-5/+7
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-1/+1
* Quiesce warnings by initializing irql values to zero.Matt Jacob2007-06-101-3/+3
* We have strcasecmp() in libkern now.Pawel Jakub Dawidek2007-04-061-2/+1
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichJohn Baldwin2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Move conditional preprocessing out of the SYSCTL_ADD_STRING macroDiomidis Spinellis2006-06-221-1/+4
* Tests with my dual Opteron system have shown that it's possibleBill Paul2005-11-021-66/+4
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-021-1/+1
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()Bill Paul2005-10-261-23/+0
* Another round of cleanups and fixes:Bill Paul2005-10-181-25/+93
* Convert ndis_set_info() and ndis_get_info() from using msleep()Bill Paul2005-10-121-39/+29
* This commit makes a big round of updates and fixes many, many things.Bill Paul2005-10-101-70/+72
* Test the mbuf flags against the correct constant. The previous versionAndre Oppermann2005-08-301-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-3/+3
* Deal with a few bootstrap issues:Bill Paul2005-05-201-1/+2
* In ndis_halt_nic(), invalidate the miniportadapterctx early to try andBill Paul2005-05-201-4/+1
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().Bill Paul2005-05-151-9/+29
* Avoid sleeping with mutex held in kern_ndis.c.Bill Paul2005-05-051-26/+31
* This commit makes a bunch of changes, some big, some not so big.Bill Paul2005-05-051-369/+78
* Throw the switch on the new driver generation/loading mechanism. FromBill Paul2005-04-241-1/+1
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingBill Paul2005-04-111-39/+39
* Fix another KeInitializeDpc()/amd64 calling convention issue:Bill Paul2005-04-011-1/+2
* Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging.Bill Paul2005-03-301-8/+2