Subject: Re: problems with cdrom
To: Thorsten Frueauf <s_frueau@ira.uka.de>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 08/31/1995 00:01:49
On Wed Aug 30 16:42:08 1995, Thorsten Frueauf wrote:
 
> ahsc0 targ 2 lun 0: <NEC, CD-ROM DRIVE:84, 1.0a> SCSI1 5/cdrom removable
> cd0 at scsibus0: cd present, 332578 x 2048 byte records
> ahsc0 targ 2 lun 1: <NEC, CD-ROM DRIVE:84, 1.0a> SCSI1 5/cdrom removable
> cd1 at scsibus0: cd present, 332578 x 2048 byte records
[..]

Ah, another buggy CDROM :)

Add this cdrom to src/sys/scsi/scsiconf.c

*** scsiconf.c-orig	Tue Aug 22 09:21:56 1995
--- scsiconf.c	Thu Aug 31 00:00:03 1995
***************
*** 274,279 ****
--- 274,281 ----
  	{T_CDROM, T_REMOV,
  	 "NEC     ", "CD-ROM DRIVE:841", "",     SDEV_NOLUNS},
  	{T_CDROM, T_REMOV,
+ 	 "NEC     ", "CD-ROM DRIVE:84 ", "",     SDEV_NOLUNS},
+ 	{T_CDROM, T_REMOV,
  	 "SONY    ", "CD-ROM CDU-541  ", "",     SDEV_NOLUNS},
  	{T_CDROM, T_REMOV,
  	 "SONY    ", "CD-ROM CDU-55S  ", "",     SDEV_NOLUNS},

Bernd