Types of Device
DriversWindows可能会有User-mode的驱动,但是我们只关注Kernel-Mode的驱动。WDM
DriversWDM是一种驱动模型,是比较常用的驱动模型。WDM可以分为以下几类:Bus Drivers负责检测到连接到该总线的设备的与PnP/Power...
分类:
其他好文 时间:
2014-06-10 14:19:00
阅读次数:
310
查询DBA在系统中的打补丁信息1.select * from ad_patch_drivers
/*查看已经打了哪些Patch*/2.select * from ad_patch_runs/*查看打patch的时间,目录等信息*/3.select *
from ad_patch_driver_lan...
分类:
数据库 时间:
2014-06-09 17:37:18
阅读次数:
403
select a.patch_name, b.DRIVER_FILE_NAME,
c.language, b.creation_datefrom apps.ad_applied_patches a, apps.ad_patch_drivers
b, apps.ad_patch_driver_lang...
分类:
数据库 时间:
2014-06-09 16:56:14
阅读次数:
357
绑定host一般分为windows和linux下两种情况。windows下,首先打开host文件,其操作步骤
,打开 C:\Windows\System32\Drivers\etc\hosts的文件(一般为文本方式),然后在下面这些行的后面添加你所要绑定的ip和域名。#
localhost name...
分类:
其他好文 时间:
2014-06-09 16:01:25
阅读次数:
360
一、
1、实现内核驱动程序模块
驱动程序freg的目录结构如下:
~/android-2.3_r1/kernel/goldfish
----drivers
----freg
----freg.h
----freg.c
...
分类:
移动开发 时间:
2014-06-08 04:11:17
阅读次数:
324
window系统hosts文件地址C:\WINDOWS\system32\drivers\etc。将下面的内容copy到host文件中就可以了。#Google
Services START203.208.46.200 0.docs.google.com203.208.46.200 0.driv...
分类:
Web程序 时间:
2014-06-07 09:39:07
阅读次数:
241
参考博文:
《u-boot-2011.03在mini2440/micro2440上的移植》移植(五)添加nand支持:host@debian:~/soft/mini2440/u-boot-2011.03$
touch drivers/mtd/nand/s3c2440_nand.c host@deb....
分类:
其他好文 时间:
2014-06-06 08:31:32
阅读次数:
450