Subject: Bluetooth module on com(4)
To: None <tech-kern@NetBSD.org>
From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
List: tech-kern
Date: 12/04/2006 00:04:06
Hi! all,
Our gumstix (evbarm) has Bluetooth module on com(4). I want this driver.
However com(4) don't attach on itself.
How should we attach it the driver of such a bluetooth module? For
instance, should I make it to the pseudo device driver?
(e.g.)
pseudo-device btm 1
bthub* at btm?
And, the daemon (btuartd?) that reads and writes com(4) and btm is
necessary.
Is it best idea?
Thanks,
--
kiyohara