Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 1997 10:58:48 -0500 (CDT)
From:      Bruce Albrecht <bruce@zuhause.mn.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/3481: Archive 4586NP changer is not recognized
Message-ID:  <199705031558.KAA00428@zuhause.mn.org>
Resent-Message-ID: <199705031610.JAA03271@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3481
>Category:       kern
>Synopsis:       Archive 4586NP changer is not recognized
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May  3 09:10:00 PDT 1997
>Last-Modified:
>Originator:     Bruce Albrecht
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

Archive 4586NP changer is not recognized because scsiconf only looks
at logical unit 0.

>How-To-Repeat:

Boot with Archive 4586NP connected.

>Fix:
	
diff -c scsiconf.c /usr/src/sys/scsi/
*** scsiconf.c  Sat May  3 10:54:17 1997
--- /usr/src/sys/scsi/scsiconf.c        Sat May  3 10:12:32 1997
***************
*** 315,320 ****
--- 315,324 ----
                T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "ARCHIVE", "Python 28849-*", "*",
                "st", SC_MORE_LUS, 0
        },
+       {
+               T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "ARCHIVE", "4586XX 28887-*", "*",
+               "st", SC_MORE_LUS, 0
+       },
  #endif        /* NST */
  #if NCH > 0
        /*
***************
*** 325,330 ****
--- 329,338 ----
         */
        {
                T_CHANGER, T_CHANGER, T_REMOV, "ARCHIVE", "Python 28849-*", "*",
+               "ch", SC_MORE_LUS
+       },
+       {
+               T_CHANGER, T_CHANGER, T_REMOV, "ARCHIVE", "4586XX 28887-*", "*",
                "ch", SC_MORE_LUS
        },
  #endif /* NCH */

>Audit-Trail:
>Unformatted:



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