Skip to content

Commit

Permalink
Added ATA-over-Ethernet
Browse files Browse the repository at this point in the history
  • Loading branch information
KOLANICH committed Apr 7, 2022
1 parent f784c03 commit 9a535b7
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 0 deletions.
27 changes: 27 additions & 0 deletions LICENSES/Unlicense.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Unlicense (Public Domain)
============================

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to &lt;<https://unlicense.org/>&gt;
Binary file added hardware/aoe/1_QueryConfig->9:0_0x80000000
Binary file not shown.
2 changes: 2 additions & 0 deletions hardware/aoe/1_QueryConfig->9:0_0x80000000.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 KOLANICH
SPDX-License-Identifier: Unlicense
Binary file added hardware/aoe/2_IssueAta<-9:0_0x15a56c
Binary file not shown.
2 changes: 2 additions & 0 deletions hardware/aoe/2_IssueAta<-9:0_0x15a56c.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 KOLANICH
SPDX-License-Identifier: Unlicense
Binary file added hardware/aoe/3_QueryConfig->9:0_0x0
Binary file not shown.
2 changes: 2 additions & 0 deletions hardware/aoe/3_QueryConfig->9:0_0x0.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 KOLANICH
SPDX-License-Identifier: Unlicense
Binary file added hardware/aoe/4_IssueAta<-9:0_0x275bb
Binary file not shown.
2 changes: 2 additions & 0 deletions hardware/aoe/4_IssueAta<-9:0_0x275bb.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 KOLANICH
SPDX-License-Identifier: Unlicense
Binary file added hardware/aoe/5_QueryConfig->ffff:ff_0x0
Binary file not shown.
2 changes: 2 additions & 0 deletions hardware/aoe/5_QueryConfig->ffff:ff_0x0.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 KOLANICH
SPDX-License-Identifier: Unlicense
Binary file added hardware/aoe/6_IssueAta->9:0_0xa75bb
Binary file not shown.
2 changes: 2 additions & 0 deletions hardware/aoe/6_IssueAta->9:0_0xa75bb.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 KOLANICH
SPDX-License-Identifier: Unlicense
Binary file added hardware/aoe/7_IssueAta<-9:0_0x675bb
Binary file not shown.
2 changes: 2 additions & 0 deletions hardware/aoe/7_IssueAta<-9:0_0x675bb.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 KOLANICH
SPDX-License-Identifier: Unlicense
11 changes: 11 additions & 0 deletions hardware/aoe/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!--
SPDX-FileCopyrightText: 2021 KOLANICH
SPDX-License-Identifier: Unlicense
-->

## ATA-over-Ethernet packets

Source: Own work

Were generated by using a userspace ATA-over-Ethernet implementation listening on a loopback interface, then connecting to it using the driver in Linux kernel, then using `smartctl` on the created device node.

0 comments on commit 9a535b7

Please sign in to comment.