Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 1996 20:10:04 -0700 (PDT)
From:      Nick Sayer <nsayer@quack.kfu.com>
To:        freebsd-bugs
Subject:   Re: kern/1638: worm driver won't make audio tracks
Message-ID:  <199610010310.UAA20707@freefall.freebsd.org>

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

From: Nick Sayer <nsayer@quack.kfu.com>
To: FreeBSD-gnats-submit@freefall.freebsd.org,
        freebsd-bugs@freefall.freebsd.org
Cc:  Subject: Re: kern/1638: worm driver won't make audio tracks
Date: Mon, 30 Sep 1996 20:00:11 -0700 (PDT)

 FreeBSD-gnats@freefall.freebsd.org writes:
 
 I don't know if this is the correct way to submit updates, but...
 
 in /sys/scsi/worm.c, in worm_size(), changing
 
                 worm->blk_size = 2048;
 
 to
 
 		worm->blk_size = (worm->audio?2352:2048);
 
 Appears to have fixed the problem. It has been tested so far using
 dummy runs only. A test with live media is pending. I'll let y'all know.
 
 > >Category:       kern
 > >Responsible:    freebsd-bugs
 > >Synopsis:       worm driver won't make audio tracks
 > >Arrival-Date:   Wed Sep 18 11:30:01 PDT 1996
 
 -- 
 Nick Sayer <nsayer@quack.kfu.com>  | I would be far more patient on the
 N6QQQ @ N0ARY.#NORCAL.CA.USA.NOAM  | whole if my patience weren't
 +1 408 249 9630, log in as 'guest' | constantly being tested.
 URL: http://www.kfu.com/~nsayer/   | 



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