Subject: Re: not configured, but works?
To: None <wormey@eskimo.com>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-i386
Date: 08/27/1998 10:54:44
> On Aug 26,  9:46am, Lennart Augustsson wrote:
> >On Tue, 25 Aug 1998, Space Case wrote:
> >...
> >> isapnp0: <CMI8330. Audio Adapter, @@@0001, , > port 0x530/8,0x388/8=
 irq 11 drq 0 not configured
> >> isapnp0: <CMI8330. Audio Adapter, @H@0001, , > port 0x320/2 irq 5 n=
ot configured
> >> isapnp0: <CMI8330. Audio Adapter, @P@0001, , > port 0x200/8 not con=
figured
> >> isapnp0: <CMI8330. Audio Adapter, @X@0001, , > port 0x220/16 irq 5 =
drq 1,5 not configured
> >
> >To get some low quality sound you can probably just add your =

> >card as a SoundBlaster card.  I.e., add this line to
> >src/sys/dev/isapnp/isapnpdevs and remake everything.
> >
> >devlogic	sb	@X@0001         CMI8330 Audio Adapter
>
> Thanks.
>
> My second ethernet is at irq 11 (I couldn't get it to work at irq12):
>
> ne1 at isa0 port 0x300-0x31f irq 11
>
> (For reference, it's an Accton EN1650, NE2000 compatible.)
>
> It wasn't a problem so far because the sound's not configured.
> Will this make it a problem?

Probably not.  I think the sb part (if you use either isapnpdevs or
the "direct configure" option as mentioned earlier), will only map
the "subdevice" found in the 4th line above, i.e. the one with
@X@0001.  Thus, it will try to map irq 5, so there's no conflict
with irq 11.

> Would setting `options PCIC_ISA_INTR_ALLOC_MASK=3D0xf3ff` make
> the isapnp stuff (including this audio) not use irq's 10 and
> 11, which is what my ethernets use?

No.  PCIC_ISA_INTR_ALLOC_MASK is for PCMCIA devices, and is not
used for configuring isapnp devices.


- H=E5vard