Re: fixing coda in -current

2018-11-21 Thread Brett Lymn
On Wed, Nov 21, 2018 at 09:01:40AM +0100, Martin Husemann wrote: > > No, you can easily check for the presence of the userland binaries in ATF > and skip the test if they are missing. > OK, no problems > I can setup a server for my test environment and install the userland tools > on the test

New i2clcd PCF8754 i2c lcd interface module driver

2018-11-21 Thread Nathanial Sloss
Hi, I have written a driver for an inexpensive and readily available i2c interface module attached to an Hitachi compatible lcd display. Similar attachments are found for cobalt/lcd and arm/tslcd. The display is configurable at runtime via sysctl variables. It defaults to 16x2 characters.

Re: New i2clcd PCF8754 i2c lcd interface module driver

2018-11-21 Thread Jason Thorpe
Cool. I think i2clcd is too generic of a name, though, in the event there are other i2c-connected displays that aren't software-compatible with this one. (I have a couple that I'm going to get around to playing with, and not 100% certain they're compatible with this one.) > On Nov 21, 2018,

Re: fixing coda in -current

2018-11-21 Thread Martin Husemann
On Wed, Nov 21, 2018 at 08:04:20AM +1030, Brett Lymn wrote: > You need the userland installed from pkgsrc and a coda server configured > before it will work so setting up atf is challenging. No, you can easily check for the presence of the userland binaries in ATF and skip the test if they are