aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/malo/if_malo_pci.c
Commit message (Expand)AuthorAgeFilesLines
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-3/+1
* Update the use of bus space macros to be more correct.Adrian Chadd2014-12-171-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* 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
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Use convenience functions where possible instead of accessing the PCITijl Coosemans2010-12-181-23/+1
* Fix firmware module dependencies.Bernhard Schmidt2010-09-101-1/+1
* The module name convention is foo, not if_foo.Warner Losh2009-05-151-4/+4
* fix a bug that it passed a incorrect flag BUS_DMA_ALLOCNOW to createWeongyo Jeong2009-03-311-1/+1
* handles more exceptional cases when the driver failed to attach.Weongyo Jeong2009-03-301-5/+7
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Add support for Marvell Libertas 88W8335 based PCI network adapters.Weongyo Jeong2008-03-251-0/+373