James Carlson wrote: > At one point, I started working on a "GSD" (generic serial driver, > akin to GLD) to implement all of the common POSIX bits with simple > callbacks for the chip-specific bits.
And that was before I put my GSD in Solaris 9? :) http://blogs.sun.com/artem/date/20051118 The GSD used for USB serial drivers (/kernel/misc/usbser) has all the POSIX bits, calling into device-specific code (DSD). There's minimum USB code in usbser - hotplug events and logging macros. This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
