It seems Scott Renfro wrote:
> As I promised on -mobile earlier this week, I've cleaned up my patches
> to port the {Net,Open}BSD atactl utility, including a simplistic
> ata-disk ioctl.  They apply cleanly against this afternoon's -stable
> (including Soren's latest commit bringing -stable up to date with
> -current).  I've been running them for some time and they ''work great
> here''.
> 
> Before announcing this in a broader context, I wanted to get a bit of
> feedback on the ioctl implementation.  In particular, is it safe to
> just do an ata_command inside adioctl() without any further checking?
> (e.g., can this cause bad things to happen under heavy i/o load?)

No its not safe at all, you risk trashing an already running command...

Anyhow, I have an atacontrol thingy in the works for attach/detach,
raid control etc, etc, I'll try to merge this functionality into that
(the ioctl's will change etc, but the functionality is nice)...

-Søren

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to