Date: Fri, 5 Jul 1996 09:17:52 GMT From: root@generations.stdio.com To: FreeBSD-gnats-submit@freebsd.org Subject: misc/1369: scsiconf.c changes for EMULEX MD23 Message-ID: <199607050917.JAA01057@generations.stdio.com> Resent-Message-ID: <199607050120.SAA28288@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607050917.JAA01057>