diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2001-12-22 19:17:52 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2001-12-22 19:17:52 +0000 |
commit | 145edb836928892536f4844ef159e24d0bf1d534 (patch) | |
tree | f15bef83505aa9051dd812ddd720d05795f53f05 /sys/arch/mvme88k/dev | |
parent | ed4580d3ff5729b39bd6d8922dcfe2cb1e97d4e4 (diff) |
MVME917 documentation comment.
Diffstat (limited to 'sys/arch/mvme88k/dev')
-rw-r--r-- | sys/arch/mvme88k/dev/pcctworeg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/dev/pcctworeg.h b/sys/arch/mvme88k/dev/pcctworeg.h index 2ce328bfa34..d5d588c75c0 100644 --- a/sys/arch/mvme88k/dev/pcctworeg.h +++ b/sys/arch/mvme88k/dev/pcctworeg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcctworeg.h,v 1.4 2001/12/16 23:49:46 miod Exp $ */ +/* $OpenBSD: pcctworeg.h,v 1.5 2001/12/22 19:17:51 smurph Exp $ */ /* * Memory map for PCC2 chip found in mvme1x7 boards. @@ -55,6 +55,7 @@ struct pcctworeg { volatile u_short pcc2_speed; /* DO NOT USE */ volatile u_short pcc2_prtdat; volatile u_short :16; + /* The following regs are not valid on MVME197 */ volatile u_char pcc2_ipl; volatile u_char pcc2_mask; }; |