The normal ATA driver is capable of handling 48 bit block addressing, but
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 15 May 2007 20:29:16 +0000 (20:29 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 15 May 2007 20:29:16 +0000 (20:29 +0000)
commitd0e51e221ea3729e9c74869f7f493b16c246a7cc
tree5df42804d01531bdd4aa1658b6b22b5780362d92
parent3e4da308402089cc991ac802216f7f3af89d43ff
The normal ATA driver is capable of handling 48 bit block addressing, but
the blockaddr field in the ad_request structure was only 32 bits.  Expand it
to 64 bits.  Note that NATA didn't have this problem.
sys/dev/disk/ata/ata-disk.c
sys/dev/disk/ata/ata-disk.h