diff options
Diffstat (limited to 'sys/arch/sgi/xbow/xbridgereg.h')
-rw-r--r-- | sys/arch/sgi/xbow/xbridgereg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sgi/xbow/xbridgereg.h b/sys/arch/sgi/xbow/xbridgereg.h index 7039f126a64..997738ef877 100644 --- a/sys/arch/sgi/xbow/xbridgereg.h +++ b/sys/arch/sgi/xbow/xbridgereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: xbridgereg.h,v 1.8 2009/08/18 19:31:59 miod Exp $ */ +/* $OpenBSD: xbridgereg.h,v 1.9 2009/10/07 04:17:48 miod Exp $ */ /* * Copyright (c) 2008 Miodrag Vallat. @@ -37,6 +37,9 @@ #define BRIDGE_WIDGET_CONTROL_IO_SWAP 0x00800000 #define BRIDGE_WIDGET_CONTROL_MEM_SWAP 0x00400000 #define BRIDGE_WIDGET_CONTROL_LARGE_PAGES 0x00200000 +#define BRIDGE_WIDGET_CONTROL_SPEED_MASK 0x00000030 +#define BRIDGE_WIDGET_CONTROL_SPEED_33MHZ 0x00000000 +#define BRIDGE_WIDGET_CONTROL_SPEED_66MHZ 0x00000010 /* * DMA Direct Window |