commit | c143761594e4961c408be4866aa10ce2b64eebe7 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun May 18 01:43:07 2008 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun May 18 01:43:07 2008 -0400 |
tree | 044eed2fdb71103fe4da63dc2de60e6ced05e845 | |
parent | abc7597692b8c74ca91d86a17c9f2590952323cf [diff] |
Cleanup ata hard drive detection. Don't rely on nvram for hd geometry - instead use values autodetected. Don't outb() to PORT_HD_DATA - was left over from old code. Reorganize parts of ata_init/ata_detect. Separate hd geometry translation code to its own functions.