aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* Use the cprd_mem field when setting the start and length for a memoryRebecca Cran2011-02-231-2/+2
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-2/+3
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-201-7/+2
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inBernhard Schmidt2010-12-065-0/+40
* Add a dummy for IoOpenDeviceRegistryKey().Bernhard Schmidt2010-11-291-0/+10
* Some drivers rely on the existence of certain keys. The Atheros 9xxxBernhard Schmidt2010-11-291-0/+10
* Add prototype for InitializeSListHead().Bernhard Schmidt2010-11-231-0/+1
* Add a few functions used in newer drivers. Fix RtlCompareMemory() whileBernhard Schmidt2010-11-233-6/+149
* Resurrect amd64 support.Bernhard Schmidt2010-11-224-8/+95
* Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid().Bernhard Schmidt2010-11-221-1/+7
* Fix a panic on i386 for drivers using MmAllocateContiguousMemory()Bernhard Schmidt2010-11-171-2/+2
* Use kmem_alloc_contig() to honour the cache_type variable.Bernhard Schmidt2010-11-172-6/+41
* According to specs for MmAllocateContiguousMemorySpecifyCache() physicallyBernhard Schmidt2010-11-111-6/+3
* Remove 4.x, 5.x and 6.x compatibility bits.Bernhard Schmidt2010-11-043-68/+0
* Use the printf-like capability from kproc_create().Andrew Thompson2010-10-051-8/+3
* ANSIfy prototypes in subr_usbd.c.Ed Schouten2010-06-121-72/+29
* Revert a functional change that snuck in.Rui Paulo2009-11-021-1/+1
* 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-027-682/+360
* provides a extra write buffer when the NDIS driver want to send aWeongyo Jeong2009-06-261-2/+3
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-233-52/+62
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-27/+27
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-16/+16
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-17/+17
* Remove an unused variable.Antoine Brodin2009-05-241-1/+1
* Remove an unused variable.Christian Brueffer2009-05-141-2/+0
* Fix memory leak in an error case.Christian Brueffer2009-05-131-0/+3
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-12/+12
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxWeongyo Jeong2009-03-181-52/+278
* If the caller sets irp_usriostat or irp_usrevent it try to process itWeongyo Jeong2009-03-181-10/+9
* grab NDIS USB lock instead of HAL preemption. This change should beWeongyo Jeong2009-03-171-3/+4
* use usb2_desc_foreach() to iterate the USB config descriptor instread ofWeongyo Jeong2009-03-161-4/+4
* o change a lock model based on HAL preemption lock to a normal mtx.Weongyo Jeong2009-03-123-44/+117
* o port NDIS USB support from USB1 to the new usb(USB2).Weongyo Jeong2009-03-0713-1772/+1676
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-245-237/+81
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-234-11/+11
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsDavid E. O'Brien2009-01-311-1/+1
* Remove unused variable.Ganbold Tsagaankhuu2008-12-281-3/+0
* 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-278-42/+1490
* Allow PAGE_SHIFT to already be defined.Andrew Thompson2008-09-131-0/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* when NDIS framework try to query/set informations NDIS drivers canWeongyo Jeong2008-07-231-5/+7
* Silence warning about missing IoGetDeviceObjectPointer by implementingColeman Kane2008-06-151-0/+13
* fix a page fault that it occurred during ifp is NULL. This bug happensWeongyo Jeong2008-06-111-2/+2
* Fix a panic that a priority value which is passed to cv_broadcastpri(9)Weongyo Jeong2008-05-301-4/+6
* Fix a panic when it occurred during initializing the ndis driver becauseWeongyo Jeong2008-05-151-0/+4