Re: Which is the read interface to GPIO?
KIYOHARA Takashi <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.evbmips |
|---|---|
| Message-ID | <[email protected]> |
Hi! Garrett, From: "Garrett D'Amore" <[email protected]> Date: Tue, 21 Mar 2006 08:23:49 -0800 > At point I was squirreling them away, but the problem I see is that the > device in question may attach (and need these) before augpio. The > config system has no way to express device dependencies of this nature > (at least not from what I can tell), so its not clean. hmm... ;-< There is certainly a problem that you say. I think it is unquestionable because aupcm_event_thread() calls it for aupcmcia. Because thread works after gpio attached. However, it will not go well in other devices. -- kiyohara