From owner-freebsd-bugs Thu Jul 4 18:20:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA28318 for bugs-outgoing; Thu, 4 Jul 1996 18:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA28288; Thu, 4 Jul 1996 18:20:02 -0700 (PDT) Resent-Date: Thu, 4 Jul 1996 18:20:02 -0700 (PDT) Resent-Message-Id: <199607050120.SAA28288@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, risner@stdio.com Received: from generations.stdio.com (generations.stdio.com [204.152.114.70]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA28153 for ; Thu, 4 Jul 1996 18:18:30 -0700 (PDT) Received: (from root@localhost) by generations.stdio.com (8.7.5/8.7.3) id JAA01057; Fri, 5 Jul 1996 09:17:52 GMT Message-Id: <199607050917.JAA01057@generations.stdio.com> Date: Fri, 5 Jul 1996 09:17:52 GMT From: root@generations.stdio.com Reply-To: risner@stdio.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/1369: scsiconf.c changes for EMULEX MD23 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1369 >Category: misc >Synopsis: Need SC_MORE_LUS for Emulex MD23 also >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 4 18:20:01 PDT 1996 >Last-Modified: >Originator: Charlie & >Organization: Open World >Release: FreeBSD 2.1-STABLE 96-06-27 SNAP i386 >Environment: Emulex MD23 with more than one disk attached. >Description: Add three disks to an MD23 ESDI->SCSI converter. >How-To-Repeat: Add three disks to an MD23 ESDI->SCSI converter. >Fix: Add a line: { T_DIRECT, T_FIXED, "EMULEX", "MD23*" , "*", "sd", SC_MORE_LUS }, to the knowndev entries for sd driver to search for more LUN's below the one for the Emulex MD21 (which is just like MD23 only max two devices where the MD23 is max 4 devices.) By the way why is there a Maxtor entry? Should it not be covered by the sd driver? { T_DIRECT, T_FIXED, "MAXTOR", "XT-4170S", "B5A", "mx1", SC_ONE_LU }, { T_DIRECT, T_FIXED, "EMULEX", "MD21*" , "*", "sd", SC_MORE_LUS }, { T_DIRECT, T_FIXED, "EMULEX", "MD23*" , "*", "sd", SC_MORE_LUS }, { T_DIRECT, T_FIXED, "*", "*", "*", "sd", SC_ONE_LU }, >Audit-Trail: >Unformatted: