summaryrefslogtreecommitdiff
path: root/sys/dev/ic/comreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/comreg.h')
-rw-r--r--sys/dev/ic/comreg.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/ic/comreg.h b/sys/dev/ic/comreg.h
index 8771c454f44..96ee9fcc764 100644
--- a/sys/dev/ic/comreg.h
+++ b/sys/dev/ic/comreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: comreg.h,v 1.17 2016/09/03 14:43:37 jsg Exp $ */
+/* $OpenBSD: comreg.h,v 1.18 2018/04/15 15:07:25 jcs Exp $ */
/* $NetBSD: comreg.h,v 1.8 1996/02/05 23:01:50 scottr Exp $ */
/*
@@ -182,6 +182,11 @@
#define COM_NPORTS 8
+/* Exar XR17V35X */
+#define UART_EXAR_INT0 0x80
+#define UART_EXAR_SLEEP 0x8b /* Sleep mode */
+#define UART_EXAR_DVID 0x8d /* Device identification */
+
/*
* WARNING: Serial console is assumed to be at COM1 address
*/