Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 1996 20:32:17 +0100 (MET)
From:      Wilko Bulte <wilko@yedi.iaf.nl>
To:        joerg_wunsch@uriah.heep.sax.de
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: getting LUN 1 of MD21 ESDI->SCSI bridge to work
Message-ID:  <199602011932.UAA02117@yedi.iaf.nl>
In-Reply-To: <199602010813.JAA25931@uriah.heep.sax.de> from "J Wunsch" at Feb 1, 96 09:13:44 am

next in thread | previous in thread | raw e-mail | index | archive | help
> As Peter Dufault wrote:
> > 
> > This may be fine for you, however you may want to make a specific
>                                                     ^^^^^^^^^^^^^^^
> > entry for your ESDI drives - the way the Maxtor has a match - then
>   ^^^^^^^^^^^^^^^^^^^^^^^^^^
> > only that particular drive will be scanned for all luns.

Your guess was right, I first did a quick hack.

> ...and submit it for inclusion into the official tree.  Please. :)
> -- 
> cheers, J"org

But the entry needed is (based on 2.1R source):

***************
*** 225,234 ****
                "mx1", SC_ONE_LU
        },
        {
-               T_DIRECT, T_FIXED, "EMULEX", "MD21/S2", "*",
-               "sd", SC_MORE_LUS
-       },
-       {
                T_DIRECT, T_FIXED, "*", "*", "*",
                "sd", SC_ONE_LU
        },
--- 225,230 ----
***************
*** 307,316 ****
                    ,"any", "sd", SC_ONE_LU
        },
        {
-               T_DIRECT, T_FIXED, "EMULEX", "MD21/S2        "
-                   ,"any", "sd", SC_MORE_LUS
-       },
-       {
                T_DIRECT, T_FIXED, "MAXTOR  ", "XT-4170S        "
                    ,"B5A ", "mx1", SC_ONE_LU
        },

I don't have the Force (i.e. commit privs) so please add it to -current.

Wilko
_     __________________________________________________________________________
 |   / o / /  _   Wilko Bulte             email: wilko@yedi.iaf.nl
 |/|/ / / /( (_)  Private FreeBSD site  - Arnhem - The Netherlands
--------------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602011932.UAA02117>