summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mii/sqphy.c3
-rw-r--r--sys/dev/mii/sqphyreg.h4
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/mii/sqphy.c b/sys/dev/mii/sqphy.c
index ae98e857ac1..66fd80d8c9e 100644
--- a/sys/dev/mii/sqphy.c
+++ b/sys/dev/mii/sqphy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sqphy.c,v 1.16 2008/06/26 05:42:16 ray Exp $ */
+/* $OpenBSD: sqphy.c,v 1.17 2008/08/31 09:54:32 jsg Exp $ */
/* $NetBSD: sqphy.c,v 1.17 2000/02/02 23:34:57 thorpej Exp $ */
/*-
@@ -62,7 +62,6 @@
/*
* driver for Seeq 80220/80221 and 80223 10/100 ethernet PHYs
- * datasheet from www.seeq.com
*/
#include <sys/param.h>
diff --git a/sys/dev/mii/sqphyreg.h b/sys/dev/mii/sqphyreg.h
index f7c690930cc..ddf6fdffc90 100644
--- a/sys/dev/mii/sqphyreg.h
+++ b/sys/dev/mii/sqphyreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sqphyreg.h,v 1.4 2008/06/26 05:42:16 ray Exp $ */
+/* $OpenBSD: sqphyreg.h,v 1.5 2008/08/31 09:54:32 jsg Exp $ */
/* $NetBSD: sqphyreg.h,v 1.1 1998/11/03 23:51:29 thorpej Exp $ */
/*-
@@ -36,8 +36,6 @@
/*
* Seeq 80220 Register definitions.
- * Further documentation can be found at:
- * http://www.seeq.com/80220.html
*/
#define MII_SQPHY_CONFIG1 0x10 /* Configuration 1 Register */