diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-10-07 04:17:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-10-07 04:17:49 +0000 |
commit | 34a910dec983a2915fb1e729d45d1bd6aab82db4 (patch) | |
tree | 87efbd8b62fd33b79c97ef07dc4aa19583b36380 /sys/arch/sgi/xbow/xbridgereg.h | |
parent | 8549c344f7b2474926c4cba8de710ed46baf54d1 (diff) |
Small steps towards getting the serial clock correct on IOC4 serial ports.
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 |