summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/subr_ndis.c
Commit message (Expand)AuthorAgeFilesLines
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-1/+1
* Remove an unused variable.brueffer2009-05-141-2/+0
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-107/+39
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-46/+18
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-2/+2
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-1/+76
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* fix a page fault that it occurred during ifp is NULL. This bug happensweongyo2008-06-111-2/+2
* Fix a panic when it occurred during initializing the ndis driver becauseweongyo2008-05-151-0/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* Implement functions required by some ndis drivers.thompsa2007-12-031-0/+10
* Correct the calculation for the number of 100ns intervals sincethompsa2007-12-021-10/+1
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* We have strcasecmp() in libkern now.pjd2007-04-061-49/+2
* Conditionally acquire Giant around VFS operations.jhb2006-06-201-13/+16
* - Add a new linker_file_foreach() function that walks the list of linkerjhb2006-06-201-19/+31
* Correct the API for Windows interupt handling a little. The prototypewpaul2005-11-201-10/+9
* Unlike the rest of the world, NDIS code can access "structru2005-11-141-1/+2
* Restore backwards source compatibility with 6.x and 5.x.wpaul2005-11-131-2/+6
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-4/+4
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-021-16/+23
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-261-24/+3
* Fix handling of message table messages that got broken when Iwpaul2005-10-241-5/+5
* Another round of cleanups and fixes:wpaul2005-10-181-92/+93
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-101-225/+330
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-3/+3
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Fix some of the things I broke so that the SMC2602W (AMD Am1772) driverwpaul2005-05-191-5/+11
* Remove harmless bit of leftover debug code.wpaul2005-05-161-2/+0
* Correct some problems with workitem usage. NdisScheduleWorkItem() doeswpaul2005-05-161-1/+18
* Cast 64 bit quantity to uintmax_t to print it with %jx. This iswpaul2005-05-051-1/+1
* Use %jx instead of %qx to silence compiler warning on amd64.wpaul2005-05-051-1/+1
* Remove extranaous free() of ASCII filename from NdisOpenFile().wpaul2005-05-051-1/+0
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-051-48/+144
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-6/+13
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-111-341/+353
* Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl,wpaul2005-03-311-1/+1
* Fix an amd64 issue I overlooked. When setting up a callout towpaul2005-03-311-3/+26
* The filehandle allocated in NdisOpenFile() is allocated usingwpaul2005-03-281-2/+2
* Another Coverity fix from Sam: add NULL pointer test inwpaul2005-03-281-0/+5
* Fix resource leak found by Coverity (via Sam Leffler).wpaul2005-03-281-0/+1
* Spell '0' as 'FALSE' when initializing npp_validcounts. (Doesn't changewpaul2005-03-281-1/+1
* Finally bring an end to the great "make the Atheros NDIS driverwpaul2005-03-271-23/+81
* MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() werewpaul2005-03-031-17/+59
* Fix a couple of u_int_foos that should have been uint_foos.wpaul2005-02-181-1/+1
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-161-134/+72
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-081-76/+128
* 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-431/+439
* Fix a problem reported by Pierre Beyssac. Sometinmes when ndis_get_info()wpaul2005-01-141-2/+2
OpenPOWER on IntegriCloud