patch-2.2.4 linux/include/asm-sparc64/sysio.h

Next file: linux/include/asm-sparc64/system.h
Previous file: linux/include/asm-sparc64/spinlock.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.3/linux/include/asm-sparc64/sysio.h linux/include/asm-sparc64/sysio.h
@@ -1,4 +1,4 @@
-/* $Id: sysio.h,v 1.7 1997/08/18 03:47:26 davem Exp $
+/* $Id: sysio.h,v 1.8 1998/11/29 15:49:54 davem Exp $
  * sysio.h: UltraSparc sun5 specific SBUS definitions.
  *
  * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
@@ -260,7 +260,8 @@
 #define SYSIO_SBCNTRL_DPERR	0x003f000000000000 /* DMA Write Parity Error       */
 #define SYSIO_SBCNTRL_RESV2	0x0000800000000000 /* Reserved                     */
 #define SYSIO_SBCNTRL_PPERR	0x00007f0000000000 /* PIO Load Parity Error        */
-#define SYSIO_SBCNTRL_RESV	0x000000fffffffc00 /* Reserved                     */
+#define SYSIO_SBCNTRL_RESV	0x000000fffffff800 /* Reserved                     */
+#define SYSIO_SBCNTRL_FAST	0x0000000000000400 /* Enable Fast-SBUS mode.	   */
 #define SYSIO_SBCNTRL_WEN	0x0000000000000200 /* Power Mgmt Wake Enable       */
 #define SYSIO_SBCNTRL_EEN	0x0000000000000100 /* SBUS Error Interrupt Enable  */
 #define SYSIO_SBCNTRL_RESV3	0x00000000000000c0 /* Reserved                     */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)