]> git.proxmox.com Git - mirror_edk2.git/commit
add native ide/ahci driver
authorerictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 29 Sep 2010 05:50:45 +0000 (05:50 +0000)
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 29 Sep 2010 05:50:45 +0000 (05:50 +0000)
commita41b5272cdffba5fd9c4734d4c06c8682186d822
treee88c3cd0eea1c7b1318280de98e061eedff21beb
parent22c5a7af037b46c6a4114d76323814178ae67596
add native ide/ahci driver

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10901 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c [new file with mode: 0644]
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.h [new file with mode: 0644]
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c [new file with mode: 0644]
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.h [new file with mode: 0644]
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf [new file with mode: 0644]
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ComponentName.c [new file with mode: 0644]
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c [new file with mode: 0644]
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.h [new file with mode: 0644]