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-06-04
+ REALTEK RT8191SE
Theo de Raadt
2015-06-04
Add support for em(4) on Teak 3020, a Tolopai (EP80579)
Dariusz Swiderski
2015-06-04
regen
Dariusz Swiderski
2015-06-04
Add more of Tolopai (EP80579) Gigabit controllers id.
Dariusz Swiderski
2015-06-04
Check if interface was stopped before calling rx/tx interrupt routines.
Mike Belopuhov
2015-06-04
Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit from
Jonathan Gray
2015-06-04
use mallocarray instead of malloc in drm_calloc
Jonathan Gray
2015-06-04
remove the now unused alawtolin16 table
Jonathan Gray
2015-06-02
Add missing define for hpb(4).
Martin Pieuchot
2015-06-01
regen
Stefan Sperling
2015-06-01
fix typo: Wirelsss -> Wireless
Stefan Sperling
2015-05-30
DRMDEBUG not DRM_DEBUG. From frantisek holop.
Jonathan Gray
2015-05-30
Acquire/release the i2c bus before/after reading the temperature register.
Mark Kettenis
2015-05-30
cleanup attach message
Theo de Raadt
2015-05-29
Nuke annoying whitespace nits to shrink some future diffs.
Kenneth R Westerback
2015-05-29
Revert unrelated changes in previous.
Masao Uebayashi
2015-05-29
Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and
Masao Uebayashi
2015-05-27
Use m_defrag(9) instead of rolling our own inlined version.
Mark Kettenis
2015-05-27
Improve the controller state check in xhci_reset
Mike Belopuhov
2015-05-26
Fix missing vlan.h include in if_vio.c
Stefan Fritsch
2015-05-26
bump the number of tx and rx descriptors from 128 up to 512.
David Gwynne
2015-05-26
More than 100+ drivers converted to if_input(), this is the last "real" one.
Martin Pieuchot
2015-05-26
Build all the firmware for usb devices on armv7.
Jonathan Gray
2015-05-25
Initialize ipa_ndrq in isascan() too...
Miod Vallat
2015-05-25
Match newer elantech v4 touchpads, logic taken from Linux.
Martin Pieuchot
2015-05-25
Make this build when using the __STRICT_ALIGNMENT version of USETW.
Jonathan Gray
2015-05-25
Prevent a use after free in by closing all open endpoints upon detach.
Martin Pieuchot
2015-05-25
missing word in comment; Kyle Milz
Theo de Raadt
2015-05-24
Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators being
Miod Vallat
2015-05-24
Follow the recent pckbc@isa changes and always establish all the necessary
Miod Vallat
2015-05-24
Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).
Matthieu Herrb
2015-05-22
Don't use an uninitialised softc pointer in midiread/midiwrite.
Jonathan Gray
2015-05-22
LITTE_ENDIAN -> LITTLE_ENDIAN
Jonathan Gray
2015-05-22
Limit the number of dma segments used for transmitting packets to
Mark Kettenis
2015-05-21
Use m_defrag(9) instead of rolling our own version of it.
Mark Kettenis
2015-05-21
Establish interrupts for both keyboard and mouse slots at pckbc attach time,
Miod Vallat
2015-05-21
Report all valid interrupt locators in isaprint() - although config(8) stanzas
Miod Vallat
2015-05-21
No need for ifp since we do not set "rcvif".
Martin Pieuchot
2015-05-21
No need to set "rcvif", if_input() does it for you.
Martin Pieuchot
2015-05-21
tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE()
Martin Pieuchot
2015-05-21
Convert to if_output().
Martin Pieuchot
2015-05-21
Access to uninitialized variable fixed.
Gerhard Roth
2015-05-20
Signed types are bad array indicies - let it panic instead.
Martin Pelikan
2015-05-20
scrap unused ixgbe_get_link_capabilities_X540
Mike Belopuhov
2015-05-19
Increase a maximum firmware handshake timeout to 10s
Mike Belopuhov
2015-05-19
Convert to if_input().
Martin Pieuchot
2015-05-19
Convert to if_input().
Martin Pieuchot
2015-05-18
Prevent splassert from firing during sd_flush which runs "cold"
Mike Belopuhov
2015-05-17
Read ethernet address from EEPROM on AX88772B based on FreeBSD
Can Erkin Acar
2015-05-17
We don't need KERNEL_LOCK() around if_input() anymore, as if_input() has
Chris Cappuccio
[next]