Subject: Re: sb0 and 1.3.2
To: None <port-i386@netbsd.org>
From: Christoph Badura <bad@ora.de>
List: port-i386
Date: 03/09/1999 00:37:27
dbsaint@bellsouth.net writes:

>I tried the patch .
>but ofcourse .. it failes.

Were you in the directory where  the sb_isapnp.c file is?

>So anyhow I was trying to do it by hand .. but Im not sure I understand what
>you mean by "lines stating with a "-" need to be removed from the file  and
>lines with a "+" added.  

>Are you talking about sb_isapnp.c ?

Yes, he was.

>beacuase it appears that those lines are allready in there.. like so:

>            strcmp(ipa->ipa_devlogic, "CTL0031") && /* SB AWE32 */
>            strcmp(ipa->ipa_devlogic, "CTL0041") && /* SB16 PnP (CT4131) */
>            strcmp(ipa->ipa_devlogic, "CTL0042") && /* SB AWE64 Value */

I don't see the following line in there.

>> +         strcmp(ipa->ipa_devlogic, "CTL0043") && /* SB16 PnP (CT4170) */

-- 
Christoph Badura

	Anything that can be done in O(N) can be done in O(N^2).
						-- Ralf Schuettau