DragonFly commits List (threaded) for 2007-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/dev/disk/ata ata-disk.c ata-disk.h
dillon 2007/05/15 13:29:17 PDT
DragonFly src repository
Modified files:
sys/dev/disk/ata ata-disk.c ata-disk.h
Log:
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.
Revision Changes Path
1.35 +1 -1 src/sys/dev/disk/ata/ata-disk.c
1.8 +1 -1 src/sys/dev/disk/ata/ata-disk.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/ata/ata-disk.c.diff?r1=1.34&r2=1.35&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/ata/ata-disk.h.diff?r1=1.7&r2=1.8&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]