diff options
-rw-r--r-- | sys/arch/sparc/dev/qereg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/qereg.h b/sys/arch/sparc/dev/qereg.h index 0450ba507ee..f70e363ba63 100644 --- a/sys/arch/sparc/dev/qereg.h +++ b/sys/arch/sparc/dev/qereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: qereg.h,v 1.3 1998/10/20 00:57:52 jason Exp $ */ +/* $OpenBSD: qereg.h,v 1.4 1999/03/12 18:56:18 jason Exp $ */ /* * Copyright (c) 1998 Jason L. Wright. @@ -28,6 +28,11 @@ */ /* + * Documentation for MACE chip can be found on AMD's website: + * http://www.amd.com/products/npd/techdocs/techdocs.html + */ + +/* * QE Channel registers */ struct qe_cregs { |