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 /sys/dev/ic/am7990reg.h | |
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
Diffstat (limited to 'sys/dev/ic/am7990reg.h')
-rw-r--r-- | sys/dev/ic/am7990reg.h | 7 |
1 files changed, 4 insertions, 3 deletions
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 */ |