From owner-freebsd-bugs Wed Dec 8 10:23:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63AEE14C16 for ; Wed, 8 Dec 1999 10:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA60370; Wed, 8 Dec 1999 10:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 8 Dec 1999 10:20:03 -0800 (PST) Message-Id: <199912081820.KAA60370@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Dan Langille" Subject: Re: kern/11707: ncr isn't recognized in 3.1-19990512-STABLE Reply-To: "Dan Langille" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11707; it has been noted by GNATS. From: "Dan Langille" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/11707: ncr isn't recognized in 3.1-19990512-STABLE Date: Thu, 9 Dec 1999 06:20:19 +1300 This patch, submitted to me by Stefan.Esser@o-tel-o.de fixes the problem for me. But I don't know what the implications are for the rest of the system. Index: pcibus.c ==================================================== RCS file: /usr/cvs/src/sys/i386/isa/pcibus.c,v retrieving revision 1.41 diff -C2 -r1.41 pcibus.c *** pcibus.c 1997/12/20 09:04:25 1.41 --- pcibus.c 1999/06/07 11:58:58 *************** *** 260,265 **** } ! cfgmech = 0; ! devmax = 0; return (cfgmech); } --- 260,265 ---- } ! cfgmech = 2; ! devmax = 16; return (cfgmech); } -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message