summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-04-21 02:54:38 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-04-21 02:54:38 -0400
commit3d20482338f9c21ba51b828b638b21b12b854539 (patch)
tree7e7c6564e1fd86bb5e4342556d4718d4c168208a /TODO
parent801f77a86301e16a822da29f7a327a355e376409 (diff)
downloadgpsd-3d20482338f9c21ba51b828b638b21b12b854539.tar.gz
Documentation and port-issue updates.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO b/TODO
index a1a35ac7..41585602 100644
--- a/TODO
+++ b/TODO
@@ -32,13 +32,11 @@ packet aggregation issue as it doesn't happen with test logs.
*** Driver issues
-**** There are portability issues in some binary drivers.
+**** There are portability issues in the rtcm2 driver
-The italk, ntrip, tsip, ublox, and rtcm2 binary drivers fail port
-tests on the following architectures: armel, armhf, mips, powerpc,
-ppc64, s390, s390x, and sparc. This could indicate toolchain issues,
-endianness/word-length problems, or glitches produced by running a
-32-bit userland over a 64-bit kernel.
+The rtcm2 binary driver fails port testing on the following
+architectures: s390, s390x, and sparc. This is probably due
+to the compiler not honoring #pragma pack(1).
**** gpsctl -b should work on UBX, but does not.