diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-03-12 18:52:22 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-03-12 18:52:22 +0000 |
commit | 0a9a2920f2edeb304a25c0f74aeebf41432a380d (patch) | |
tree | ff7edc532d419e2889aa2cf657678d0702eddaae /sys/dev/ic/am7930reg.h | |
parent | 54bc7f013030e60ef0e9fa59e04552941cc2eca0 (diff) |
doc references
Diffstat (limited to 'sys/dev/ic/am7930reg.h')
-rw-r--r-- | sys/dev/ic/am7930reg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/am7930reg.h b/sys/dev/ic/am7930reg.h index 5397a226083..7f7b22c5cdb 100644 --- a/sys/dev/ic/am7930reg.h +++ b/sys/dev/ic/am7930reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: am7930reg.h,v 1.2 1996/10/31 01:01:26 niklas Exp $ */ +/* $OpenBSD: am7930reg.h,v 1.3 1999/03/12 18:52:21 jason Exp $ */ /* $NetBSD: am7930reg.h,v 1.1 1995/04/24 19:17:17 pk Exp $ */ /* @@ -52,6 +52,9 @@ * * Indirect register numbers (the value written into cr to select a given * chip registers) have the form AMDR_*. Register fields look like AMD_*. + * + * Further documentation is available from AMD's website: + * http://www.amd.com/products/cpd/techdocs/techdocs.html */ struct amd7930 { |