On Mon, Dec 17, 2007 at 02:55:31PM +, Poul-Henning Kamp wrote:
> In message <[EMAIL PROTECTED]>, "Bruce M. Simpson" writes:
> >Poul-Henning Kamp wrote:
> >> I have the attached patch in sos@ mailbox for approval, that adds
> >> BIO_DELETE support for the ata driver.
> >>
> >> I also want to imp
In message <[EMAIL PROTECTED]>, Bruce M Simpson writes:
>Ah, let me rephrase, I meant:
>
>* NAND Flash embedded ATA controllers should not erase sectors
>containing data unless absolutely necessary, to implement wear levelling.
That's part of the job description, but it is more complex than that
In message <[EMAIL PROTECTED]>, "M. Warner Losh" writes:
>In message: <[EMAIL PROTECTED]>
>"Poul-Henning Kamp" <[EMAIL PROTECTED]> writes:
>: > * NAND Flash devices should not have their sectors erased unless
>: >absolutely necessary, to implement wear levelling.
>:
>: Wrong, almost e
Poul-Henning Kamp wrote:
And finally the big item: msdosfs and ufs support to issue BIO_DELETE
when files are deleted. UFS is nasty because of soft-updates.
Cool! This will also benefit malloc(9) disk.
-Maxim
___
cvs-all@freebsd.org mailing list
htt
In message: <[EMAIL PROTECTED]>
"Poul-Henning Kamp" <[EMAIL PROTECTED]> writes:
: > * NAND Flash devices should not have their sectors erased unless
: >absolutely necessary, to implement wear levelling.
:
: Wrong, almost exactly the opposite in fact:
:
: Flash devices using wear-leve
Bruce M Simpson <[EMAIL PROTECTED]> writes:
> The feedback I've seen in FreeBSD forums regarding ATA write caching
> tends to back up your original assertion.
It wouldn't be the first case of uninformed people reinforcing
eachother's belief in incorrect information.
> I wonder if vendor neutral,
Poul-Henning Kamp wrote:
Aha, I understand now. CFA and SATA vendors have gone off in two
separate directions:
* PATA and SATA drives, for a few years now, have tended to rewrite one
cylinder at a time, which implies erasing the data on that cylinder.
Everybody denies this in the stongest
Poul-Henning Kamp wrote:
I have the attached patch in sos@ mailbox for approval, that adds
BIO_DELETE support for the ata driver.
I also want to implement a -E option to fsck(8) to erase all
unallocated blocks.
And finally the big item: msdosfs and ufs support to issue BIO_DELETE
when files are
In message <[EMAIL PROTECTED]>, "Bruce M. Simpson" writes:
>Poul-Henning Kamp wrote:
>> I have the attached patch in sos@ mailbox for approval, that adds
>> BIO_DELETE support for the ata driver.
>>
>> I also want to implement a -E option to fsck(8) to erase all
>> unallocated blocks.
>>
>> And fin
In message <[EMAIL PROTECTED]>, "Bruce M. Simpson" writes:
>> Modified files:
>> sbin/atacontrol atacontrol.c
>> Log:
>> Recognize CFA devices using either identification method.
>
>Does this give the ata driver a means of identifying that a disk device
>is actually a CompactFlash
Poul-Henning Kamp wrote:
phk 2007-12-16 21:19:07 UTC
FreeBSD src repository
Modified files:
sbin/atacontrol atacontrol.c
Log:
Recognize CFA devices using either identification method.
Does this give the ata driver a means of identifying that a disk device
is act
11 matches
Mail list logo