Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 1999 18:12:30 -0400
From:      "Donald J . Maddox" <dmaddox@conterra.com>
To:        Doug Rabson <dfr@nlsystems.com>
Cc:        "Donald J . Maddox" <dmaddox@conterra.com>, current@freebsd.org
Subject:   Re: New PnP code does not work for me(?)
Message-ID:  <19990927181230.C1817@dmaddox.conterra.com>
In-Reply-To: <Pine.BSF.4.10.9909271035070.322-100000@salmon.nlsystems.com>
References:  <19990926144715.A337@dmaddox.conterra.com> <Pine.BSF.4.10.9909271035070.322-100000@salmon.nlsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, Doug.  Peter already provided an equivalent patch, and I am
happy to report that it works like a charm (of course :-)).

On Mon, Sep 27, 1999 at 10:35:46AM +0100, Doug Rabson wrote:
> On Sun, 26 Sep 1999, Donald J . Maddox wrote:
> 
> > I couldn't get my PnP Creative AWE64G to work with the new PnP
> > code, so I tried compiling a kernel with pcm instead.  All I get is:
> > 
> > unknown0: <Audio> at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0
> > unknown1: <Game> at port 0x200-0x207 on isa0
> > unknown2: <WaveTable> at port 0x620-0x623 on isa0
> > 
> > It is my understanding that, with the new PnP code, I should not have to
> > specify the ports, IRQs, DMA, etc., right?  Here is the config I used:
> 
> It looks like an ID is missing for this card. Try this patch:
> 
> Index: sb.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/dev/pcm/isa/sb.c,v
> retrieving revision 1.23
> diff -u -r1.23 sb.c
> --- sb.c	1999/09/07 08:42:44	1.23
> +++ sb.c	1999/09/27 09:34:04
> @@ -1258,6 +1258,7 @@
>      	case 0x31008c0e: /* CTL0031 */
>      	case 0x41008c0e: /* CTL0041 */
>      	case 0x42008c0e: /* CTL0042 */
> +    	case 0x44008c0e: /* CTL0044 */
>      	case 0x45008c0e: /* CTL0045 */
>  		s = "SB16 PnP";
>  		break;
> 
> --
> Doug Rabson				Mail:  dfr@nlsystems.com
> Nonlinear Systems Ltd.			Phone: +44 181 442 9037
> 
> 
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990927181230.C1817>