Module Name: src Committed By: jakllsch Date: Sun Jul 22 18:21:17 UTC 2012
Modified Files: src/sys/dev/ata: satapmp_subr.c Log Message: Port multiplier registers are 64-bits wide (although the ones we need only implement 32-bits). Implement the access routines using 64-bit values and add 32-bit wrappers thereto. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ata/satapmp_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.