summaryrefslogtreecommitdiff
path: root/sys/dev/mii/brgphy.c
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2013-01-09 02:00:05 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2013-01-09 02:00:05 +0000
commit62aaa30436012aba34d79cfa57c7292f48baa085 (patch)
tree2f9447286435abf4d92fdad51fb45fc09ee5bf90 /sys/dev/mii/brgphy.c
parent99dc61259c1cbece6740da9782bbaf83a739ac22 (diff)
comments are lies. brgphy definitely supports more thant the BCR5400.
ok deraadt@ sthen@
Diffstat (limited to 'sys/dev/mii/brgphy.c')
-rw-r--r--sys/dev/mii/brgphy.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/mii/brgphy.c b/sys/dev/mii/brgphy.c
index efb768f4ca6..873de1df44c 100644
--- a/sys/dev/mii/brgphy.c
+++ b/sys/dev/mii/brgphy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: brgphy.c,v 1.96 2012/08/09 10:18:45 kettenis Exp $ */
+/* $OpenBSD: brgphy.c,v 1.97 2013/01/09 02:00:04 dlg Exp $ */
/*
* Copyright (c) 2000
@@ -34,11 +34,6 @@
* $FreeBSD: brgphy.c,v 1.8 2002/03/22 06:38:52 wpaul Exp $
*/
-/*
- * Driver for the Broadcom BCR5400 1000baseTX PHY. Speed is always
- * 1000mbps; all we need to negotiate here is full or half duplex.
- */
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>