diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-23 09:00:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-23 09:00:18 +0000 |
commit | 2ae7b124aed1195b006f8b232e8a719d6fc79908 (patch) | |
tree | ea6ad300150bf5c799cb398968120fd9a929faeb | |
parent | 45af31abf71280b90628fe3fe0f64c40190424bc (diff) |
instead of trying to keep up w/ changing url, simply document
the name of the chip document;
fixes pr 5489, from Diego Casati
ok jsg
-rw-r--r-- | sys/dev/ic/am7930reg.h | 10 | ||||
-rw-r--r-- | sys/dev/ic/am7990reg.h | 7 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys/dev/ic/am7930reg.h b/sys/dev/ic/am7930reg.h index 56fed2e4765..058f0c03893 100644 --- a/sys/dev/ic/am7930reg.h +++ b/sys/dev/ic/am7930reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: am7930reg.h,v 1.4 2003/06/02 23:28:01 millert Exp $ */ +/* $OpenBSD: am7930reg.h,v 1.5 2007/05/23 09:00:17 jmc Exp $ */ /* $NetBSD: am7930reg.h,v 1.1 1995/04/24 19:17:17 pk Exp $ */ /* @@ -49,8 +49,12 @@ * 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 + */ + +/* + * Documentation for this chip: + * PCnet-Mobile Single Chip Wireless LAN Media Access Controller + * AMD Publication #: 20183, Rev B, Jan 1997 */ struct amd7930 { diff --git a/sys/dev/ic/am7990reg.h b/sys/dev/ic/am7990reg.h index 01c121b7fd0..ff97c0d604d 100644 --- a/sys/dev/ic/am7990reg.h +++ b/sys/dev/ic/am7990reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: am7990reg.h,v 1.7 2004/09/28 04:37:32 brad Exp $ */ +/* $OpenBSD: am7990reg.h,v 1.8 2007/05/23 09:00:17 jmc Exp $ */ /* $NetBSD: am7990reg.h,v 1.1 1995/04/11 04:17:50 mycroft Exp $ */ /*- @@ -37,8 +37,9 @@ */ /* - * Documentation for this chip can be found on AMD's website: - * http://www.amd.com/products/npd/techdocs/techdocs.html + * Documentation for this chip: + * Am79C90 CMOS Local Area Network Controller for Ethernet + * AMD Publication #: 17881, Rev C, Jan 1997 */ #define LEMINSIZE 60 /* should be 64 if mode DTCR is set */ |