Subject: CS4281 audio chip testers needed
To: None <port-i386@netbsd.org>
From: Tatoku Ogaito <tacha@trun.org>
List: port-i386
Date: 01/15/2001 12:38:28
Hello.

I have written the driver for Cirrus Logic CS4281 chip.
Since I don't have the hardware, I need some testers.

The OpenBSD people reported me that it does work 
if and only if pcibios disabled.

You can find the sources at
    ftp://trap.fukui-med.ac.jp/pub/tera_utils/NetBSD/sys/dev/pci.

You will need cs4281.c, cs4281reg.h, cs428xreg.h, cs428x.h and
files.pci.patch.

what you need to do is

 1: put all files to /sys/dev/pci and
 2: patch -p0 < files.pci.patch.

and add the following lines to your kernel configuration file.

    clct? at pci? dev ? function ?
    audio* at clct?

Also, since I use NetBSD 1.5 RELEASE, you may need to fix
pci_intr_map() in cs4281_attach().

Tacha