My compliments on the sbc bridge drivers. This is what newbus is
supposed to look like. Anyone wanting to know what a bridge driver is,
have a look at

        sys/dev/sound/isa/sbc.c

Beautiful in its simplicity:

        probe
        attach (create a few children: pcm, midi, etc.)
        helper functions (alloc/free resource).

Cheers,

Nick.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to