*BSD News Article 23275


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!library.ucla.edu!europa.eng.gtefsd.com!uunet!Germany.EU.net!news
From: bs@Germany.EU.net (Bernard Steiner)
Newsgroups: comp.os.386bsd.questions
Subject: Re: FreeBSD SCSI CDROM support
Date: 4 Nov 1993 10:59:40 +0100
Organization: EUnet Deutschland GmbH, Dortmund, Germany
Lines: 37
Distribution: world
Message-ID: <2bajqc$gd8@Germany.EU.net>
References: <1993Nov3.194813.8326@mcshub.dcss.mcmaster.ca>
NNTP-Posting-Host: qwerty.germany.eu.net


In article <1993Nov3.194813.8326@mcshub.dcss.mcmaster.ca>, todd@flex.eng.mcmaster.ca (Todd Pfaff) writes:
|> I'm running FreeBSD-1.0-RELEASE on a system that has a Toshiba 3401 CDROM on an
|> Adaptec 1542C SCSI controller.  At boot time the system recognizes my controller

|>      The isofs filesystem should support the original "High Sierra"
|>      ("CDROM001") format; it does not.

a set of files for rudimentary hsfs support (crude hack alert!) for
386bsd0.1/0.2.3 is available from ftp.Germany.EU.net:tmp/isofs_hsfs.tar.gz

|> but do other people find that the system hangs if you try to mount an incompatible
|> file system?

Not any longer :-)

|> Is anyone using xcdplayer in FreeBSD?  Will it support the Toshiba 3401 drive?
|> I have a port which compiles and runs but it always exits after the call to
|> cdrom_get_curtrack() in cdrom_open() called from main().

I posted some patches to xcdplayer 2.2 a while back, which included a new
user-level driver for xcdplayer plus some scsi/cd.c changes to the kernel
(involving mainly one or two new scsi commands that had the structs already in
the header files but weren't used).

I can re-post the stuff (if I can find it...) if you like.

|> One thing I noticed...I had to have an audio CD in the drive during boot, or
|> else when I ran xcdplayer the initial open of /dev/rcd0d would fail, saying
|> something like 'device not configured'.  Should this be the case?

Ignore the first one...

BTW the Toshiba 3401 is said to have special SCSI commands that enable you to
block-read the audio data. Any clue as to what to tell the drive ?

-Bernard