You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: Updating readme about openbsd and netbsd support
Updating the columns for openbsd and netbsd SAS/SATA support since low-level code is complete and buildable.
Signed-off-by: Tyler Erickson <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -187,8 +187,8 @@ Please create an issue to request support for these other platforms when you nee
187
187
| Illumos | Yes | This column is for Illumos based distributions/openSolaris. Uses same USCSI ioctl as Solaris. No known limitations at this time. |
188
188
| AIX | Yes | Support for SATA and SAS is available. Code was tested on version 7.1, but may work on earlier versions. Some flags may need adjusting for earlier systems. Build was completed using GCC available in AIX toolkit with gmake. Only rhdisk handles are supported. pdisk support is not known since IBM does not appear to provide information on passing requests through RAID with what is normally available. |
189
189
| ESXI | Yes | Uses SG_IO v3 like Linux through compatibility layer. Requires complicated build system with special GCC build/VM from VMWare and some other development packges installed to compile. |
190
-
| NetBSD |No, but possible ||
191
-
| OpenBSD |No, but possible ||
190
+
| NetBSD |Yes | ATA Passthrough limited to 28bit commands only due to kernel IOCTL limitations.|
191
+
| OpenBSD |Yes | ATA Passthrough limited to 28bit commands only due to kernel IOCTL limitations.|
0 commit comments