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-08
Match 3rd party Xbox 360 controllers, from Christian Heckendorf.
Martin Pieuchot
2015-12-08
dont need to repeatedly set if_start to the same function.
David Gwynne
2015-12-07
enable snooping on Intel 100 Series HDA
Jonathan Gray
2015-12-07
match on intel 100 series
Jonathan Gray
2015-12-06
switch on the return value of bus_dmamap_load_mbuf not value != 0
Jonathan Gray
2015-12-06
typo in log entry
mmcc
2015-12-05
vioblk: Don't send flush ops if flush feature not present
Stefan Fritsch
2015-12-05
make vioblk_scsi_cmd more normal
Stefan Fritsch
2015-12-05
Make virtio_enqueue_commit return void
Stefan Fritsch
2015-12-05
Make the bnx interrupt handler mpsafe, and perform rx and tx completion
Jonathan Matthew
2015-12-05
ifq_deq_rollback without a preceding ifq_deq_begin is fail.
David Gwynne
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
[next]