summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-10/+3
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* Fix race condition in KfRaiseIrql().brucec2012-03-041-4/+6
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory functiondim2011-12-301-4/+1
* Use the cprd_mem field when setting the start and length for a memorybrucec2011-02-231-2/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-2/+3
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-7/+2
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inbschmidt2010-12-065-0/+40
* Add a dummy for IoOpenDeviceRegistryKey().bschmidt2010-11-291-0/+10
* Some drivers rely on the existence of certain keys. The Atheros 9xxxbschmidt2010-11-291-0/+10
* Add prototype for InitializeSListHead().bschmidt2010-11-231-0/+1
* Add a few functions used in newer drivers. Fix RtlCompareMemory() whilebschmidt2010-11-233-6/+149
* Resurrect amd64 support.bschmidt2010-11-224-8/+95
* Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid().bschmidt2010-11-221-1/+7
* Fix a panic on i386 for drivers using MmAllocateContiguousMemory()bschmidt2010-11-171-2/+2
* Use kmem_alloc_contig() to honour the cache_type variable.bschmidt2010-11-172-6/+41
* According to specs for MmAllocateContiguousMemorySpecifyCache() physicallybschmidt2010-11-111-6/+3
* Remove 4.x, 5.x and 6.x compatibility bits.bschmidt2010-11-043-68/+0
* Use the printf-like capability from kproc_create().thompsa2010-10-051-8/+3
* ANSIfy prototypes in subr_usbd.c.ed2010-06-121-72/+29
* Revert a functional change that snuck in.rpaulo2009-11-021-1/+1
* Fix a non-style change that snuck in.rpaulo2009-11-021-1/+1
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-027-682/+360
* provides a extra write buffer when the NDIS driver want to send aweongyo2009-06-261-2/+3
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-233-52/+62
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-27/+27
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-16/+16
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-17/+17
* Remove an unused variable.antoine2009-05-241-1/+1
* Remove an unused variable.brueffer2009-05-141-2/+0
* Fix memory leak in an error case.brueffer2009-05-131-0/+3
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-12/+12
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxweongyo2009-03-181-52/+278
* If the caller sets irp_usriostat or irp_usrevent it try to process itweongyo2009-03-181-10/+9
* grab NDIS USB lock instead of HAL preemption. This change should beweongyo2009-03-171-3/+4
* use usb2_desc_foreach() to iterate the USB config descriptor instread ofweongyo2009-03-161-4/+4
* o change a lock model based on HAL preemption lock to a normal mtx.weongyo2009-03-123-44/+117
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-0713-1772/+1676
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-245-237/+81
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-234-11/+11
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-311-1/+1
* Remove unused variable.ganbold2008-12-281-3/+0
* fix a bug to handling the argument that it passed `device_t' but it'sweongyo2008-12-271-1/+3
OpenPOWER on IntegriCloud