Subject: Re: Where to start on adding an unknown SCSI device.
To: Chris Tribo <ctribo@del.net>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: current-users
Date: 02/26/2001 22:13:03
On Mon, Feb 26, 2001 at 02:04:43PM -0500, Chris Tribo wrote:
>     Not so long ago, I picked up a Sony MDH-10, which is a combination
> portable MiniDisc audio and MD-Data SCSI-2 drive. It's reported like this by
> NetBSD/macppc:
> 
> mesh0 at obio ...
> <snip>
> scsibus0 target 6 lun 0: <SONY, MDH-10, 1.12> SCSI2 16/unknown removable not
> configured.

Should it appear as a standart disk ? If so try to add it to
sys/dev/scsipi/sd_scsi.c or cd_scsi.c (don't know which one is more
appropriate), in struct scsipi_inquiry_pattern
Something like:
{ 16, T_REMOV, "SONY", "MDH-10", ""}

--
Manuel Bouyer <bouyer@antioche.eu.org>
--