edk2/EdkModulePkg/Bus/Pci
jtang12 1723b2e2b2 Change #define bit(a) 1 << (a)
to     #define bit(a) (1 << (a))

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1885 6f19259b-4bc3-4df7-8a09-765794883524
2006-11-02 05:01:08 +00:00
..
AtapiPassThru/Dxe Change #define bit(a) 1 << (a) 2006-11-02 05:01:08 +00:00
CirrusLogic/Dxe Remove the duplicated Copy Right in msa header. 2006-09-27 09:26:40 +00:00
Ehci/Dxe Removed GLOBAL_REMOVE_IF_UNREFENRENCED because it will cause compiler failure. 2006-10-13 09:05:56 +00:00
IdeBus/Dxe Make sure all DMA related buffer allocation through PCI IO interface, not allocated by driver itself. 2006-10-22 14:41:47 +00:00
PciBus/Dxe Fix a bug by the check-in of 1738, which programs SATA interrupt line wrongly and will block booting from SATA disk. 2006-10-16 09:39:41 +00:00
Uhci/Dxe 1. Add the GLOBAL_REMOVE_IF_UNREFERENCED to globe variables which are used only in debug version; 2006-10-13 06:36:11 +00:00
Undi/RuntimeDxe Follow up tracker EDKT285. 2006-10-23 06:10:44 +00:00