patch-2.4.8 linux/include/linux/serial.h
Next file: linux/include/linux/sockios.h
Previous file: linux/include/linux/rtnetlink.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Fri Aug 10 18:13:47 2001
-  Orig file: 
v2.4.7/linux/include/linux/serial.h
-  Orig date: 
Tue Aug  7 12:48:42 2001
diff -u --recursive --new-file v2.4.7/linux/include/linux/serial.h linux/include/linux/serial.h
@@ -141,7 +141,8 @@
 					     --- no longer used */
 #define ASYNC_CONS_FLOW		0x00800000 /* flow control for console  */
 
-#define ASYNC_INTERNAL_FLAGS	0xFF800000 /* Internal flags */
+#define ASYNC_BOOT_ONLYMCA	0x00400000 /* Probe only if MCA bus */
+#define ASYNC_INTERNAL_FLAGS	0xFFC00000 /* Internal flags */
 
 /*
  * Multiport serial configuration structure --- external structure
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)