Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 1997 12:06:59 +0200 (CEST)
From:      Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
To:        freebsd-stable@freebsd.org
Subject:   Please add this to scsiconf.c, thanks
Message-ID:  <199708231006.MAA29007@curry.mchp.siemens.de>

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

Hi,

I have a HP C1557A which is a dat drive being able to change 6 tapes.

On 2.2-STABLE it comes up with

(ahc0:6:0): "HP C1557A U610" type 1 removable SCSI 2
st0(ahc0:6:0): Sequential-Access density code 0x24, variable blocks, write-enabled
(ahc0:6:1): "HP C1557A U610" type 8 removable SCSI 2
ch0(ahc0:6:1): Medium-Changer 6 slots, 1 drive, 0 picker

after adding the following entry to scsiconf.c:

*** scsiconf.c.ORI      Thu Aug 14 17:28:34 1997
--- scsiconf.c  Thu Aug 14 17:29:42 1997
***************
*** 310,315 ****
--- 310,319 ----
                "st", SC_MORE_LUS, 0
        },
        {
+               T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "HP", "C1557A", "*",
+               "st", SC_MORE_LUS, 0
+       },
+       {
                T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "ARCHIVE", "Python 28849-*", "*",
                "st", SC_MORE_LUS, 0
        },


It works great! I simply copied the HP C1553A line above and changed it to
HP C1557A. Would you be so kind and add this line to scsiconf.c? I am
running 2.2-STABLE, but I think it's ok for current as well.

The other possibility would be to change the entry for the C1553A to C155*, but
I don't know which other HP devices start with C155...

Thanks very much in advance,

	-Andre



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