diff options
Diffstat (limited to 'sys/dev/ic/pluartvar.h')
-rw-r--r-- | sys/dev/ic/pluartvar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/pluartvar.h b/sys/dev/ic/pluartvar.h index 847cf9401c7..6fff43b249f 100644 --- a/sys/dev/ic/pluartvar.h +++ b/sys/dev/ic/pluartvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pluartvar.h,v 1.2 2022/03/11 06:45:22 anton Exp $ */ +/* $OpenBSD: pluartvar.h,v 1.3 2022/03/13 21:17:52 kettenis Exp $ */ /* * Copyright (c) 2014 Patrick Wildt <patrick@blueri.se> * Copyright (c) 2005 Dale Rahn <drahn@dalerahn.com> @@ -38,7 +38,6 @@ struct pluart_softc { #define COM_HW_FIFO 0x02 #define COM_HW_SIR 0x20 #define COM_HW_CONSOLE 0x40 -#define COM_HW_SBSA 0x80 u_int8_t sc_swflags; #define COM_SW_SOFTCAR 0x01 #define COM_SW_CLOCAL 0x02 @@ -46,7 +45,6 @@ struct pluart_softc { #define COM_SW_MDMBUF 0x08 #define COM_SW_PPS 0x10 int sc_fifolen; - int sc_imsc; u_int8_t sc_initialize; u_int8_t sc_cua; |