index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
Age
Commit message (
Expand
)
Author
2015-02-12
switch back to IRQ_NONE/IRQ_HANDLED
Jonathan Gray
2015-02-12
Add and use macros for linux memory barriers. Fix the call in
Jonathan Gray
2015-02-12
switch some free calls back to kfree
Jonathan Gray
2015-02-12
switch MUTEX_ASSERT_LOCKED calls back to assert_spin_locked
Jonathan Gray
2015-02-12
convert to if_input.
David Gwynne
2015-02-12
Rename the struct device member of inteldrm_softc to sc_dev and rename the
Mark Kettenis
2015-02-12
Add mutex_is_locked and use it wherever linux uses it.
Mark Kettenis
2015-02-11
Disable the L1 ASPM link state to workaround errata with the
Brad Smith
2015-02-11
- Make use of m_defrag().
Brad Smith
2015-02-11
Disable the L0S and L1 ASPM link states to workaround errata with the
Brad Smith
2015-02-11
regen
Brad Smith
2015-02-11
Add Intel Dual Band Wireless AC 3165 / 8260 PCI ids.
Brad Smith
2015-02-11
Switch most printf style functions calls back to linux function names
Jonathan Gray
2015-02-11
g/c sys/cdefs.h header.
Brad Smith
2015-02-11
Prevent processes from entering iwm_ioctl while another process is
Stefan Sperling
2015-02-11
Show error code in DPRINTF error messages within iwm_send_phy_db_data.
Stefan Sperling
2015-02-10
Testing indicates TX is broken for 11a in iwm(4) so stop advertising 11a
Stefan Sperling
2015-02-10
Wireless drivers call if_input() via ieee80211_input() which set `rcvif'
Martin Pieuchot
2015-02-10
Replace hand rolled code with m_defrag().
Brad Smith
2015-02-10
In iwm(4), call ieee80211_media_init() after overriding net80211 state
Stefan Sperling
2015-02-10
The attach procedure of iwm(4) was setting up the MAC address correctly
Stefan Sperling
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-02-10
In iwm(4), don't reinvent the standard rate set tables.
Stefan Sperling
2015-02-10
Sync iwm(4)'s fatal firmware error message with the one used by iwn(4).
Stefan Sperling
2015-02-10
switch most mtx_* calls back to linux spinlocks
Jonathan Gray
2015-02-10
remove some very MD debug code that was reaching into x86 mplocks
David Gwynne
2015-02-10
switch most rwlock calls back to their linux equivalents
Jonathan Gray
2015-02-10
Do not abuse `rcvif'.
Martin Pieuchot
2015-02-10
use linux function names when locking mode config
Jonathan Gray
2015-02-10
convert VMXNET drivers to ml_enqueue + if_input
Martin Pelikan
2015-02-10
Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly
Jonathan Gray
2015-02-10
add definitions for linux style locks
Jonathan Gray
2015-02-09
fix print/panic messages + remove superfluous if_ibytes addition
Martin Pelikan
2015-02-09
if_input sets m->m_pkthdr.rcvif so we dont have to.
David Gwynne
2015-02-09
Add flag to taskq_create() calls to match dlg@ API change
Philip Guenther
2015-02-09
we want to defer work traditionally (in openbsd) handled in an
David Gwynne
2015-02-09
tweak the new if_input function so it takes an mbuf_list instead
David Gwynne
2015-02-09
convert vio(4) to if_input().
Martin Pelikan
2015-02-09
after many days of coding, enable WEP
Peter Hessler
2015-02-08
Fix iwm(4) attach and firmware loading process such that a reboot after
Stefan Sperling
2015-02-08
Add missing \n to DPRINTFs in iwm(4).
Stefan Sperling
2015-02-08
Sprinkle some string constant consistency on iwn(4) as well.
Stefan Sperling
2015-02-08
In iwm(4), convert many verbose printf do DPRINTF, sync some string constants
Stefan Sperling
2015-02-08
Convert to if_input().
Martin Pieuchot
2015-02-08
Convert to if_input().
Martin Pieuchot
2015-02-07
Don't panic on unhandled net80211 state transitions in iwm(4).
Stefan Sperling
2015-02-07
Handle suspend/resume for iwm(4) devices, by syncing with iwn(4)
Peter Hessler
2015-02-07
remove linux int types in the drm header
Jonathan Gray
2015-02-06
Add bpf(4) support to iwm(4). Makes tcpdump -i iwm0 work. Based on iwn(4).
Stefan Sperling
2015-02-06
Add new definitions from libdrm 2.4.59
Jonathan Gray
[next]