summaryrefslogtreecommitdiffstats
path: root/sys/dev/smbus/smbconf.h
diff options
context:
space:
mode:
authornsouch <nsouch@FreeBSD.org>1999-02-13 17:57:19 +0000
committernsouch <nsouch@FreeBSD.org>1999-02-13 17:57:19 +0000
commitb54915a02a005ac44ae03d3389cbd4bb9eb36eb0 (patch)
tree37871233440dda9b3049179b011bef26a64be298 /sys/dev/smbus/smbconf.h
parent9c9f54385422ba14291ad62aa195016e871d5b8a (diff)
downloadFreeBSD-src-b54915a02a005ac44ae03d3389cbd4bb9eb36eb0.zip
FreeBSD-src-b54915a02a005ac44ae03d3389cbd4bb9eb36eb0.tar.gz
Fix smbus allocation and add the alsmb (see alpm(4)) driver.
Diffstat (limited to 'sys/dev/smbus/smbconf.h')
-rw-r--r--sys/dev/smbus/smbconf.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/smbus/smbconf.h b/sys/dev/smbus/smbconf.h
index 3c06489..c5fca85 100644
--- a/sys/dev/smbus/smbconf.h
+++ b/sys/dev/smbus/smbconf.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: smbconf.h,v 1.2 1998/10/31 11:39:54 nsouch Exp $
+ * $Id: smbconf.h,v 1.3 1999/01/27 19:58:53 dillon Exp $
*/
#ifndef __SMBONF_H
#define __SMBONF_H
@@ -54,7 +54,11 @@
#define SMB_ENOERR 0x0
#define SMB_EBUSERR 0x1
#define SMB_ENOTSUPP 0x2
-#define SMB_ENOACK 0x3
+#define SMB_ENOACK 0x4
+#define SMB_ECOLLI 0x8
+#define SMB_EABORT 0x10
+#define SMB_ETIMEOUT 0x20
+#define SMB_EBUSY 0x40
/*
* How Quick command is executed
OpenPOWER on IntegriCloud