From owner-freebsd-current Sun Nov 26 7:11:56 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail8.sc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id F276F37B690 for ; Sun, 26 Nov 2000 07:10:20 -0800 (PST) Received: from cae88-102-101.sc.rr.com ([24.88.102.101]) by mail8.sc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 26 Nov 2000 10:09:19 -0500 Date: Sun, 26 Sep 1999 16:36:59 -0400 From: "Donald J . Maddox" To: Peter Wemm Cc: current@FreeBSD.ORG Subject: Re: New PnP code does not work for me(?) Message-ID: <19990926163659.A707@dmaddox.conterra.com> Reply-To: dmaddox@conterra.com References: <19990926144715.A337@dmaddox.conterra.com> <19990926202742.D7F441CC1@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <19990926202742.D7F441CC1@overcee.netplex.com.au> Content-Length: 983 Lines: 33 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, will do. Thanks. This may be a silly question, but... The old PnP driver recognized a lot of devices, including my AWE64. Isn't there a list of IDs it was aware of that should be merged into newPnP ASAP? On Mon, Sep 27, 1999 at 04:27:42AM +0800, Peter Wemm wrote: > Please try the following patch: > > Index: src/sys/dev/pcm/isa/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/26 20:23:34 > @@ -1258,6 +1309,7 @@ > case 0x31008c0e: /* CTL0031 */ > case 0x41008c0e: /* CTL0041 */ > case 0x42008c0e: /* CTL0042 */ > + case 0x44008c0e: /* CTL0044 */ > case 0x45008c0e: /* CTL0045 */ > s = "SB16 PnP"; > break; > > Cheers, > -Peter > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message