commit | 77d227b650c50a7dd0dbaf0ff2ec8681084ddc5f | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Thu Oct 22 21:48:39 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Oct 22 21:48:39 2009 -0400 |
tree | d8a9944c41e922f2c88269066230bc2effd1d425 | |
parent | 9db772a3e6f609ff2969aa644785c7cb66fbd988 [diff] |
Pass 'drive_s' pointer instead of driveid. Pass a pointer to the drive_s struct instead of a driveid array offset. Don't allocate ata drive's until a real drive found. Introduce getDrive() and allocDrive() functions.