summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/kern_windrv.c
Commit message (Expand)AuthorAgeFilesLines
* Resurrect amd64 support.bschmidt2010-11-221-0/+22
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-021-45/+36
* Fix memory leak in an error case.brueffer2009-05-131-0/+3
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-74/+73
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-2/+2
* Remove unused variable.ganbold2008-12-281-3/+0
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-3/+8
* - Move GDT/LDT locking into a seperate spinlock, removing the globaljeff2007-05-201-6/+6
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-021-2/+7
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-101-27/+29
* Missed kern_windrv.c in the last checkin.wpaul2005-05-201-0/+14
* More fixes for multibus drivers. When calling out to the matchwpaul2005-05-081-1/+1
* Fix support for Windows drivers that support both PCI and PCMCIA devices atwpaul2005-05-081-0/+11
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-28/+80
* Now that the GDT has been reorganized and GNDIS_SEL has been reservedwpaul2005-04-171-1/+17
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-111-14/+400
* In windrv_load(), I was allocating the driver object usingwpaul2005-03-011-17/+17
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-241-5/+20
* Fix freeing of custom driver extensions. (ExFreePool() was beingwpaul2005-02-161-1/+1
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-161-3/+57
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-081-0/+416
OpenPOWER on IntegriCloud