From owner-freebsd-current Wed Aug 7 14:20:08 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA09710 for current-outgoing; Wed, 7 Aug 1996 14:20:08 -0700 (PDT) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA09692 for ; Wed, 7 Aug 1996 14:20:02 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id OAA27826; Wed, 7 Aug 1996 14:18:54 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) by whistle.com via smap (V1.3) id sma027824; Wed Aug 7 14:18:45 1996 Message-ID: <3209080D.446B9B3D@whistle.com> Date: Wed, 07 Aug 1996 14:18:05 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b4 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: "R.D. Thrush" CC: freebsd-current@freebsd.org Subject: Re: SCSI Multiple LUN support - 2.2-960801-SNAP References: <199608071953.PAA11197@tarpit.thrush.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk R.D. Thrush wrote: > > 2.2-960801-SNAP is unable to recognize multiple LUNs on a wide scsi > target connected to either a BusLogic 956C or an Adaptec 2940UW. Is > there some additional kernel configuration required to enable > detection of multiple LUNs? > > FWIW, on the same hardware, bsd/os 2.1 locates all 5 LUNs on the one > target when connected to either of the above 2 adapters. we found so many devices that erroneously responded to all LUNS that we disabled it by default. see /sys/scsi/scsiconf.c look for SC_ALL_LUNS (or something like that) you may need to put a recognition entry in for your device.