Date: Tue, 07 Nov 1995 06:58:23 -0800 From: "Justin T. Gibbs" <gibbs@freefall.FreeBSD.org> To: Brian Litzinger <brian@MediaCity.com> Cc: bde@zeta.org.au (Bruce Evans), asami@cs.berkeley.edu, gibbs@freebsd.org, current@freebsd.org Subject: Re: ahcintr type mismatch Message-ID: <199511071458.GAA01352@aslan.cdrom.com> In-Reply-To: Your message of "Tue, 07 Nov 1995 03:48:27 PST." <199511071148.DAA20604@MediaCity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> >> ahc0 is now configured as eisa/pci device so you have to replace the bogus >> "controller ahc1 at isa?..." line from your config file and possibly add >> an eisa line (see GENERIC and LINT). >> Bruce > >Speaking of this device. I have an NCA 54AS with onboard 7850 which >doesn't work. I installed a 2940 and for about two months it has >been working fine. > >With a recent -current, the onboard 7850 is now noticed by the probe, >assigned to ahc1, and then the system crashes. Hmm. My 7850 doesn't crash the system unless I actually use it. :) I'm still working on the 7850 problem. >'disable ahc1' results in a message about ahc1 not probed because it is >disabled, but later during the PCI bus probing it shows up, is >detected, and then crashes. PCI devices cannot be disabled yet. You're actuallly disabling the isa device ahc1. The PCI code then steals the ahc1 unit number and probes the device anyway. There are plans to fix this problem, but it will be a while. >-- >Brian Litzinger | > | >brian@mediacity.com | This space intentionally left blank > | >http://www.mpress.com | > | -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations ===========================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511071458.GAA01352>