Add pciidex (controller driver) and pciide (miniport driver). They enumerate channels...
authorHervé Poussineau <hpoussin@reactos.org>
Thu, 20 Oct 2005 19:33:16 +0000 (19:33 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Thu, 20 Oct 2005 19:33:16 +0000 (19:33 +0000)
commit6f1abc4b164c731e12f380a9a52753429e1cbdad
tree63051e7da1d42ecaf7cc91fdcf66a6718192f771
parenta1c14231d468d4ec682e7bb7b607f70938fdaa72
Add pciidex (controller driver) and pciide (miniport driver). They enumerate channels 0 and 1 on IDE controllers.

svn path=/trunk/; revision=18644
18 files changed:
reactos/bootdata/packages/reactos.dff
reactos/drivers/storage/directory.xml
reactos/drivers/storage/pciide/pciide.c [new file with mode: 0644]
reactos/drivers/storage/pciide/pciide.h [new file with mode: 0644]
reactos/drivers/storage/pciide/pciide.rc [new file with mode: 0644]
reactos/drivers/storage/pciide/pciide.xml [new file with mode: 0644]
reactos/drivers/storage/pciidex/fdo.c [new file with mode: 0644]
reactos/drivers/storage/pciidex/miniport.c [new file with mode: 0644]
reactos/drivers/storage/pciidex/misc.c [new file with mode: 0644]
reactos/drivers/storage/pciidex/pciidex.c [new file with mode: 0644]
reactos/drivers/storage/pciidex/pciidex.def [new file with mode: 0644]
reactos/drivers/storage/pciidex/pciidex.h [new file with mode: 0644]
reactos/drivers/storage/pciidex/pciidex.rc [new file with mode: 0644]
reactos/drivers/storage/pciidex/pciidex.xml [new file with mode: 0644]
reactos/drivers/storage/pciidex/pdo.c [new file with mode: 0644]
reactos/media/inf/hdc.inf [new file with mode: 0644]
reactos/media/inf/syssetup.inf
reactos/w32api/include/ddk/ide.h [new file with mode: 0644]