Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2010 01:45:55 -0700
From:      Yuri <yuri@rawbw.com>
To:        blackend@FreeBSD.org
Cc:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/115232: [ata] Audio CD tracks not displayed properly by atapi driver
Message-ID:  <4C6111C3.1030109@rawbw.com>
In-Reply-To: <201008100808.o7A88Mgq023223@freefall.freebsd.org>
References:  <201008100808.o7A88Mgq023223@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Could you check if:
> # dd if=/dev/acd0 of=/dev/null count=1
>
> does the trick as mentioned in the Handbook?
>
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=115232
>    

Yes, this trick works.
But the problem with it is that this should be done without such 'dd' 
command. User should be relieved from issuing such meaningless command 
since system can do this automatically, avoiding user actions and 
possible user confusion.

Driver knows when disk is inserted (for example in Windows autorun 
executes when disk is inserted). This should be used in this case.

Yuri




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