I am running FreeBSD-RELEASE 9.0 (amd64).
I noticed that FreeBSD detected my sound card automatically (AKA: Ensoniq AudioPCI ES1371-A) and I did not have to load the snd_driver(4) kernel module (AKA: kldload snd_driver).
The cat /dev/sndstat command returned the following without me having to do anything:
Anyway, where is this sound driver getting loaded from?
Is it getting it from the kernel? If it is getting loaded from the kernel, where do I find documentation on what sound drivers are built into the GENERIC kernel?
I noticed that FreeBSD detected my sound card automatically (AKA: Ensoniq AudioPCI ES1371-A) and I did not have to load the snd_driver(4) kernel module (AKA: kldload snd_driver).
The cat /dev/sndstat command returned the following without me having to do anything:
Code:
FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0: <AudioPCI ES1371-A> (play/rec) default
Anyway, where is this sound driver getting loaded from?
Is it getting it from the kernel? If it is getting loaded from the kernel, where do I find documentation on what sound drivers are built into the GENERIC kernel?