summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..88ac964
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+This is a Solaris library for controlling device such as USB devices, disks, etc.
+This library is used to poweron or poweroff a device, to reset device, to get the
+state of a device, etc. This library is an intrface to the Solaris kernel
+and cannot be used on other platforms.
+
+This library was taken from the illumos project https://www.illumos.org
+Namely, https://github.com/illumos/illumos-gate/tree/master/usr/src/lib/libdevice
+
+