Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Sep 2001 22:26:18 +0200
From:      Lars =?iso-8859-1?Q?K=F6ller?= <lkoeller@cc.fh-lippe.de>
To:        "Justin T. Gibbs" <gibbs@scsiguy.com>, "Kenneth D. Merry" <ken@plutotech.com>
Cc:        freebsd-scsi@FreeBSD.ORG, lkoeller@FreeBSD.org
Subject:   Wire of SCSI devices gives warning messages
Message-ID:  <200109042026.f84KQIb01056@odie.lippe.de>

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

Dear Justin, Kenneth!

I use wired scsi devices since years, and it wored lik a charm up to =

now. It seems still working, but during boot up I get the following =

messages:

I ask you cause I didn't see any mistake in my configuration but want =

to avoid making a foolish PR.

=2E...
Waiting 8 seconds for SCSI devices to settle
SMP: AP CPU #1 Launched!
sa0 at ahc0 bus 0 target 4 lun 0
sa0: <ARCHIVE Python 28388-XXX 5ACB> Removable Sequential Access SCSI-2 d=
evice =

sa0: 7.812MB/s transfers (7.812MHz, offset 15)
(pass0:ahc0:0:4:0): Duplicate Wired Device entry!
(pass0:ahc0:0:4:0): Second device (pass device at scbus0 target 5 lun 0) =
will no
t be wired
(pass0:ahc0:0:4:0): Duplicate Wired Device entry!
(pass0:ahc0:0:4:0): Second device (pass device at scbus0 target 8 lun 0) =
will no
t be wired
da1 at ahc1 bus 0 target 8 lun 0
da1: <DEC RZ2DD-LS (C) DEC 0306> Fixed Direct Access SCSI-2 device =

da1: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing E=
nabled
da1: 8678MB (17773524 512 byte sectors: 255H 63S/T 1106C)
da3 at ahc1 bus 0 target 9 lun 0
da3: <SEAGATE ST32171W 0338> Fixed Direct Access SCSI-2 device =

da3: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing E=
nabled
da3: 2061MB (4222640 512 byte sectors: 255H 63S/T 262C)
da4 at ahc1 bus 0 target 10 lun 0
da4: <SEAGATE ST32171W 0338> Fixed Direct Access SCSI-2 device =

da4: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing E=
nabled
da4: 2061MB (4222640 512 byte sectors: 255H 63S/T 262C)
cd2 at ahc1 bus 0 target 5 lun 0
cd2: <PIONEER CD-ROM DR-U10X 1.07> Removable CD-ROM SCSI-2 device =

cd2: 10.000MB/s transfers (10.000MHz, offset 15)
cd2: cd present [331802 x 2048 byte records]
da0 at ahc1 bus 0 target 0 lun 0
da0: <SEAGATE ST15150N 0017> Fixed Direct Access SCSI-2 device =

da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled=

da0: 4095MB (8388315 512 byte sectors: 255H 63S/T 522C)
cd3 at ahc1 bus 0 target 6 lun 0
cd3: <PIONEER CD-ROM DR-U12X 1.06> Removable CD-ROM SCSI-2 device =

cd3: 10.000MB/s transfers (10.000MHz, offset 15)
cd3: cd present [345419 x 2048 byte records]
da2 at ahc0 bus 0 target 8 lun 0
da2: <SEAGATE ST19101W 0014> Fixed Direct Access SCSI-2 device =

da2: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing E=
nabled
da2: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C)
Mounting root from ufs:/dev/da1s1a
ccd0-3: Concatenated disk drivers
lpt0: switched to polled extended mode
/dev/vmmon: Module vmmon: registered with major=3D200 minor=3D0 tag=3D$Na=
me: build-570
 $
/dev/vmmon: Module vmmon: initialized
fxp0: promiscuous mode enabled
vmnet1: promiscuous mode enabled
cd0 at ahc0 bus 0 target 5 lun 0
cd0: <PLEXTOR CD-ROM PX-40TS 1.04> Removable CD-ROM SCSI-2 device =

cd0: 20.000MB/s transfers (20.000MHz, offset 15)
cd0: Attempt to query device size failed: NOT READY, Medium not present -=
 tray c
losed


There are two identical Ultra wide Adaptex controllers used:


ahc0: <Adaptec 2940 Ultra SCSI adapter> port 0xd400-0xd4ff mem 0xdefee000=
-0xdefe
efff irq 11 at device 9.0 on pci0

ahc1: <Adaptec 2940 Ultra SCSI adapter> port 0xdc00-0xdcff mem 0xdefef000=
-0xdefe
ffff irq 9 at device 12.0 on pci0


The kernel config file has the following entries:

=2E...
device		ahc0		# AHA2940 and onboard AIC7xxx devices
device		ahc1
#
device		scbus0 at ahc0	# bus (required)
device		scbus1 at ahc1	# bus (required)
device		da		# Access (disks)
device		sa		# Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI)
#
device		da0     at scbus1 target  0	# Seagate ST15150N
device		da1     at scbus1 target  8	# Seagate ST39102LW (DEC)
device		da2	at scbus0 target  8	# Seagate ST19101W
device		da3	at scbus1 target  9	# Seagate ST32171W
device		da4	at scbus1 target 10	# Seagate ST32171W
#
device          pass15  at scbus0 target  3	# UMAX Astra 2200
#
device		sa0	at scbus0 target  4	# Seagate Python 28388
#
device		cd0	at scbus0 target  5	# Plextor PX-40TS
device          cd1     at scbus0 target  6	# Ricoh   7060S
device          cd2     at scbus1 target  5	# Pioneer DR-U10x
device          cd3     at scbus1 target  6	# Pioneer DR-U12x


camcontrol devlist:

<ARCHIVE Python 28388-XXX 5ACB>    at scbus0 target 4 lun 0 (pass0,sa0)
<PLEXTOR CD-ROM PX-40TS 1.04>      at scbus0 target 5 lun 0 (pass1,cd0)
<SEAGATE ST19101W 0014>            at scbus0 target 8 lun 0 (pass2,da2)
<SEAGATE ST15150N 0017>            at scbus1 target 0 lun 0 (pass3,da0)
<PIONEER CD-ROM DR-U10X 1.07>      at scbus1 target 5 lun 0 (pass4,cd2)
<PIONEER CD-ROM DR-U12X 1.06>      at scbus1 target 6 lun 0 (pass5,cd3)
<DEC RZ2DD-LS (C) DEC 0306>        at scbus1 target 8 lun 0 (pass6,da1)
<SEAGATE ST32171W 0338>            at scbus1 target 9 lun 0 (pass7,da3)
<SEAGATE ST32171W 0338>            at scbus1 target 10 lun 0 (pass8,da4)


Do you have any idea where the kernel messages above results from?

What have I missed?

Thank you very mutch and best regards

Lars

-- =

Lars K=F6ller
E-Mail: lkoeller@cc.fh-lippe.de (LKoeller@FreeBSD.ORG)
PGP-key: http://www.pgp.net/pgpnet/www-key.html
-------- FreeBSD, was sonst? ---- http://www.de.freebsd.org --------


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




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