Subject: Re: wscons on a HD44780
To: None <tech-embed@netbsd.org>
From: Toru Nishimura <locore64@alkyltechnology.com>
List: tech-embed
Date: 02/10/2005 15:04:50
Jesse Off said;

> I've been toying with the idea of attempting a full abstraction of GPIO
> (aka bit-bang) buses for devices such as LCD's and keypads.  Drivers would
> register their pins and their capabilities (in, out, in/out,
> open-collector, pull-up/down resistors, current capabilities, TTL/CMOS
> levels, etc...)

That's a good idea.  The area has been left unstructured by NetBSD software.
And beware, please.  The key is to design software interface, aka API.  The
fundamental issues in Linux camp are they are too HW-centric, driven by
specific engineerings.  The consequence is rather littered outcome like as
MTD or what-so-ever their misguided disciplines.  As technology evolves,
such the solution gets messer, by short-sighted bubbling sub-projects.

Toru Nishimura/ALKYL Technology