created | 2019-09-18T16:42:12Z |
---|---|
begin | 2019-08-14T00:00:00Z |
end | 2019-08-15T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2019-08-14T00:08:46Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
message |
enable amdgpu on amd64 requested by a few people there are still issues: - running piglit will quickly trigger a gpu hang - hardware cursor (the default) isn't always correct, can be worked around by specifying SWcursor - suspend/resume doesn't work ok patrick@ kettenis@ |
date | 2019-08-14T05:32:56Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/drm/drmP.h | log | diff | annotate |
src/sys/dev/pci/drm/include/linux/kconfig.h | log | diff | annotate | |
message |
move CONFIG_DRM_FBDEV_EMULATION and CONFIG_BACKLIGHT_CLASS_DEVICE defines to kconfig.h with most of the others |
date | 2019-08-14T12:56:20Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/scsiconf.c | log | diff | annotate |
message | Tweak some comments. |
date | 2019-08-14T20:53:55Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/scsiconf.c | log | diff | annotate |
message | Whitespace nit. Add {} around body of SLIST_FOREACH(). |
date | 2019-08-14T21:02:02Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/scsiconf.c | log | diff | annotate |
src/sys/scsi/scsiconf.h | log | diff | annotate | |
message |
scsi_[add|remove]_link() are local functions so move their declarations. |