summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/kern_ndis.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r318677:glebius2017-06-081-8/+11
* ndis: spelling fixes in comments.pfg2016-04-301-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-17/+26
* All mbuf external free functions never fail, so let them be void.glebius2014-07-111-5/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-251-6/+6
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-6/+2
* Fix wrong assignment.delphij2013-03-011-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Use the cprd_mem field when setting the start and length for a memorybrucec2011-02-231-2/+2
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inbschmidt2010-12-061-0/+13
* Some drivers rely on the existence of certain keys. The Atheros 9xxxbschmidt2010-11-291-0/+10
* Remove 4.x, 5.x and 6.x compatibility bits.bschmidt2010-11-041-24/+0
* Fix a non-style change that snuck in.rpaulo2009-11-021-1/+1
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-021-120/+56
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-1/+1
* Remove an unused variable.antoine2009-05-241-1/+1
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-9/+9
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-4/+2
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-2/+2
* fix a bug to handling the argument that it passed `device_t' but it'sweongyo2008-12-271-1/+3
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-1/+28
* when NDIS framework try to query/set informations NDIS drivers canweongyo2008-07-231-5/+7
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+1
* Quiesce warnings by initializing irql values to zero.mjacob2007-06-101-3/+3
* We have strcasecmp() in libkern now.pjd2007-04-061-2/+1
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichjhb2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Move conditional preprocessing out of the SYSCTL_ADD_STRING macrodds2006-06-221-1/+4
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-021-66/+4
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-261-23/+0
* Another round of cleanups and fixes:wpaul2005-10-181-25/+93
* Convert ndis_set_info() and ndis_get_info() from using msleep()wpaul2005-10-121-39/+29
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-101-70/+72
* Test the mbuf flags against the correct constant. The previous versionandre2005-08-301-1/+1
* 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
OpenPOWER on IntegriCloud