On 28 December 2011 12:21, Daniel O'Connor <[email protected]> wrote:
>
> On 28/12/2011, at 22:07, Chris Rees wrote:
>> Is there a simple way to check for existence of a driver?  I could
>> even check for /dev/sndstat, though that doesn't seem elegant to me...
>
> kldstat -v, but really /dev/sndstat seems simpler and just as effective.
>

Cheers-- I was thinking of a kernel-level function though.

cognet@ suggested using modfind("sound"), I'll go with that.

Thanks!

Chris
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to