j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: laurent Date: 2009-11-10 21:52:40 +0000 (Tue, 10 Nov 2009) New Revision: 605
Modified: trunk/openbios-devel/drivers/cuda.c Log: Remove broken and useless cuda unit decode/encode methods.
Signed-off-by: Laurent Vivier Laurent@vivier.eu
Modified: trunk/openbios-devel/drivers/cuda.c =================================================================== --- trunk/openbios-devel/drivers/cuda.c 2009-11-10 21:50:36 UTC (rev 604) +++ trunk/openbios-devel/drivers/cuda.c 2009-11-10 21:52:40 UTC (rev 605) @@ -219,25 +219,10 @@ { }
-static void -ob_cuda_decode_unit(void *private) -{ - PUSH(0); - fword("decode-unit-pci-bus"); -} - -static void -ob_cuda_encode_unit(void *private) -{ - fword("encode-unit-pci"); -} - NODE_METHODS(ob_cuda) = { { NULL, ob_cuda_initialize }, { "open", ob_cuda_open }, { "close", ob_cuda_close }, - { "decode-unit", ob_cuda_decode_unit }, - { "encode-unit", ob_cuda_encode_unit }, };
DECLARE_UNNAMED_NODE(rtc, INSTALL_OPEN, sizeof(int));