2009-04-05 20:09:44 UTC
Hello!
I have a PC compatible set top box with EN8471 chip on board. After adding a bit more RAM I am able to run standard Linux distro (Fedora 10) on it. With kernel 2.6.29 I can build opensigma kernel modules. Loading sigma-test.ko gives the following report in dmesg:
...
Test driver for Sigma Designs multimedia boards 0000:00:0a.0: PCI INT A -> Link[LNKC] -> GSI 10 (level, low) -> IRQ 10
SIGMA PCI device 0000:00:0a.0: reading 0x1c08 - 0x1be0
SIGMA PCI device 0000:00:0a.0: reading 0x1c08 - 0x1be0
SIGMA PCI device 0000:00:0a.0: reading 0x1c08 - 0x1be0
SIGMA PCI device 0000:00:0a.0: NeStpc
SIGMA PCI device 0000:00:0a.0: chipset EM8471 (rev. C)
SIGMA PCI device 0000:00:0a.0: vendor - 0x1105
SIGMA PCI device 0000:00:0a.0: device - 0x8471
SIGMA PCI device 0000:00:0a.0: subsystem_vendor - 0x1105
SIGMA PCI device 0000:00:0a.0: subsystem_device - 0xff
SIGMA PCI device 0000:00:0a.0: revision id - 0x3
The output of "lspci -vv " is:
...
00:0a.0 Multimedia controller: Sigma Designs, Inc. EM8471 REALmagic DVD/MPEG-4 A/V Decoder (rev 03)
Subsystem: Sigma Designs, Inc. Device 00ff
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR-FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32
Interrupt: pin A routed to IRQ 10
Region 0: Memory at e5000000 (32-bit, non-prefetchable) [size=1M]
Capabilities: [40] Power Management version 1
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: Test driver for Sigma Designs multimedia boards
...
Is it possible to add suport for it?