From 90b8b0ecf56e7282c2a39e1efe4745b74c6fc9d5 Mon Sep 17 00:00:00 2001 From: jljusten Date: Mon, 2 Mar 2009 00:58:29 +0000 Subject: Merge improved comments into this driver. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7748 6f19259b-4bc3-4df7-8a09-765794883524 --- PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf') 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 + -- cgit v1.2.3