This is taken from the newsgroup comp.unix.bsd.freebsd.misc. It is written
by Steve O´Hara-Smith and Joost
Baerveldt .
--------------------------
/* ESS Technology Inc -- vendor 0x125d */
case 0x1969125d:
pci_write_config (dev, 0x41, 0x10, 1); /* Enable IRQ 5 */
pci_write_config (dev, 0x51, 0x21, 1); /* TDMA */
/* pci_write_config (dev, 0x52, 0x01, 1); Enable ISA IRQ */
return ("ESS Technology Solo1 Audio controller");
---------------------------
Add to your kernel:
device pcm device sbc0 at isa? port 0x220 irq 5 drq 1flags 0x15type:
cd /dev
sh MAKEDEV snd0
And enjoy!