[转]PCI的Linux实现及其驱动
PCI的Linux实现及其驱动 在Linxu下面driver/pci目录是PCI的初始化和bus的驱动,实现了dev和bus的常用的services 在driver其他目录那,比如ide和net目…
ifconfig命令是怎样调用到网络设备驱动的open函数的??
当>ifconfig eth1 192.168.0.156 up后,log信息里打印出: zd1205: (enter) zd1205_open, /home/will/stblinux-2.6.12-5.0/ZD1211_sigmadesign_f arad…
How to pass board specific info to I2C driver module
Hi All, I'm working on an ADC chip (MCP3021) driver under Linux 2.6.27. We used these two chips to monitor the CPU core current and platform…
怎样理解这一个结构体?
以下是一个设置wifi usb dongle的channel的函数 zd1205_ioctl_setfreq(struct net_device *dev, struct iw_freq *frq) { struct zd1205_priva…
How to use a Ramdisk for Linux
Abstract: This article shows how to use RAM as a virtual harddisk. -------------------------------------------------------------------------…
ppc-linux平台应用程序中怎么操作映射过来的PCI MMIO空间?
如题,PCI MEM和PCI MMIO空间已经通过mmap()系统调用映射到了用户空间,对于MEM空间应用程序可以像访问普通RAM一样访问,但是对于MMIO(memory mapped …
USB 设备 device descriptor read/64, error -110
设备在2.4下工作正常,但是到了2.6下面会出现device descriptor read/64, error -110错误,这样设备就没有挂上,不能使用,只有拔插操作才能解决。 有…