📄 readme.txt
字号:
1.This is the source code for DW4002 or DW2002 NETWORK device driver.
2.The datasheet of DM1105 maybe not good for understanding,so pls refer the source code for the detail.
3.Deal with the TS in "IP_RX_tasklet_action".
4."dm1105_interrupt" is the interrupt for DMA.
5.The product ID is subsystemID2002subvendorID0000 or subsystemID2002subvendorID0001,
subsystemID4002subvendorID0000 or subsystemID4002subvendorID0001.
So,pls keep the table.
static struct pci_device_id dm1105_pci_tbl[] __devinitdata = { {0x109f, 0x036f, 0x0000, 0x2002, 0, 0, DW4002},
{0x109f, 0x036f, 0x0001, 0x2002, 0, 0, DW4002}, {0x109f, 0x036f, 0x0000, 0x4002, 0, 0, DW4002}, {0x109f, 0x036f, 0x0001, 0x4002, 0, 0, DW4002}, {0,} }; MODULE_DEVICE_TABLE (pci, dm1105_pci_tbl);
6.We should soft-reset the chip when bad Packets Found!pls refer to "dm1105_rx_interrupt".
7.DW2002 : 0194A tuner,DW4002 : 86A16 Tuner.
8.The source code does not include tuner code.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -