1.  use ScsiPortGetBusData() instead of HalGetBusData() to enumerate    ...
    PCI devices                                                        (8b)
2.  create 2 channels on non-primary HBA                               (9)
3.  add BusMaster detection to ISA & ISA/PCI FindController() routines  ...
    I've decided to modify AtapiFindBusMasterController() for this      ...
    purpose                                                            (9)
4.  beautify sources ;)
5.  add LBA support                                                    (8)
6.  return modified Cylinders in IDENTYFY_DATA to handle HDDs > 8Gb     ...
    properly                                                           (8)
7.  return good HDD size value for                                      ...
    a) IdeVerify()                                                     (8)
    b) SCSIOP_READ_CAPACITY                                            (8)
8.  use READ_NATIVE_SIZE command to determine actual drive capacity    (8a)
9.  send FLUSH command to device
10.
