> I guess I just don't understand STREAMS. Maybe I should consider not > using them.
What is your end goal/requirements? Perhaps you shouldn't use STREAMS because there's a better way to achieve your goal. Character drivers are generally easier to write. In any case, from your questions it doesn't appear you wrote kernel drivers before - it takes some time to acquire kernel programming skills (for any OS), certainly more than a couple of days. For Solaris, I'd strongly recommend WDD book for DDI information and MDB and DTrace tutorials for basic debugging/diagnostic techniques. -Artem _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
