[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Drivers for sound cards
Hello all,
According to the supported hardware list page on www.openbsd.org , the
SoundBlaster PCI128 card is supported, but not in the generic distributed
kernel. I have a SB PCI512, which is similar enough to be run by the PCI128
driver (IIRC), so I would like to try and compile in said driver. However,
/usr/src/sys/i386/conf/GENERIC only mentions an ISAPNP version of a SB card.
Is the a specific "option ..." line to add to build in the SB PCI128 driver,
or will one of the other listed PCI drivers work? Grepping through
/usr/src/sys has produced nothing mentioning the SB PCI128.
Any pointers on where to look for this? Also, any pointers to tutorials on
building OpenBSD would be appreciated. It appears that www.openbsd.org is
rather deficient in this area of documentation (it was only by accident that
I stumbled across config, and that was by reading FreeBSD docs and
translating the relevant paths...).