summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis/if_ndis_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r292411: Fix regression in if_ndis in r280347.glebius2015-12-221-2/+1
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-1/+2
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* Fix a bug introduced in r216518. The ndis_subsys field holds the PCItijl2010-12-191-7/+19
* Use convenience functions where possible instead of accessing the PCItijl2010-12-181-9/+4
* Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides beingjhb2010-12-161-11/+11
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-1/+1
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-2/+2
* 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/+2
* Remove compatibilty defines to simplify reading the code, this is around 10% ofthompsa2007-12-031-4/+0
* More fixes for multibus drivers. When calling out to the matchwpaul2005-05-081-2/+7
* Minor correction to the logic for selecting the proper device index.wpaul2005-05-081-1/+1
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-52/+38
* Argh. PCI resource list became an STAILQ instead of an SLIST. Try towpaul2005-03-271-0/+4
* s/SLIST/STAILQ/maxim2005-03-191-1/+1
* 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-3/+1
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-081-5/+17
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Make the Texas Instruments 802.11g chipset work with the NDISulator.wpaul2004-08-161-1/+1
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-111-0/+16
* 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-8/+8
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-8/+8
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedwpaul2004-03-091-12/+0
* If the resource listing obtained from BUS_GET_RESOURCE_LIST() inwpaul2004-03-091-0/+20
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.wpaul2004-03-071-0/+315
OpenPOWER on IntegriCloud