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
/
dev
/
if_ndis
/
if_ndis_pccard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
More fixes for multibus drivers. When calling out to the match
wpaul
2005-05-08
1
-2
/
+7
*
Fix support for Windows drivers that support both PCI and PCMCIA devices at
wpaul
2005-05-08
1
-1
/
+2
*
Throw the switch on the new driver generation/loading mechanism. From
wpaul
2005-04-24
1
-51
/
+40
*
Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() to
wpaul
2005-02-28
1
-1
/
+1
*
- Correct one aspect of the driver_object/device_object/IRP framework:
wpaul
2005-02-24
1
-4
/
+2
*
Next step on the road to IRPs: create and use an imitation of the
wpaul
2005-02-08
1
-3
/
+14
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()
wpaul
2004-07-11
1
-22
/
+57
*
Explicitly #include <sys/module.h> in these files too (they use
wpaul
2004-06-01
1
-0
/
+1
*
Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() again
wpaul
2004-03-21
1
-4
/
+4
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removed
wpaul
2004-03-09
1
-14
/
+0
*
Add preliminary support for PCMCIA devices in addition to PCI/cardbus.
wpaul
2004-03-07
1
-0
/
+307