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
2016-04-27
whitespace fixes, no functional change
David Gwynne
2016-04-27
align rx buffers so ip packets will be aligned correctly for the stack
David Gwynne
2016-04-27
tweak some command list handling
David Gwynne
2016-04-26
Remove debug printfs, but do print "gpio" to indicate that card detection is
Mark Kettenis
2016-04-26
Display correct value in error message.
Kenneth R Westerback
2016-04-26
Do NOT attempt a rebuild using a hot spare with a sector size
Kenneth R Westerback
2016-04-26
Restore intro comment to sr_hotspare_rebuild(), which was erroneously
Kenneth R Westerback
2016-04-26
corrects acpitz problem with active cooling and hysterisis
Sebastien Marie
2016-04-26
Match on RTS522A. Found in 2016 thinkpads.
Jonathan Gray
2016-04-25
boom goes the dynamite
Ted Unangst
2016-04-25
We attach acpihpet(4) and acpiec(4) without using the HID, so do not
Paul Irofti
2016-04-24
Remove unused file.
Mark Kettenis
2016-04-24
Remove 'option COMPAT_PCVT' now that X doen't use it anymore.
Matthieu Herrb
2016-04-24
match on Intel 100 Series LP
Jonathan Gray
2016-04-24
match on Intel 100 series and 100 series LP PCH
Jonathan Gray
2016-04-24
enable snooping on Intel 100 Series LP HDA
Jonathan Gray
2016-04-24
regen
Jonathan Gray
2016-04-24
add t460p (Sunrise Point H) and x260 (Sunrise Point-LP) ids
Jonathan Gray
2016-04-23
Implement reading of the CIS for functions 1-7. Don't write a bogus bus width
Mark Kettenis
2016-04-23
regen
Mark Kettenis
2016-04-23
Add some missing Braswell/Cherry Trail entries and fix a typo.
Mark Kettenis
2016-04-23
Match on Cherry Trail.
Mark Kettenis
2016-04-23
Print a meaningful interrupt string for i2c devices.
Mark Kettenis
2016-04-22
do not try to probe light sensors for machines with none available, this was
Joerg Jung
2016-04-20
If RTL8111E on PC Engines APU is detected, configure NIC LEDs to display link.
Stuart Henderson
2016-04-19
Use consistent intro comment when searching for the first offline
Kenneth R Westerback
2016-04-19
Use variable 'cid' in for(;;) rather than 'i' with an assignment
Kenneth R Westerback
2016-04-19
Change a variable name (chunk_no -> cid) to make a couple of code
Kenneth R Westerback
2016-04-19
lower case temperature descriptions and separate fan description from fan
Joerg Jung
2016-04-19
Bind event channels to backend domains
Mike Belopuhov
2016-04-19
Allow to grant memory access to domains other than dom0.
Mike Belopuhov
2016-04-19
Pass down the backend-id property to children in the attach arguments
Mike Belopuhov
2016-04-19
Remove the ds_offset hack since object offset within a page
Mike Belopuhov
2016-04-18
allocate an array of entries, not pointers for the queues
David Gwynne
2016-04-16
Make the gmbus code work on valleyview.
Mark Kettenis
2016-04-14
shorten the io path slightly
David Gwynne
2016-04-14
apparently it's spelled NVMe, not NVME
David Gwynne
2016-04-14
provide a shutdown hook that follows the procedure in the docs
David Gwynne
2016-04-14
implement translation of scsi SYNC CACHE to nvme FLUSH
David Gwynne
2016-04-14
bump openings to 64 to match the number of ccbs.
David Gwynne
2016-04-14
Re-enable pckbd on resume (similar to what we do on boot). Fixes problems
Mike Larkin
2016-04-14
if io needs more than two prpe slots, overflow into the ccb prpl
David Gwynne
2016-04-14
reallocate the ccbs after we figure out how big the sgls can be
David Gwynne
2016-04-14
set the scsi status to SCSI_OK
David Gwynne
2016-04-14
allocate dma memory for ccbs to use as prpe lists
David Gwynne
2016-04-14
dont attach if the min nvme page size is bigger than the cpu page size
David Gwynne
2016-04-14
dont complete scsi writes twice
David Gwynne
2016-04-14
WAITOK for the dmamap create for ccbs too
David Gwynne
2016-04-14
cut the memory for io buffers up into page sized chunks
David Gwynne
2016-04-14
check both the admin and io queue for completions in the interrupt handler
David Gwynne
[next]