From: e9hack <e9hack@googlemail.com>
To: linux-dvb@linuxtv.org
Subject: [linux-dvb] [BUG] Firmware loading of FF cards is broken
Date: Tue, 03 Jun 2008 18:45:57 +0200 [thread overview]
Message-ID: <48457545.6060509@gmail.com> (raw)
Hi,
changsets 7973/7958 break the firmware loading of the TT-C2300 card. I get the following
message:
Linux video capture interface: v2.00
saa7146: register extension 'dvb'.
ACPI: PCI Interrupt 0000:04:06.0[A] -> Link [LNKA] -> GSI 18 (level, low) -> IRQ 21
saa7146: found saa7146 @ mem f98f6c00 (revision 1, irq 21) (0x13c2,0x000a).
dvb-ttpci: crc32 of dpram file does not match.
ACPI: PCI interrupt for device 0000:04:06.0 disabled
It seems, that get_unaligned_be32() is broken. The definition in compat.h is:
#define get_unaligned_be32(a) \
be32_to_cpu(get_unaligned((unsigned short *)(a)))
'unsigned short *' is wrong. It should be 'unsigned long *'.
put_unaligned_be32(), get_unaligned_le32() and put_unaligned_le32() are also wrong.
-Hartmut
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next reply other threads:[~2008-06-03 16:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-03 16:45 e9hack [this message]
2008-06-03 18:56 ` [linux-dvb] [BUG] Firmware loading of FF cards is broken Darren Salt
2008-06-03 22:12 ` Mauro Carvalho Chehab
2008-06-05 14:25 ` e9hack
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48457545.6060509@gmail.com \
--to=e9hack@googlemail.com \
--cc=linux-dvb@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox