patch-2.1.132 linux/include/linux/scc.h
Next file: linux/include/linux/shm.h
Previous file: linux/include/linux/proc_fs.h
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Fri Dec 18 13:57:21 1998
-  Orig file: 
v2.1.131/linux/include/linux/scc.h
-  Orig date: 
Wed Dec  3 17:35:22 1997
diff -u --recursive --new-file v2.1.131/linux/include/linux/scc.h linux/include/linux/scc.h
@@ -82,8 +82,8 @@
 
 /* channel grouping */
 
-#define RXGROUP		0x100	/* if set, only tx when all channels clear */
-#define TXGROUP		0x200	/* if set, don't transmit simultaneously */
+#define RXGROUP		0100	/* if set, only tx when all channels clear */
+#define TXGROUP		0200	/* if set, don't transmit simultaneously */
 
 /* Tx/Rx clock sources */
 
@@ -237,6 +237,7 @@
 
 	unsigned char wreg[16]; 	/* Copy of last written value in WRx */
 	unsigned char status;		/* Copy of R0 at last external interrupt */
+	unsigned char dcd;		/* DCD status */
 
         struct scc_kiss kiss;		/* control structure for KISS params */
         struct scc_stat stat;		/* statistical information */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov