Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/mii Remove a comment; this module has not been compa...



details:   https://anonhg.NetBSD.org/src/rev/b86d735949c8
branches:  trunk
changeset: 507538:b86d735949c8
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Mar 24 20:44:26 2001 +0000

description:
Remove a comment; this module has not been compatible w/ BSD/OS's
for quite a long time.

diffstat:

 sys/dev/mii/mii.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r bee003268a9d -r b86d735949c8 sys/dev/mii/mii.c
--- a/sys/dev/mii/mii.c Sat Mar 24 20:38:41 2001 +0000
+++ b/sys/dev/mii/mii.c Sat Mar 24 20:44:26 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mii.c,v 1.21 2000/07/04 03:28:59 thorpej Exp $ */
+/*     $NetBSD: mii.c,v 1.22 2001/03/24 20:44:26 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -39,8 +39,7 @@
 
 /*
  * MII bus layer, glues MII-capable network interface drivers to sharable
- * PHY drivers.  This exports an interface compatible with BSD/OS 3.0's,
- * plus some NetBSD extensions.
+ * PHY drivers.
  */
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index