From owner-freebsd-stable Sat Aug 23 03:07:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA02009 for stable-outgoing; Sat, 23 Aug 1997 03:07:13 -0700 (PDT) Received: from david.siemens.de (david.siemens.de [139.23.36.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA02003 for ; Sat, 23 Aug 1997 03:07:07 -0700 (PDT) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.8.6/8.8.5) with ESMTP id MAA17767 for ; Sat, 23 Aug 1997 12:07:05 +0200 (MDT) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.6/8.8.5) with ESMTP id MAA01088 for ; Sat, 23 Aug 1997 12:07:05 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.7/8.8.7) id MAA04979 for ; Sat, 23 Aug 1997 12:07:03 +0200 (MET DST) From: Andre Albsmeier Message-Id: <199708231006.MAA29007@curry.mchp.siemens.de> Subject: Please add this to scsiconf.c, thanks To: freebsd-stable@freebsd.org Date: Sat, 23 Aug 1997 12:06:59 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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