On Wed, Jul 13, 2011 at 02:51:02 -0400, Mouse wrote: > kbd0 at com0 > [...] > > But it doesn't work. I added a printf to sunkbd_match, and it's > never even getting called. Is there some kind person here who has > any idea why not and can point me in a useful direction? I daresay > it's something that will be blindingly obvious once I see it....
MI com driver has no idea it can have children. Cf. sys/arch/sparc64/dev/com_ebus.c that calls MI com_attach_subr() and then attaches keyboard/mouse children if PROM says they are there. -uwe