summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2008-08-26 07:43:03 +0000
committerbrad <brad@openbsd.org>2008-08-26 07:43:03 +0000
commite8f1f3c19942f017714fa3c12a8172da44aad7d4 (patch)
treefc2cd4d53ca62108d6351b5db791d9437b2aa274
parentMention the 8211C. (diff)
downloadwireguard-openbsd-e8f1f3c19942f017714fa3c12a8172da44aad7d4.tar.xz
wireguard-openbsd-e8f1f3c19942f017714fa3c12a8172da44aad7d4.zip
Update comment to mention the 8211C.
-rw-r--r--sys/dev/mii/rgephyreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/rgephyreg.h b/sys/dev/mii/rgephyreg.h
index d4a66f3b6d0..7f885f5a0de 100644
--- a/sys/dev/mii/rgephyreg.h
+++ b/sys/dev/mii/rgephyreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rgephyreg.h,v 1.3 2007/10/10 12:14:26 jsg Exp $ */
+/* $OpenBSD: rgephyreg.h,v 1.4 2008/08/26 07:43:03 brad Exp $ */
/*
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
@@ -138,7 +138,7 @@
#define RGEPHY_EXTSTS_T_FD_CAP 0x2000 /* 1000base-T FD capable */
#define RGEPHY_EXTSTS_T_HD_CAP 0x1000 /* 1000base-T HD capable */
-/* RTL8211B */
+/* RTL8211B(L)/RTL8211C(L) */
#define RGEPHY_SR 0x11 /* PHY Specific Status */
#define RGEPHY_SR_CROSSOVER (1 << 6)
#define RGEPHY_SR_LINK (1 << 10)