Subject: Re: Writing driver for Neomagic 256AV pci audio, gateway portable
To: Matt Thomas <matt@3am-software.com>
From: James Vodanovich <jim@arrakis.com.au>
List: tech-kern
Date: 01/15/2001 10:07:38
>>  I have a gateway Solo SL3300 portable.
>>
>>It has a pci NeoMagic 256AV built in.
>>
>>I have started with a skeleton of another pci audio card driver, and
>>have got that to be included in the kernel.

> -current has the neo which works on the 256AV audio.  It runs great on=

> my Sony Z505.

Is that as a pnpbios device or a pci device ?

I've seen the following entry in the 1.5 kernel config

sb*             at pnpbios? index ?     # NeoMagic 256AV in sb mode
wss*            at pnpbios? index ?     # NeoMagic 256AV in wss mode


But unfortunatly for me the gateway audio is attached to the internal=20
pci bus.
So what I need is something like.

neo*     at pci? dev ? function ?     # NeoMagic 256AV in sb mode     =20

neo* could be sb* or whatever.

There is no pci sb driver in 1.5, is there one in current?


James