From 718a15c618dc041d7c347bf562177e2e0f3aee2c Mon Sep 17 00:00:00 2001 From: gikidy Date: Thu, 30 Apr 2009 06:50:16 +0000 Subject: Replace references to RFC 3066 with RFC 4646. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8219 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/Console/ConSplitterDxe/ComponentName.c | 2 +- MdeModulePkg/Universal/Network/ArpDxe/ArpDriver.h | 4 ++-- MdeModulePkg/Universal/Network/MnpDxe/ComponentName.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Universal/Console/ConSplitterDxe/ComponentName.c b/MdeModulePkg/Universal/Console/ConSplitterDxe/ComponentName.c index 256c94a..cc0c408 100644 --- a/MdeModulePkg/Universal/Console/ConSplitterDxe/ComponentName.c +++ b/MdeModulePkg/Universal/Console/ConSplitterDxe/ComponentName.c @@ -516,7 +516,7 @@ ConSplitterSimplePointerComponentNameGetControllerName ( retrieve the name of the bus controller. It will not be NULL for a bus driver that wishes to retrieve the name of a child controller. - @param Language A pointer to RFC3066 language identifier. This is + @param Language A pointer to RFC4646 language identifier. This is the language of the controller name that that the caller is requesting, and it must match one of the languages specified in SupportedLanguages. The diff --git a/MdeModulePkg/Universal/Network/ArpDxe/ArpDriver.h b/MdeModulePkg/Universal/Network/ArpDxe/ArpDriver.h index cc27dd1..c83d3b5 100644 --- a/MdeModulePkg/Universal/Network/ArpDxe/ArpDriver.h +++ b/MdeModulePkg/Universal/Network/ArpDxe/ArpDriver.h @@ -229,7 +229,7 @@ ArpServiceBindingDestroyChild ( languages specified in SupportedLanguages. The number of languages supported by a driver is up to the driver writer. Language is specified - in RFC 3066 or ISO 639-2 language code format. + in RFC 4646 or ISO 639-2 language code format. @param[out] DriverName A pointer to the Unicode string to return. This Unicode string is the name of the @@ -294,7 +294,7 @@ ArpComponentNameGetDriverName ( languages specified in SupportedLanguages. The number of languages supported by a driver is up to the driver writer. Language is specified in - RFC 3066 or ISO 639-2 language code format. + RFC 4646 or ISO 639-2 language code format. @param[out] ControllerName A pointer to the Unicode string to return. This Unicode string is the name of the diff --git a/MdeModulePkg/Universal/Network/MnpDxe/ComponentName.h b/MdeModulePkg/Universal/Network/MnpDxe/ComponentName.h index 0f9057b..4d41806 100644 --- a/MdeModulePkg/Universal/Network/MnpDxe/ComponentName.h +++ b/MdeModulePkg/Universal/Network/MnpDxe/ComponentName.h @@ -41,7 +41,7 @@ extern EFI_COMPONENT_NAME_PROTOCOL gMnpComponentName; languages specified in SupportedLanguages. The number of languages supported by a driver is up to the driver writer. Language is specified - in RFC 3066 or ISO 639-2 language code format. + in RFC 4646 or ISO 639-2 language code format. @param[out] DriverName A pointer to the Unicode string to return. This Unicode string is the name of the @@ -107,7 +107,7 @@ MnpComponentNameGetDriverName ( languages specified in SupportedLanguages. The number of languages supported by a driver is up to the driver writer. Language is specified in - RFC 3066 or ISO 639-2 language code format. + RFC 4646 or ISO 639-2 language code format. @param[out] ControllerName A pointer to the Unicode string to return. This Unicode string is the name of the -- cgit v1.1