diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-03-12 18:56:19 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-03-12 18:56:19 +0000 |
commit | 4d8320b9974a0c1fbe7947dd8f9bb2331064f4cf (patch) | |
tree | a6af908d416a72883d3acc16e538c731f828a3c2 /sys | |
parent | 0a9a2920f2edeb304a25c0f74aeebf41432a380d (diff) |
reference doc
Diffstat (limited to 'sys')
-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 { |