Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 2004 10:02:25 -0500 (EST)
From:      Sam <sah@softcardsystems.com>
To:        John-Mark Gurney <gurney_j@resnet.uoregon.edu>
Cc:        freebsd-arch@freebsd.org
Subject:   Re: option directive and turning on AOE
Message-ID:  <Pine.LNX.4.60.0409010937560.13505@athena>
In-Reply-To: <20040901050359.GB29902@funkthat.com>
References:  <Pine.LNX.4.60.0408311611550.7530@athena> <20040831203929.GB25134@odin.ac.hmc.edu> <4134FB98.6A3822BC@freebsd.org> <200408311709.32927.peter@wemm.org> <20040901050359.GB29902@funkthat.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 31 Aug 2004, John-Mark Gurney wrote:

> Sam wrote this message on Tue, Aug 31, 2004 at 21:31 -0500:
>>>> What is AoE?  And what kind of Frames does it come in?
>>>
>>> ATA-over-Ethernet?
>>> http://news.gw.com/freebsd.arch/12939
>>> (Ethernet frame type 0x88a2 apparently)
>>> --
>>
>> Yes, that is correct.  It is a very simple RPC protocol
>> for packaging up ATA commands and sending them over
>> Ethernet to a server that will issue them to its
>> attached device.  I can supply the protocol to anyone
>> who is interested (8 pages), just shoot me an e-mail.
>
> Is there plans for a 5.x/6.x driver for AoE?
>
> Also, are you going to be tieing into the ata frame work? or are you
> going to be creating your own device, and handling the ata command
> layer yourself?
>

Yes, I'm writing the 4.x driver so that it will
be easy to drop in mutexes and port it to 5.x.
As for -current, we'll see.  I don't have a lot
of cycles to spend chasing down bugs that aren't
mine.  I'm shooting for Darwin/OpenBSD support
by the end of the year.

I'm not tying into the ATA framework as there
are some ATA commands which don't make sense
in this context.  I'm using Read Sectors,
Write Sectors, and Identify Device.
Next I'll look into supporting the SMART set
via ioctl, but outside of that I don't think
I'm missing anything.  I'll admit I haven't
yet examined the ata ioctl closely.

Sam



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