From owner-freebsd-questions Thu Nov 14 00:30:04 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA23549 for questions-outgoing; Thu, 14 Nov 1996 00:30:04 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA23510 for ; Thu, 14 Nov 1996 00:29:53 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id KAA02016; Thu, 14 Nov 1996 10:28:28 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma002014; Thu Nov 14 10:28:11 1996 Message-ID: <328AD7CD.6836@barcode.co.il> Date: Thu, 14 Nov 1996 10:26:53 +0200 From: Nadav Eiron X-Mailer: Mozilla 2.02 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Dhiraj Soni CC: questions@freebsd.org Subject: Re: Installation of Freebsd References: <328A4714.41C6@geocities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dhiraj Soni wrote: > > Hi, I have recently tried to install freebsd2.1.5 version and it was not > recognizing my harddrive-scsi with adaptec ahc0/2940 driver. > > What could be the reason Some of the probes collide with the ahc probe. Boot with -c and then disable al teh devices you don't have (I think aha is the one to blame, but to be on the safe side, disable all the drivers you don't need). > -- > Thanks, > Dhiraj soni > > dhiraj@geocities.com Nadav