summaryrefslogtreecommitdiff
path: root/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-02 00:58:29 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-02 00:58:29 +0000
commit90b8b0ecf56e7282c2a39e1efe4745b74c6fc9d5 (patch)
tree4597f86b5799cd2ca2f9efff87814c7c8e545986 /PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
parent3efaa6e097761ea127a1d828e50642de742607e0 (diff)
downloadedk2-platforms-90b8b0ecf56e7282c2a39e1efe4745b74c6fc9d5.tar.xz
Merge improved comments into this driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7748 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf')
-rw-r--r--PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf20
1 files changed, 8 insertions, 12 deletions
diff --git a/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf b/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
index fbd1277095..d0bb1dc0ea 100644
--- a/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
+++ b/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
@@ -1,6 +1,7 @@
-#/*++
-#
-# Copyright (c) 2005, Intel Corporation
+#/** @file
+# 8259 Interrupt Controller driver
+#
+# Copyright (c) 2005 - 2007, 2009, Intel Corporation
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -9,13 +10,7 @@
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
-# Module Name:
-#
-# 8259.inf
-#
-# Abstract:
-#
-#--*/
+#**/
[Defines]
INF_VERSION = 0x00010005
@@ -44,7 +39,8 @@
8259.h
[Protocols]
- gEfiLegacy8259ProtocolGuid
+ gEfiLegacy8259ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
[Depex]
- TRUE \ No newline at end of file
+ TRUE
+