Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2000 13:10:04 -0700 (PDT)
From:      "Kenneth D. Merry" <ken@kdm.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/20347: YAMAHA CDR100 does not like multiple LUN probing
Message-ID:  <200008012010.NAA54954@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/20347; it has been noted by GNATS.

From: "Kenneth D. Merry" <ken@kdm.org>
To: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: kern/20347: YAMAHA CDR100 does not like multiple LUN probing
Date: Tue, 1 Aug 2000 14:03:09 -0600

 On Tue, Aug 01, 2000 at 21:07:32 +0200, Andre Albsmeier wrote:
 > >Environment:
 > 
 > probably all FreeBSD versions
 > 
 > >Description:
 > 
 > The YAMAHA CDR100 doesn't like multiple LUN probing. If you, for example,
 > wire down your devices like this
 > 
 > device          pass15  at scbus1 target 5
 > device          cd1     at scbus1 target 5
 > device          pass16  at scbus1 target 6
 > device          cd0     at scbus1 target 6
 > 
 > where target 5 is a "YAMAHA CDR100" and target 6 is another cdrom,
 > the following message appears in dmesg
 > 
 > (cd0:ahc1:0:5:0): Duplicate Wired Device entry!
 > (cd0:ahc1:0:5:0): Second device will not be wired
 > (cd0:ahc1:0:5:0): lost device
 > (cd0:ahc1:0:5:0): removing device entry
 > 
 > and the other cdrom (target 6) becomes cd1.
 
 This isn't a problem with the drive and multiple-lun probing, but rather a
 problem with the hard-wiring code.
 
 The problem is that the hard-wiring code evidently can't deal with multiple
 peripheral drivers wired to the same bus/target/lun.
 
 A work-around here would be to not hard-wire your pass devices, and just
 hard-wire your CDROM devices.
 
 Ken
 -- 
 Kenneth Merry
 ken@kdm.org
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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