patch-2.2.11 linux/include/asm-sparc64/apb.h
Next file: linux/include/asm-sparc64/floppy.h
Previous file: linux/include/asm-sparc/socket.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Aug 9 12:05:45 1999
- Orig file:
v2.2.10/linux/include/asm-sparc64/apb.h
- Orig date:
Tue Apr 14 17:44:24 1998
diff -u --recursive --new-file v2.2.10/linux/include/asm-sparc64/apb.h linux/include/asm-sparc64/apb.h
@@ -1,4 +1,4 @@
-/* $Id: apb.h,v 1.2 1998/04/01 20:41:49 ecd Exp $
+/* $Id: apb.h,v 1.2.2.1 1999/08/09 13:00:53 davem Exp $
* apb.h: Advanced PCI Bridge Configuration Registers and Bits
*
* Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be)
@@ -18,6 +18,11 @@
#define APB_DMA_TARGET_LATENCY_TIMER 0xdb
#define APB_SECONDARY_MASTER_RETRY_LIMIT 0xdc
#define APB_SECONDARY_CONTROL 0xdd
+# define APB_SECONDARY_CTL_PIO_PREF (1 << 0)
+# define APB_SECONDARY_CTL_MRM_CVRT (1 << 1)
+# define APB_SECONDARY_CTL_RIACK (1 << 2)
+# define APB_SECONDARY_CTL_MIACK (1 << 3)
+# define APB_SECONDARY_CTL_DISCON_FULL (1 << 4) /* rev >1.3 only */
#define APB_IO_ADDRESS_MAP 0xde
#define APB_MEM_ADDRESS_MAP 0xdf
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)