Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 1999 10:20:03 -0800 (PST)
From:      "Dan Langille" <dan@freebsddiary.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/11707: ncr isn't recognized in 3.1-19990512-STABLE
Message-ID:  <199912081820.KAA60370@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/11707; it has been noted by GNATS.

From: "Dan Langille" <dan@freebsddiary.org>
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




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