diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-08-26 07:43:04 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-08-26 07:43:04 +0000 |
commit | 81614b587b8ea40ccf1c37e697c5a2215885d95b (patch) | |
tree | 71c117129ea39db2f020cc856ce9a782b1b84339 /sys | |
parent | 7ac949ef389e9372ab9ea0ad0190dd9d2e38e6ec (diff) |
Update comment to mention the 8211C.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/mii/rgephyreg.h | 4 |
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) |