Move ata_detect call to 32bit code.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 13 Mar 2008 00:57:08 +0000 (20:57 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 13 Mar 2008 00:57:08 +0000 (20:57 -0400)
commit63ccc13b70190d0079f40b369e6c8ab81737f62b
treefadcf9d98788d3a2d9017c2d7d34d42c6deed27b
parent74799df6e977ffb14a2569e40fd19d262e84b0bb
Move ata_detect call to 32bit code.

It's more natural to call the detect code from post.  It does require
some of the ATA support code be compiled in twice (once in 32bit mode
and once in 16 bit), however that only leads to a small increase in
total C code (~250 bytes).
Makefile
src/boot.c
src/post.c