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
Age
Commit message (
Expand
)
Author
2015-12-04
Activate functions should in general return 0 for events they don't handle.
Mark Kettenis
2015-12-03
ieee80211com's ic_sup_mcs array is smaller than it used to be because part of
Stefan Sperling
2015-12-03
tell the stack myx_start is mpsafe.
David Gwynne
2015-12-03
Rework cas_start to check for space on the ring before dequeueing and drop
Jonathan Matthew
2015-12-03
Rewrite the tx handler to just use ifq_dequeue and drop packets that
Claudio Jeker
2015-12-02
Add missing parentheses. Fix from NetBSD.
YASUOKA Masahiko
2015-12-02
Do not change the status of a transfer before giving it back to the
Martin Pieuchot
2015-12-02
Simplify fxp tx dma handling by using m_defrag instead of rolling our own
Claudio Jeker
2015-12-02
Add an unmute quirk for IDT 92HD75B3/4 codecs with HP subids.
Jonathan Gray
2015-12-01
Teach ppb(4) how to allocate PCI bus numbers such that it can properly
Mark Kettenis
2015-12-01
Enable the GSE interrupt on Broadwell. Fixes acpi brightness control on
Mark Kettenis
2015-12-01
myx doesnt use atomic.h anymore.
David Gwynne
2015-11-30
Add support for the touchpad found on the MacBooPro12,1.
Mark Kettenis
2015-11-29
Make it possible to detach bge(4).
Mark Kettenis
2015-11-29
Unconnected xhci(4) super speed ports may come up with the XHCI_PS_WRC,
Mark Kettenis
2015-11-29
Clear the UPS_C_PORT_RESET feature when exploring. Apparently xhci(4) super
Mark Kettenis
2015-11-28
rework dc_start and dc_encap to take advantage of m_defrag.
David Gwynne
2015-11-28
regen
Mark Kettenis
2015-11-28
Add a few devices found on the MacBookPro12,1
Mark Kettenis
2015-11-28
Rework gem_start to check that there's enough space in the ring before
Jonathan Matthew
2015-11-27
Don't report a bus conflict for bridges that are left (partly) unconfigured by
Mark Kettenis
2015-11-27
Attach the iPhone 6 as ugen(4), from Laurent GUALDI.
Martin Pieuchot
2015-11-27
regen
Martin Pieuchot
2015-11-27
iPhone 6, from Laurent GUALDI.
Martin Pieuchot
2015-11-25
Network drivers should not include <net/route.h> or <net/netisr.h>
Martin Pieuchot
2015-11-25
Small fixes related to the IFF_OACTIVE removal.
Martin Pieuchot
2015-11-25
add size to free
Ted Unangst
2015-11-25
trim unused variable
David Gwynne
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
regen
Mark Kettenis
2015-11-24
Add a few missing devices found on recent Apple hardware.
Mark Kettenis
2015-11-24
Fix inverted condition in previous.
Mark Kettenis
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
You need <netinet/ip.h> if you use "struct ip" for hw checksum.
Martin Pieuchot
2015-11-24
No need for "vlan.h" if you don't check for "#if NVLAN > 0".
Martin Pieuchot
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-24
No need to include <net/if_types.h> for <net/if_vlan_var.h>
Martin Pieuchot
2015-11-24
Double the delay between the PHY reset and the status check for
Martin Pieuchot
2015-11-24
fix tx ring accounting in myx_start.
David Gwynne
2015-11-24
regen
Daniel Dickman
2015-11-24
Add some intel 6th gen and 100 series ids.
Daniel Dickman
2015-11-23
you cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit.
David Gwynne
2015-11-23
Include <sys/atomic.h> when atomic operations are used.
Martin Pieuchot
2015-11-23
Back out the CRITICAL change, turn it back from 10% to 25%. Some
Reyk Floeter
2015-11-22
too many arguments to function 'ifq_deq_begin'
David Gwynne
2015-11-22
regen
Mark Kettenis
2015-11-22
Unknown device in a MacBookPro9,2. Almost certainly the first generation
Mark Kettenis
2015-11-22
regen
Mark Kettenis
2015-11-22
Broadcom BCM4331. From Ossi Herrala.
Mark Kettenis
[next]