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 | |
parent | 54bc7f013030e60ef0e9fa59e04552941cc2eca0 (diff) |
doc references
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/am7930reg.h | 5 | ||||
-rw-r--r-- | sys/dev/ic/am7990reg.h | 7 |
2 files changed, 10 insertions, 2 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 { diff --git a/sys/dev/ic/am7990reg.h b/sys/dev/ic/am7990reg.h index 1059e20f0d2..62722c9937f 100644 --- a/sys/dev/ic/am7990reg.h +++ b/sys/dev/ic/am7990reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: am7990reg.h,v 1.2 1996/10/31 01:01:27 niklas Exp $ */ +/* $OpenBSD: am7990reg.h,v 1.3 1999/03/12 18:52:21 jason Exp $ */ /* $NetBSD: am7990reg.h,v 1.1 1995/04/11 04:17:50 mycroft Exp $ */ /*- @@ -40,6 +40,11 @@ * @(#)if_lereg.h 8.1 (Berkeley) 6/10/93 */ +/* + * Documentation for this chip can be found on AMD's website: + * http://www.amd.com/products/npd/techdocs/techdocs.html + */ + #define LEBLEN 1536 /* ETHERMTU + header + CRC */ #define LEMINSIZE 60 /* should be 64 if mode DTCR is set */ |