From bc122d9e9c0d234f638c4d35f757a1996b4fddd0 Mon Sep 17 00:00:00 2001 From: yongari Date: Wed, 14 Apr 2010 01:22:33 +0000 Subject: [PATCH] MFC r206436: Consistently use capital letters. git-svn-id: svn://svn.freebsd.org/base/stable/8@206579 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/pci/if_rlreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index e8fddc942..7d2c7e4ad 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -160,7 +160,7 @@ #define RL_HWREV_8169_8110SB 0x10000000 #define RL_HWREV_8169_8110SC 0x18000000 #define RL_HWREV_8102EL 0x24800000 -#define RL_HWREV_8102EL_SPIN1 0x24c00000 +#define RL_HWREV_8102EL_SPIN1 0x24C00000 #define RL_HWREV_8168D 0x28000000 #define RL_HWREV_8168DP 0x28800000 #define RL_HWREV_8168E 0x2C000000 @@ -182,7 +182,7 @@ #define RL_HWREV_8139C 0x74000000 #define RL_HWREV_8139D 0x74400000 #define RL_HWREV_8139CPLUS 0x74800000 -#define RL_HWREV_8101 0x74c00000 +#define RL_HWREV_8101 0x74C00000 #define RL_HWREV_8100 0x78800000 #define RL_HWREV_8169_8110SBL 0x7CC00000 #define RL_HWREV_8169_8110SCE 0x98000000 -- 2.45.0