summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2015-02-12switch back to IRQ_NONE/IRQ_HANDLEDJonathan Gray
2015-02-12Add and use macros for linux memory barriers. Fix the call inJonathan Gray
2015-02-12switch some free calls back to kfreeJonathan Gray
2015-02-12switch MUTEX_ASSERT_LOCKED calls back to assert_spin_lockedJonathan Gray
2015-02-12convert to if_input.David Gwynne
2015-02-12Rename the struct device member of inteldrm_softc to sc_dev and rename theMark Kettenis
2015-02-12Add mutex_is_locked and use it wherever linux uses it.Mark Kettenis
2015-02-11Disable the L1 ASPM link state to workaround errata with theBrad Smith
2015-02-11- Make use of m_defrag().Brad Smith
2015-02-11Disable the L0S and L1 ASPM link states to workaround errata with theBrad Smith
2015-02-11regenBrad Smith
2015-02-11Add Intel Dual Band Wireless AC 3165 / 8260 PCI ids.Brad Smith
2015-02-11Switch most printf style functions calls back to linux function namesJonathan Gray
2015-02-11g/c sys/cdefs.h header.Brad Smith
2015-02-11Prevent processes from entering iwm_ioctl while another process isStefan Sperling
2015-02-11Show error code in DPRINTF error messages within iwm_send_phy_db_data.Stefan Sperling
2015-02-10Testing indicates TX is broken for 11a in iwm(4) so stop advertising 11aStefan Sperling
2015-02-10Wireless drivers call if_input() via ieee80211_input() which set `rcvif'Martin Pieuchot
2015-02-10Replace hand rolled code with m_defrag().Brad Smith
2015-02-10In iwm(4), call ieee80211_media_init() after overriding net80211 stateStefan Sperling
2015-02-10The attach procedure of iwm(4) was setting up the MAC address correctlyStefan Sperling
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-10In iwm(4), don't reinvent the standard rate set tables.Stefan Sperling
2015-02-10Sync iwm(4)'s fatal firmware error message with the one used by iwn(4).Stefan Sperling
2015-02-10switch most mtx_* calls back to linux spinlocksJonathan Gray
2015-02-10remove some very MD debug code that was reaching into x86 mplocksDavid Gwynne
2015-02-10switch most rwlock calls back to their linux equivalentsJonathan Gray
2015-02-10Do not abuse `rcvif'.Martin Pieuchot
2015-02-10use linux function names when locking mode configJonathan Gray
2015-02-10convert VMXNET drivers to ml_enqueue + if_inputMartin Pelikan
2015-02-10Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directlyJonathan Gray
2015-02-10add definitions for linux style locksJonathan Gray
2015-02-09fix print/panic messages + remove superfluous if_ibytes additionMartin Pelikan
2015-02-09if_input sets m->m_pkthdr.rcvif so we dont have to.David Gwynne
2015-02-09Add flag to taskq_create() calls to match dlg@ API changePhilip Guenther
2015-02-09we want to defer work traditionally (in openbsd) handled in anDavid Gwynne
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-09convert vio(4) to if_input().Martin Pelikan
2015-02-09after many days of coding, enable WEPPeter Hessler
2015-02-08Fix iwm(4) attach and firmware loading process such that a reboot afterStefan Sperling
2015-02-08Add missing \n to DPRINTFs in iwm(4).Stefan Sperling
2015-02-08Sprinkle some string constant consistency on iwn(4) as well.Stefan Sperling
2015-02-08In iwm(4), convert many verbose printf do DPRINTF, sync some string constantsStefan Sperling
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-07Don't panic on unhandled net80211 state transitions in iwm(4).Stefan Sperling
2015-02-07Handle suspend/resume for iwm(4) devices, by syncing with iwn(4)Peter Hessler
2015-02-07remove linux int types in the drm headerJonathan Gray
2015-02-06Add bpf(4) support to iwm(4). Makes tcpdump -i iwm0 work. Based on iwn(4).Stefan Sperling
2015-02-06Add new definitions from libdrm 2.4.59Jonathan Gray