index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
ndis
/
kern_ndis.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a non-style change that snuck in.
rpaulo
2009-11-02
1
-1
/
+1
*
Big style cleanup. While there remove references to FreeBSD versions
rpaulo
2009-11-02
1
-120
/
+56
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-1
/
+1
*
Remove an unused variable.
antoine
2009-05-24
1
-1
/
+1
*
o port NDIS USB support from USB1 to the new usb(USB2).
weongyo
2009-03-07
1
-9
/
+9
*
Change the functions to ANSI in those cases where it breaks promotion
rdivacky
2009-02-24
1
-4
/
+2
*
Move usb to a graveyard location under sys/legacy/dev, it is intended that the
thompsa
2009-02-23
1
-2
/
+2
*
fix a bug to handling the argument that it passed `device_t' but it's
weongyo
2008-12-27
1
-1
/
+3
*
Integrate the NDIS USB support code to CURRENT.
weongyo
2008-12-27
1
-1
/
+28
*
when NDIS framework try to query/set informations NDIS drivers can
weongyo
2008-07-23
1
-5
/
+7
*
Give MEXTADD() another argument to make both void pointers to the
phk
2008-02-01
1
-1
/
+1
*
Quiesce warnings by initializing irql values to zero.
mjacob
2007-06-10
1
-3
/
+3
*
We have strcasecmp() in libkern now.
pjd
2007-04-06
1
-2
/
+1
*
Use 'pause' in several places rather than trying to tsleep() on NULL (which
jhb
2007-02-23
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Move conditional preprocessing out of the SYSCTL_ADD_STRING macro
dds
2006-06-22
1
-1
/
+4
*
Tests with my dual Opteron system have shown that it's possible
wpaul
2005-11-02
1
-66
/
+4
*
Retire MT_HEADER mbuf type and change its users to use MT_DATA.
andre
2005-11-02
1
-1
/
+1
*
Get rid of the timer tracking and reaping code in NdisMInitializeTimer()
wpaul
2005-10-26
1
-23
/
+0
*
Another round of cleanups and fixes:
wpaul
2005-10-18
1
-25
/
+93
*
Convert ndis_set_info() and ndis_get_info() from using msleep()
wpaul
2005-10-12
1
-39
/
+29
*
This commit makes a big round of updates and fixes many, many things.
wpaul
2005-10-10
1
-70
/
+72
*
Test the mbuf flags against the correct constant. The previous version
andre
2005-08-30
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-3
/
+3
*
Deal with a few bootstrap issues:
wpaul
2005-05-20
1
-1
/
+2
*
In ndis_halt_nic(), invalidate the miniportadapterctx early to try and
wpaul
2005-05-20
1
-4
/
+1
*
Add support for NdisMEthIndicateReceive() and MiniportTransferData().
wpaul
2005-05-15
1
-9
/
+29
*
Avoid sleeping with mutex held in kern_ndis.c.
wpaul
2005-05-05
1
-26
/
+31
*
This commit makes a bunch of changes, some big, some not so big.
wpaul
2005-05-05
1
-369
/
+78
*
Throw the switch on the new driver generation/loading mechanism. From
wpaul
2005-04-24
1
-1
/
+1
*
Create new i386 windows/bsd thunking layer, similar to the amd64 thunking
wpaul
2005-04-11
1
-39
/
+39
*
Fix another KeInitializeDpc()/amd64 calling convention issue:
wpaul
2005-04-01
1
-1
/
+2
*
Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging.
wpaul
2005-03-30
1
-8
/
+2
*
Unbreak the build: correct the resource list traversal code for
wpaul
2005-03-28
1
-4
/
+2
*
Argh. PCI resource list became an STAILQ instead of an SLIST. Try to
wpaul
2005-03-27
1
-1
/
+14
*
Finally bring an end to the great "make the Atheros NDIS driver
wpaul
2005-03-27
1
-60
/
+97
*
s/SLIST/STAILQ/
phk
2005-03-18
1
-7
/
+7
*
When you call MiniportInitialize() for an 802.11 driver, it will
wpaul
2005-03-07
1
-48
/
+81
*
Don't need to do MmInitializeMdl() in ndis_mtop() anymore:
wpaul
2005-02-26
1
-1
/
+0
*
MDLs are supposed to be variable size (they include an array of pages
wpaul
2005-02-26
1
-15
/
+2
*
- Correct one aspect of the driver_object/device_object/IRP framework:
wpaul
2005-02-24
1
-0
/
+4
*
Couple of lessons learned during USB driver testing:
wpaul
2005-02-24
1
-1
/
+2
*
Add support for Windows/x86-64 binaries to Project Evil.
wpaul
2005-02-16
1
-48
/
+66
*
Next step on the road to IRPs: create and use an imitation of the
wpaul
2005-02-08
1
-153
/
+115
*
Begin the first phase of trying to add IRP support (and ultimately
wpaul
2005-01-24
1
-19
/
+19
*
Fix a problem reported by Pierre Beyssac. Sometinmes when ndis_get_info()
wpaul
2005-01-14
1
-14
/
+19
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
Make the Texas Instruments 802.11g chipset work with the NDISulator.
wpaul
2004-08-16
1
-1
/
+1
*
More minor cleanups and one small bug fix:
wpaul
2004-08-04
1
-12
/
+12
*
Big mess 'o changes:
wpaul
2004-08-01
1
-0
/
+23
[next]