aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/if_ndis/if_ndis_pci.c
Commit message (Expand)AuthorAgeFilesLines
* ndis(4): expand deprecation to the whole driverBrooks Davis2020-12-111-0/+3
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Fix regression in if_ndis in r280347.Gleb Smirnoff2015-12-171-2/+1
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-1/+2
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+2
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Fix a bug introduced in r216518. The ndis_subsys field holds the PCITijl Coosemans2010-12-191-7/+19
* Use convenience functions where possible instead of accessing the PCITijl Coosemans2010-12-181-9/+4
* Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides beingJohn Baldwin2010-12-161-11/+11
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-1/+1
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* o port NDIS USB support from USB1 to the new usb(USB2).Weongyo Jeong2009-03-071-2/+2
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-2/+2
* Integrate the NDIS USB support code to CURRENT.Weongyo Jeong2008-12-271-0/+2
* Remove compatibilty defines to simplify reading the code, this is around 10% ofAndrew Thompson2007-12-031-4/+0
* More fixes for multibus drivers. When calling out to the matchBill Paul2005-05-081-2/+7
* Minor correction to the logic for selecting the proper device index.Bill Paul2005-05-081-1/+1
* Throw the switch on the new driver generation/loading mechanism. FromBill Paul2005-04-241-52/+38
* Argh. PCI resource list became an STAILQ instead of an SLIST. Try toBill Paul2005-03-271-0/+4
* s/SLIST/STAILQ/Maxim Konovalov2005-03-191-1/+1
* Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() toBill Paul2005-02-281-1/+1
* - Correct one aspect of the driver_object/device_object/IRP framework:Bill Paul2005-02-241-3/+1
* Next step on the road to IRPs: create and use an imitation of theBill Paul2005-02-081-5/+17
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Make the Texas Instruments 802.11g chipset work with the NDISulator.Bill Paul2004-08-161-1/+1
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()Bill Paul2004-07-111-0/+16
* Explicitly #include <sys/module.h> in these files too (they useBill Paul2004-06-011-0/+1
* Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() againBill Paul2004-03-211-8/+8
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-8/+8
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedBill Paul2004-03-091-12/+0
* If the resource listing obtained from BUS_GET_RESOURCE_LIST() inBill Paul2004-03-091-0/+20
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.Bill Paul2004-03-071-0/+315