Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 1997 15:08:27 +1000 (EST)
From:      dawes@physics.usyd.edu.au
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/4802: Changer on Sun DLT4700 not recognised
Message-ID:  <199710190508.PAA19476@landfill.physics.usyd.edu.au>
Resent-Message-ID: <199710190510.WAA22474@hub.freebsd.org>

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

>Number:         4802
>Category:       kern
>Synopsis:       Changer on Sun DLT4700 not recognised
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 22:10:00 PDT 1997
>Last-Modified:
>Originator:     David Dawes
>Organization:
University of Sydney, Australia
>Release:        FreeBSD 2.2-STABLE i386
>Environment:

Sun DLT4700 DLT auto-changer connected to a 2940 SCSI controller.

>Description:

Changer on Sun DLT4700 is not recognised.  The Vendor string for Sun's
oem'd Quantum DLT4700 is "SUN" rather than "Quantum", and there is no
entry for this in scsiconf.c.

>How-To-Repeat:

Connect a Sun DLT4700 DLT auto-changer, build a kernel with ch0 support,
and note that the changer is not detected at boot time.

>Fix:
	

*** sys/scsi/scsiconf.c.orig	Tue Oct  7 06:40:39 1997
--- sys/scsi/scsiconf.c	Sun Oct 19 15:01:15 1997
***************
*** 306,311 ****
--- 306,315 ----
  		"st", SC_MORE_LUS, 0
  	},
  	{
+ 		T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "SUN", "DLT*", "*",
+ 		"st", SC_MORE_LUS, 0
+ 	},
+ 	{
  		T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "HP", "C1553A", "*",
  		"st", SC_MORE_LUS, 0
  	},

>Audit-Trail:
>Unformatted:



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