摘要: Accessing PCI Regions PCI devices contain three addressable regions: configuration space, I/O ports, and device memory Configuration Space pci_read_config_[byte|word|dword](struct pci_dev *pdev, int o... 阅读全文
posted @ 2011-06-24 22:53 katago 阅读(236) 评论(0) 推荐(0)
摘要: 功能:将IO地址空间映射到内核的虚拟空间上。 linux-2.6.x/arch/arm/io.h 208 /* 209 * ioremap and friends. 210 * 211 * ioremap takes a PCI memory address, as specified in 212 * Documentation/IO-mapping.txt. 213 * 214 */ 215... 阅读全文
posted @ 2011-06-24 21:35 katago 阅读(3856) 评论(0) 推荐(0)
摘要: 安装 apt-get install qemu-launcher 安装完成后,在 Application/Accessories 系统菜单下,添加了qemu-laucher 的启动项。 查看安装了哪些文件 dpkg -L qemu-launcher 参考http://blog.ccidnet.com/home.php?mod=space&uid=60710&do=blog&id=612280 阅读全文
posted @ 2011-06-24 20:39 katago 阅读(1777) 评论(0) 推荐(0)
摘要: 双网卡不能将ip设置为同一网段,如果设置为同一网段则会出现,网线都插着时,只有A口有作用。只有网线在A口时,两个ip都可以访问。只有网线在B口时,网络无法访问,只有把A口停了才行(ifdown eth0)。 所以,这类情况只要设置不同网段的IP就解决问题了; 阅读全文
posted @ 2011-06-24 12:33 katago 阅读(2330) 评论(0) 推荐(0)