> Let me think about it. If I do a GSD, then I still want a common UART > (16550) module. But maybe there is something to the idea of some more > common code.
Carlson might have some pointers for you (or vice-versa perhaps ;) He may even have code to help get the common async stuff started? > Once concern I have is that I know _nothing_ about the synchronous > serial support in Solaris, or synchronous serial communication in > general. (I think that) that's the beauty of it. You only have to worry about the common code for async and your 16550 module. If someone later adds SAB82532 or Zilog 8530 or some newer sync capable chip modules then let them add the sync support to GSD. Someone more familar with a GxD style framework could probably outline the good & bad of this and let me know if I'm out in left field about adding sync support later when some sync capable chips need it and get ported. Just a thought, Later, Kevin. _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
