Make note of SCSI cdrom drives that are in disfavor by those on the SCSI

mailing list.
This commit is contained in:
David E. O'Brien 1997-11-23 19:13:42 +00:00
parent f3b08a2874
commit d690e3f90f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2199
2 changed files with 27 additions and 5 deletions

View file

@ -1,4 +1,4 @@
<!-- $Id: hw.sgml,v 1.72 1997-11-23 18:54:50 obrien Exp $ -->
<!-- $Id: hw.sgml,v 1.73 1997-11-23 19:13:42 obrien Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!--
@ -53,7 +53,7 @@ service and merely catalogs some of the experiences that various individuals
have had with different hardware combinations. Your mileage may vary.
Slippery when wet. Beware of dog.
<sect1><heading>Jordan's Picks</heading>
<sect1><heading>Jordan's Picks<label id="hw:jordans-picks"></heading>
<p>I have had fairly good luck building workstation and server
configurations with the following components. I can't guarantee that
you will too, nor that any of the companies here will remain "best buys"
@ -137,7 +137,7 @@ Slippery when wet. Beware of dog.
you're putting together an NFS or NEWS server that will be doing a lot
of multiuser disk I/O.
<sect2><heading>CDROM drives<label id="hw:cdrom"></heading>
<sect2><heading>CDROM drives<label id="hw:jordans-picks:cdrom"></heading>
<p>My SCSI preferences extend to SCSI CDROM drives as well, and while
the <htmlurl url="http://www.toshiba.com" name="Toshiba"> XM-3501B (also
released in a caddy-less model called the XM-5401B) drive has always
@ -965,6 +965,27 @@ Wangtek 6200</heading>
<sect2><heading>* Problem drives</heading>
<sect1><heading>* CD-ROM drives</heading>
<p><em>Contributed by &a.obrien;.<newline>23 November 1997.</em></p>
<p>As mentioned in
<ref id="hw:jordans-picks:cdrom" name="Jordan's Picks">
Generally speaking those in <em>The FreeBSD Project</em> prefer SCSI
CDROM drives over IDE CDROM drives. However not all SCSI CDROM drives
are equal. Some feel the quality of some SCSI CDROM drives have been
deteriorating to that of IDE CDROM drives. Toshiba used to be the
favored stand-by, but many on the SCSI mailing list have found
displeasure with the 12x speed XM-5701TA as its volume (when playing
audio CDROMs) is not controlable by the various audio player software.
Another area where SCSI CDROM manufactors are cutting corners is
adhearance to the
<ref id="scsi:further-reading" name="SCSI specification">. Many SCSI
CDROMs will repsond to
<ref id="scsi:rogue-devices" name="multiple LUNs"> for its target address.
Known violators include the 6x Teac CD-56S 1.0D.
<sect1><heading>* Other</heading>
<sect1><heading>* Adding and reconfiguring disks</heading>

View file

@ -1,4 +1,4 @@
<!-- $Id: scsi.sgml,v 1.22 1997-02-22 12:59:18 peter Exp $ -->
<!-- $Id: scsi.sgml,v 1.23 1997-11-23 19:13:42 obrien Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!--
@ -655,7 +655,8 @@ options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device
with device recognition. If this helps, tune it back until it just stays
working.
<sect3><heading>Rogue SCSI devices</heading>
<sect3><heading>Rogue SCSI devices<label id="scsi:rogue-devices">
</heading>
<p>
Although the SCSI standard tries to be complete and concise, it is
a complex standard and implementing things correctly is no easy task.