summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis/if_ndis_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* In sys/dev/if_ndis/if_ndis_pccard.c, fix a bug where a garbage rid wasdim2012-01-031-1/+1
* Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides beingjhb2010-12-161-5/+3
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-1/+1
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-3/+3
* 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-0/+3
* Use strcasecmp() from libkern.pjd2007-04-061-4/+4
* More fixes for multibus drivers. When calling out to the matchwpaul2005-05-081-2/+7
* Fix support for Windows drivers that support both PCI and PCMCIA devices atwpaul2005-05-081-1/+2
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-51/+40
* Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() towpaul2005-02-281-1/+1
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-241-4/+2
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-081-3/+14
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-111-22/+57
* Explicitly #include <sys/module.h> in these files too (they usewpaul2004-06-011-0/+1
* Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() againwpaul2004-03-211-4/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedwpaul2004-03-091-14/+0
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.wpaul2004-03-071-0/+307
OpenPOWER on IntegriCloud