<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/dev/terasic, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2019-12-23T21:46:48Z</updated>
<entry>
<title>terasic_mtl: kill off final dummy keyboard driver</title>
<updated>2019-12-23T21:46:48Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2019-12-23T21:46:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2c96f04ddd9c80d88774fdf5875ccf16ca637e29'/>
<id>urn:sha1:2c96f04ddd9c80d88774fdf5875ccf16ca637e29</id>
<content type='text'>
The rest were removed in r355936, which speculated that the cause of this
phenomenon was due to an inability to have an empty linker set. The comment
included with this one shows that this was, in fact, not the reason.

Regardless, syscons no longer seems to have an issue with not having any
keyboard drivers and in-fact ignores the keyboard probe anyways.

X-MFC-With: r355936
</content>
</entry>
<entry>
<title>Fix off-by-one (page) errors in checks in d_mmap methods of several drivers.</title>
<updated>2018-12-02T18:30:58Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-12-02T18:30:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b8c20c02ccf06071e79b4070b381a2cd2795b06b'/>
<id>urn:sha1:b8c20c02ccf06071e79b4070b381a2cd2795b06b</id>
<content type='text'>
Reported by:	C Turt &lt;ecturt@gmail.com&gt;
Reviewed by:	alc, markj
admbug:		781
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>sys/dev: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T14:52:40Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T14:52:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=718cf2ccb9956613756ab15d7a0e28f2c8e91cab'/>
<id>urn:sha1:718cf2ccb9956613756ab15d7a0e28f2c8e91cab</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
</entry>
<entry>
<title>Merge from CheriBSD:</title>
<updated>2014-11-21T21:34:19Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2014-11-21T21:34:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a9332fb3037bc9c0971f5a359afb730b6525344a'/>
<id>urn:sha1:a9332fb3037bc9c0971f5a359afb730b6525344a</id>
<content type='text'>
commit 6d3c4c09226ad6bdd662e3e52489ef294a6ce298
    Add terasic_mtl vt(4) framebuffer driver

    terasic_mtl can be built with syscons(4) and vt(4) attachments, selected
    at compile time.

commit 33240259b47a7c990a5a88a19f133a5600432a4c
    Clear terasic_mtl text buffer on attach

commit d188c2d2412953f949624aa35cd07082830943c9
    Update terasic vt(4) driver for FreeBSD r269783

commit d1cc54eee852fa4fc9d359d5bb2171d24ec73369
    Safety belt to ensure vt(4) fb parameters are correct

commit 76e6d468ef45711d7952786095fc4791289ebb4b
    Improve terasic_mtl_vt fdt parsing

    - Use OF_getencprop to avoid need for explicit endian handling
      (submitted by ray@freebsd.org)
    - Check for expected length and correct pointer type

commit 3e2524b8995ab66e8a9295e4c87cbc7126eeddf4
    Correct device_printf usage

commit 9e53e3c8e0766414e25662c95b09cc51c92443b0
    Switch framebuffer to match host endianness

    Xorg and xf86-video-scfb work much better with a native-endian
    framebuffer.

commit 0f49259d596321ed85288ac0e1fb4ee1c966df48
    Switch DE4 to vt(4) and enable kbdmux

commit 5bc96ebc89db7d134ad478335090c8477c1677c7
    Add missing \n in device_printf calls

Submitted by:	emaste
Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Correct typo in comment</title>
<updated>2014-07-29T14:41:28Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2014-07-29T14:41:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=aed5fb0a328eb746c4cb266942eb9fd44dca0715'/>
<id>urn:sha1:aed5fb0a328eb746c4cb266942eb9fd44dca0715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Follow r261352 by updating all drivers which are children of simplebus</title>
<updated>2014-02-02T19:17:28Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2014-02-02T19:17:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=add35ed5b81bd56b4e0f1f9db0636b785cc0c8d1'/>
<id>urn:sha1:add35ed5b81bd56b4e0f1f9db0636b785cc0c8d1</id>
<content type='text'>
to check the status property in their probe routines.

Simplebus used to only instantiate its children whose status="okay"
but that was improper behavior, fixed in r261352.  Now that it doesn't
check anymore and probes all its children; the children all have to
do the check because really only the children know how to properly
interpret their status property strings.

Right now all existing drivers only understand "okay" versus something-
that's-not-okay, so they all use the new ofw_bus_status_okay() helper.
</content>
</entry>
<entry>
<title>Hints-only devices should have BUS_PROBE_NOWILDCARD set. We probably need</title>
<updated>2013-10-29T13:43:09Z</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2013-10-29T13:43:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b665cfc0f59549969b3928098cc97b02454ead76'/>
<id>urn:sha1:b665cfc0f59549969b3928098cc97b02454ead76</id>
<content type='text'>
a better flag for this (in the driver metadata, for example).
</content>
</entry>
<entry>
<title>Merge Perforce changeset 219952 to head:</title>
<updated>2013-01-13T16:57:11Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2013-01-13T16:57:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6a347d023b6f100dd86284723c03496d06c4736c'/>
<id>urn:sha1:6a347d023b6f100dd86284723c03496d06c4736c</id>
<content type='text'>
  Make different bus attachments for Altera and Terasice
  device drivers share the same devclass_t.

Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Partially merge Perforce changeset 219944 to head:</title>
<updated>2013-01-13T16:53:31Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2013-01-13T16:53:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e360ca5adec6d11791685d5cb6b5297e658200fe'/>
<id>urn:sha1:e360ca5adec6d11791685d5cb6b5297e658200fe</id>
<content type='text'>
  Consistently use the vendor name "sri-cambridge" for device
  compatibility strings on the BERI platform.

Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Partially merge Perforce changeset 219938 to head:</title>
<updated>2013-01-13T16:27:56Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2013-01-13T16:27:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1aef4ac1bc2139c077ed5c2285ad6a4625f8333a'/>
<id>urn:sha1:1aef4ac1bc2139c077ed5c2285ad6a4625f8333a</id>
<content type='text'>
  Write FDT attachment for the Terasic MTL (multitouch LCD) driver.
  Exploit the fact that FDT allows multiple memory ranges to be
  assigned to a device, giving us a cleaner description than
  device.hints does.

Portions of this changeset that remove mtl from BERI device.hints and
add to DTS will be merged separately.

Sponsored by:	DARPA, AFRL
</content>
</entry>
</feed>
