From root@generations.stdio.com  Thu Jul  4 18:18:32 1996
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 <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: scsiconf.c changes for EMULEX MD23
X-Send-Pr-Version: 3.2

>Number:         1369
>Category:       misc
>Synopsis:       Need SC_MORE_LUS for Emulex MD23 also
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul  4 18:20:01 PDT 1996
>Closed-Date:    Mon Apr 13 02:26:07 PDT 1998
>Last-Modified:  Mon Apr 13 02:29:19 PDT 1998
>Originator:     Charlie &
>Release:        FreeBSD 2.1-STABLE 96-06-27 SNAP i386
>Organization:
Open World
>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
	},
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: scrappy 
State-Changed-When: Tue Oct 22 21:27:24 PDT 1996 
State-Changed-Why:  

Confirm Status 
State-Changed-From-To: feedback->closed 
State-Changed-By: phk 
State-Changed-When: Mon Apr 13 02:26:07 PDT 1998 
State-Changed-Why:  
tiemed out 
>Unformatted:
