The normal ATA driver is capable of handling 48 bit block addressing, but
commit3ab0782040c1cd80e0dd885ae6e248bd991267d5
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 15 May 2007 20:29:16 +0000 (15 20:29 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 15 May 2007 20:29:16 +0000 (15 20:29 +0000)
tree410edea1f15cb3d1492b376eab6594b344f40c15
parent189a372da8f81473ddf54a8ac9f5bd0444380f79
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