From: brad Date: Tue, 26 Aug 2008 07:43:03 +0000 (+0000) Subject: Update comment to mention the 8211C. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e8f1f3c19942f017714fa3c12a8172da44aad7d4;p=openbsd Update comment to mention the 8211C. --- 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 . 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)