summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePciLibCf8/PciLib.c
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-09 07:21:21 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-09 07:21:21 +0000
commit5c57f3eaeae2f917891f969ea9509216cf1f6cad (patch)
tree4dee88a505c7bbc2b6c27dc50d126cd4bb36d191 /MdePkg/Library/BasePciLibCf8/PciLib.c
parentcbc1082c98f060a07f6d4b6043daa535b9d8f85f (diff)
downloadedk2-5c57f3eaeae2f917891f969ea9509216cf1f6cad.tar.gz
edk2-5c57f3eaeae2f917891f969ea9509216cf1f6cad.tar.bz2
edk2-5c57f3eaeae2f917891f969ea9509216cf1f6cad.zip
1. Update files header.
2. Added missing libraries in inf files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5431 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePciLibCf8/PciLib.c')
-rw-r--r--MdePkg/Library/BasePciLibCf8/PciLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BasePciLibCf8/PciLib.c b/MdePkg/Library/BasePciLibCf8/PciLib.c
index 3e13c67864..af71b88e59 100644
--- a/MdePkg/Library/BasePciLibCf8/PciLib.c
+++ b/MdePkg/Library/BasePciLibCf8/PciLib.c
@@ -1,5 +1,6 @@
/** @file
- PCI Library using Port CF8/CFC access.
+ PCI Library functions that use I/O ports 0xCF8 and 0xCFC to perform
+ PCI Configuration cycles. Layers on top of one PCI CF8 Library instance.
Copyright (c) 2006 - 2008, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
@@ -15,7 +16,6 @@
#include <Base.h>
-
#include <Library/PciLib.h>
#include <Library/PciCf8Lib.h>