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
2014-08-30
Set the MRU to a full size frame instead of basing it on the MTU.
Brad Smith
2014-08-30
let the mru always be what the chip can do, not what the mtu implies.
David Gwynne
2014-08-30
Rewrite how queue heads are inserted and removed from the asynchronous
Martin Pieuchot
2014-08-30
Allow new devices to get an address when XHCI_DEBUG is defined.
Martin Pieuchot
2014-08-29
Fix checking sync for old synaptics touchpad (ver 5.9)
Alexandr Shadchin
2014-08-27
rxr ioctl handling.
David Gwynne
2014-08-26
dont base the mru on the mtu. unconditionally make it what the
David Gwynne
2014-08-26
Revert part of the if_rxr diff that incorrectly moves RX ring tail
Mike Belopuhov
2014-08-25
We have never limited the definition of "supported SPF modules"
Mike Belopuhov
2014-08-24
Fix wrong IEEE 802.11 ioctl's:
Vadim Zhukov
2014-08-24
Add some TX BD flags for BCM5717 family chips.
Brad Smith
2014-08-21
Set the sensor's status when docking and undocking, not just its value.
kspillner
2014-08-21
Now that DVACT_DEACTIVATE is propagated to the children of a device when
Martin Pieuchot
2014-08-21
Fix a copy and pasto with the standard ring setup with calling if_rxr_init()
Brad Smith
2014-08-20
after allocating an mbuf and cluster you still need to init the length
David Gwynne
2014-08-20
Implement rxrinfo ioctl for cluster usage statistics
Mike Belopuhov
2014-08-20
Call audio_{pint,rint}() call-backs with the mutex held. Found by
Alexandre Ratchov
2014-08-20
Release CPU mutexes on EINVAL.
doug
2014-08-20
brad said i had some whitespace screwups in my previous diff. this cleans
David Gwynne
2014-08-20
remove the custom jumbo allocator. its never been enabled or used.
David Gwynne
2014-08-20
replace the custom jumbo allocator with MCLGETI.
David Gwynne
2014-08-20
replace the custom jumbo allocator with MCLGETI.
David Gwynne
2014-08-20
replace sks jumbo allocator with MCLGETI. the system provides jumbos in
David Gwynne
2014-08-19
yet another typo
Miod Vallat
2014-08-19
Enable rts5227, as found in my new Thinkpad x240.
Peter Hessler
2014-08-19
Three independent typos for `independent' or `independently'.
Miod Vallat
2014-08-19
Make sure state changes are properly serialized.
Martin Pieuchot
2014-08-19
in myx_start, replace
David Gwynne
2014-08-18
dont rely on mbuf.h to provide pool.h.
David Gwynne
2014-08-18
its a bit silly to include mbuf.h to get to malloc.h. just include
David Gwynne
2014-08-15
Remove support for public key operations
Mike Belopuhov
2014-08-15
Remove support for public key operations
Mike Belopuhov
2014-08-15
With deprecation of crypto(4) interface lofn(4) and nofn(4) become
Mike Belopuhov
2014-08-15
unlink lofn(4) and nofn(4)
Mike Belopuhov
2014-08-15
Create a function which loads sgd in the mfi_iop_ops struct so that skinny
YASUOKA Masahiko
2014-08-14
regen
Todd C. Miller
2014-08-14
Add USB hubs found on Intel Z97 chipset boards (one attached to
Todd C. Miller
2014-08-14
Implement rxrinfo ioctl for cluster usage statistics
Mike Belopuhov
2014-08-14
add some definitions from libdrm 2.4.56
Jonathan Gray
2014-08-13
match on Intel 9 series and 9 series LP PCH, and add 8 series KT to puc
Jonathan Gray
2014-08-13
regen
Jonathan Gray
2014-08-13
Add some more 9 series ids, correct some existing ones and add
Jonathan Gray
2014-08-11
regen
Todd C. Miller
2014-08-11
Add some Intel Z97 chipset devices; ok deraadt@
Todd C. Miller
2014-08-11
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-08-10
Ask for the descriptor size corresponding to the number of ports present
Martin Pieuchot
2014-08-10
Do not allocate space for the whole structure when we just want to store
Martin Pieuchot
2014-08-10
sizeof() a pointer of the right struct to appease clang.
Martin Pieuchot
2014-08-10
Merge xhci_device_setup() into xhci_pipe_init() there's no reason to
Martin Pieuchot
2014-08-10
Since USB xfer pools are accessed in interrupt context, initialize them
Martin Pieuchot
[next]