Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/Pci30.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/Pci30.h
r48674 r58459 2 2 Support for PCI 3.0 standard. 3 3 4 Copyright (c) 2006 - 201 0, Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> 5 5 This program and the accompanying materials 6 6 are licensed and made available under the terms and conditions of the BSD License … … 20 20 21 21 /// 22 /// Definitions of PCI class bytes and manipulation macros.22 /// PCI_CLASS_MASS_STORAGE, Base Class 01h. 23 23 /// 24 ///@{ 24 25 #define PCI_CLASS_MASS_STORAGE_SATADPA 0x06 25 26 #define PCI_IF_MASS_STORAGE_SATA 0x00 26 27 #define PCI_IF_MASS_STORAGE_AHCI 0x01 28 ///@} 27 29 28 /** 30 /// 31 /// PCI_CLASS_WIRELESS, Base Class 0Dh. 32 /// 33 ///@{ 34 #define PCI_SUBCLASS_ETHERNET_80211A 0x20 35 #define PCI_SUBCLASS_ETHERNET_80211B 0x21 36 ///@} 37 38 /** 29 39 Macro that checks whether device is a SATA controller. 30 40
Note:
See TracChangeset
for help on using the changeset viewer.