CN1025382C - 具有通用操作系统接口的设备驱动系统 - Google Patents
具有通用操作系统接口的设备驱动系统 Download PDFInfo
- Publication number
- CN1025382C CN1025382C CN92101820A CN92101820A CN1025382C CN 1025382 C CN1025382 C CN 1025382C CN 92101820 A CN92101820 A CN 92101820A CN 92101820 A CN92101820 A CN 92101820A CN 1025382 C CN1025382 C CN 1025382C
- Authority
- CN
- China
- Prior art keywords
- equipment
- request
- operating system
- device driver
- card
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/10—Program control for peripheral devices
- G06F13/105—Program control for peripheral devices where the programme performs an input/output emulation function
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/10—Program control for peripheral devices
- G06F13/102—Program control for peripheral devices where the programme performs an interfacing function, e.g. device driver
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Bus Control (AREA)
- Stored Programmes (AREA)
- Programmable Controllers (AREA)
Abstract
设备驱动系统包括一个处理多个I/O设备特定功能的芯体,它包括一个通用于不同操作系统的操作系统接口;一个操作系统具有该操作系统所唯一具有的设备驱动器接口;在芯体和操作系统之间置有一层转换程序层,用于转换操作系统的设备驱动器接口和芯体的通用操作系统接口。芯体包括一通道处理器,它包含一个请求分配器、各请求队列,指令起动器和多个相应于I/O设备中状态机的状态机。在硬件和通道处理器之间有一层传送层接口。
Description
本发明涉及数据处理领域,并且更详细地讲,涉及到对各设备驱动系统的一些改进,从而一个设备驱动系统的主要部分(这里称为“芯体”〔Core〕),具有一个通用的操作系统接口,使这样的“芯体”用于各种不同的操作系统,而不用对该芯体作任何实质的改变。
作为技术背景来说,设备驱动器是控制或处理自I/O〔输入或输出〕设备流入或输出的数据流的程度或程序。驱动器形成操作系统的一部分并与操作系统其它部分相互作用。一个操作系统通常包括用于I/O设备的一套基本的设备驱动器,例如,个人计算机通常使用的键盘、固定磁盘和软盘、显示器以及打印机,当一个I/O设备加到一个数据处理系统中,并且这样的设备不能被已有的操作器所操作器所操作时,为了应用这一设备则必须对该系统增加一台新的驱动器,这样的新驱动器照例由该I/O设备的制造方提供,并且按照该操作系统所建立的程序安装在该系统中,在具有IBM DOS或OS/2操作系统进行操作的个人计算机中,在起动或套用这类计算机时,利用在一个配置系统(CONFIG.SYS)文件中的命令或指令来建立这样的驱动器。
通常为了一个具体的操作系统来建立各种设备驱动器,在IBM系统期刊1988年第2期27卷170-184页中A.M.Mizell著的“理解操作系统/2的设备驱动器”一文中阐述了设备驱动器对IBM GS/2操作系统的关系。这种操作系统提供多重任务的操作,其中不同的程序能够共同兼用单一设备,以及一个或多个程序同时应用各不同的设备。十分明显,这种设备驱动器和设备处理程序是十分复杂的,并且通常成为操作系统的从属物,为一个操作系统所设计的一个设备驱动器不进行大量的修改则不能为另一操作系统所用。
高性能型号的IBM PS/2个人计算机包括有按照Micro Channel(微通道)结构设计的总线。(IBM,OS/2,Ps/2和Micro Channel是国际商用机器(IBM)公司的商标)。这样的总线以下称为“MC总线”,并且提供这样的装置,即用它可将附加的I/O设备和附属系统连接到各个计算机上。SCSI(Small computer system Interface小型计算机系统接口)总线是按照SCSI体系设计的一条总线,并提供一套标准化设计,把SCSI设准的I/O设备在其上连接,也即是专门设计的用于连接到一条SCSI总线上的设备。SCSI体系定义了一项SCSI指令组,用于访问SCSI设备。SCSI适配器和SCSI ABIOS(前置基本输入/输出操作系统)可在市场买到,并且它允许SCSI设备通过一条MC总线连接到PS/2计算机,91年2月12日提交的美国专利申请号07/654,441,公开了这种SCSI设备用的一种设备驱动系统,即D.T.Feriozi Jr.等人提出的题为“用于多重任务的操作系统的SCSI设备驱动器”,并转让给本发明要求权利保护的受让人。在该类申请所公开的系统中,SCSI设备驱动器是专门为OS/2操作系统之用而建立的,这种驱动器必须大加修改才能用于其它操作系统。
一个设备驱动系统一般能分成两个主要部分,一部分是与操作系统接口的部分,以及第二是与硬件连接的接口部分,它包括处理I/O设备所需的专用信息。据我们估计,致力于开发建立不同操作系统用的新型设备驱动器中有10-20%的努力是在一部分,而其余80~90%是消耗在开发第二部分,本发明的主要目的之一就是提供一种设备驱动
器芯,这通用于多个不同的操作系统,并且不需修改而被用于各不同的操作系统。这样的系统还包括一个操作系统专用变址层,用于转换在该芯体中的一个通用操作系统接口和一个被使用的操作系统中专用的设备驱动器接口之间的信息。当该芯用于不同的操作系统时,只需改变该变址层即可,这样就可节省80~90%致力于整个设备驱动器系统不得不重新设计和开发所需的消耗。
本发明的目的之一是提供一种不需要实质上的修改而能用于各不同操作系统的设备驱动器系统。
本发明的另一目的在于提供一个具有通用于各不同操作系统的芯体的设备驱动器系统。
本发明的进一步目的在于一种设备驱动系统,用于处理各不同操作系统中的极不相同的各I/O设备,包括SCSI设备。
本发明的再一个目的在于提供一种通用的设备驱动器芯体,它能应用于各不同的操作系统,并且还允许扩展该芯体来适应新的或不同的设备和特性,这些是前些已有设备驱动器所不能提供的。
本发明还有一个另外目的在于提供具有一个卡片状态机的一种设备驱动器芯体,该状态机包括多个逻辑设备状态机,这些机器模拟了相应于I/O设备中的各具体的设备状态机,并且能使这些相应成对儿的逻辑状态机和具体状态机在互相直接对应(Peer-to-peer basis)的基础上接口。
本发明的另一个目的在于提供具有一个传送层的一种设备驱动器芯体,该传送层提供给该系统中的每一SCSI适配器卡片,以及提供一组能被该卡片使用的传送功能。
简言之,根据本发明,一种设备驱动系统包括处理多个指定功能的I/O设备的芯体,该芯体包括一个操作系统接口,它通用于各不同操作系统,一个操作系统包括只有该操作系统才有的一个设备驱动器接口。一个转换程序被放于该芯体和该操作系统之间的层中,用于转换该操作系统的设备驱动器接口和该芯体的通用操作系统接口之间的信息。
本发明的其它目的和优点从下面结合附图所作的说明中可清楚了解。
图1是实施本发明的数据处理系统的方框图;
图2是图1所示系统接口的更详细的方框图,以及
图3是图1所示操作系统独立设备驱动器的更详细的方框图。
现在参照附图,并首先看图1,这里表示一个数据操作系统10可在一个操作系统(OS)的操作下执行应用程序16、系统10包括连接到总线系统14的一个处理器12,该总线14将系统10的其它各元件互相连接起来,其它元件包括:一个RAM(随机存取存储器)18、一个键盘20、一个显示器22、一个软盘驱动器24,一个固定盘驱动器26,以及多个MC(微通道)连接器28,两个SCSI适配器30和30′被插到各不同的连接器28之一。适配器30被接到一个SCSI总线31上,该总线31依次接到一个视觉SCSI设备32和一个磁带SCSI设备33上,适配器30′连接到另一SCSI总线31′,该总线31′依次连接到一个磁带SCSI设备34和一个SCSI直接访问存储设备(DASD)35上,适配器30包括一个具体卡片状态机(PCSM)36;适配器30′也包括一个PCSM(未示出)。很显然,适配器卡片和I/O设备的型式和数目可根据用户的需要随着一个系统到另一个系统而改变,并且所说明的系统仅是为了理解本发明而考虑的例子。还须注意,项目30和30′这里可用同义语和互换的术语“适配器”、“适配器卡片”和“卡片”来表示。
应用程序16存储于RAM18中由处理器12执行,该操作系统包括存储RAM18中由处理器12执行的一个核心11,存储在RAM18中还有一个三元设备驱动器系统,它包括OS特定设备驱动器(OSSDD)38、一个OS特定的变址层(OSSML)40和一个设备驱动器芯体(DDC)42,除该设备驱动系统外,(也即除元件38、40和42外),描述在上面的系统10的其它接口是市场可买到的,所以根据本理解本发明的需要,在这里仅对它们作那么多详述。OSSDD38包括一组设备驱动器程序,这些是该操作系统的特定程序,并且提供一个对OSSML40的接口,它符合于标准接口,通过此接口将操作系统提供到常规的各设备驱动器。DDC42具有一个与操作系统相连的接口,它通用于多个操作系统。OSSML40是一层在OSSDD38和DDC42之间的功能层,它将对以经过标准操作系统设备驱动器接口和通用的设备驱动器操作系统接口之间的项目进行转换。DDC42实施成在各不同的操作系统之间可以轻便移
动,因此,如果一个不同的操作系统被装在系统10中,仍能应用DDC42,不过OSSDD38和OSSML40需被替换,以便与新的操作系统相一致。
参照图2,应用程序16根据系统调入43对该操作系统发出的I/O请求而访问I/O设备32-35。这样的调入被OS核芯11接受,该核芯将这些调入译码,然后根据该请求被导引到的设备类别发送到一个OSSDD中。所述系统有两个SCSI设备类别,一个DASD类和一个磁带夹。该系统因而有两个OSSDD38和38′用于处理这不同类别的请求。OSSDD发布命令并将数据经过该标准化的操作系统设备驱动接口46送到OSSML,该OSSML译码和转换这些指令以便经过设备驱动器操作系统接口48送到DDC42。OSSML也有两个相应于这两个类别的部件40和40′。接口46包括下列SCSI的程序:设备-开始(dev-init),设备-起动(dev-atart),设备-停止(dev-stop),设备-检查(dev-rw),设备-储存(dev-reserve),设备-接通(dev-close),设备-格式(dev-format),SCSI-寻找-类别(scsi-find-class),SCSi-得到-返回(scsi-get-rtns),SCSi-寄存-分类-(scsi-register-class),SCSi-寄存-设备-返回(scsi-register-dev-rnts),开始-SCSi-输入/输出(begin-scsi-io),do-scsi-cmd,SCSi-开始(scsi-init),SCSi-停止设备(scsi-stopdev),得到-询问(get-inquiry),高密度数据操作读(hddoread),高密度数据操作(hddowrite),以及置一类别0(set-class 0)。接口46还包括返回到OS核芯的各接口,包括得到-无设备(get-devno,报告-错误(report-err),输入/输出-已做(io-done)以及图象-输入/输出(map-io)。
DDC42包括多类设备驱动器50和52,它们分别通用于SCSI DASD类别和SCSI磁带类。自接口48收到的I/O请求直接引向适当类别的驱动器。四个特定的设备驱动器(SDD)驱动器54、56、58和60专门或唯一的对每个特定的SCSI设备提供驱动器功能。驱动器54和56对视觉的SCSI设备32和DASD SCSI设备35提供的驱动器功能。驱动器58和60对磁带设备33和34提供特定的驱动器功能。这两个专用的磁带设备,例如,可以是一个4毫米的磁带驱动和一个8毫米的磁带驱动(要求稍微不同于SDDS)。DDC42还包括一个通道处理器62和具有多个传送程序64及66的一个传送层,对系统中的每个SCSI适匹器有一个传送程序。
OS核芯11还包括设备驱动器辅助装置70,它由各不同的例行程序调入于设备驱动器系统中,因OSSDD38是操作系统专用的,所以辅助装置70直接由请求72调入,但是,在DC42中的程序发出请求76,它是通用于那样的操作系统辅助装置的,以及OSSML40将那样的请求译码成该操作系统专用的请求74。这样的请求通常是用于提取程序以便从该OS获得信息。
图3表示对通道处理器62诸多细部与候传送层和状态机之间的关系。通道处理器62包括一个请求分配器80、请求入列82、一个指令起动器84和一个逻辑卡片状态机(CSM)87通道处理器62接受请求分配器80中的I/O请求。当在大约同一时间接受多个请求时,这些请求被堆积在分配器的内部,然后每次服务一个,分配器80确定该请求是为了哪个SCSI设备,执行在入队前需作的任何一项功能,建立一个通用的请求方框,并且将此请求方框分配到相应的设备队列82。
设备队列82包括三部分:一个入队功能92、多个设备请求排队94/n(这些“n”识别所连接的I/O设备),以及一个出队功能98,每个请求队列是由个个请求方框96组在的,当从分配器80接受一个请求方框96时,入队功能92即把该请求方框相应于提出该请求的I/O设备放在该队列94中,在响应从指令起动器84接受的一条信息而为一个具体设备传送下一个请求方框中,出队功能98从一个排队列中撤出一个请求方框96,并将其传送到该请求器。该出队功能可用很多种方法进行,例如FIFO(先进、先出)、优先权等级等。
指令起动器84把接受的请求通用方框96的转换成SCSI特定的请求方框102,然后通过传送层64或66之一传送到一个系统的状态机,以用于I/O请求所被指引到的设备,指令起动器根据每一个通用的请求建立一个或以上的SCSI指令,或把多个通用请求优化成为一个单一的SCSI指令,例如,若干个系列盘阅读该能优化为一个单一
的SCSI读指令。因为各传送层都是相似的,所以只在图3中示出一层64,以使说明简单些,与层66的联系通过示于起动器84的右边处的路径实现。
CSM87在逻辑上相同于PCSM36且包含一个卡片数据结构112,它在下面讨论的其它元件中,包括相应的PSSM状态方面的信息。CSM还包括有多个逻辑设备状态机(LDSM)88,有一个LDSM88是为系统中每个I/O设备用的,多个LDSM与相应于该卡片的传送层相连接,该卡片与和I/O设备连接。因此,LDSM88/32和88/33与传送层64相互作用,这是因为设备32和33被接到层64相对应的适配器30的缘故,传送层64是字符的E形且具有3个属层64A-64C,各种不同的请求和信息通过它们,属层64A接受从起动器84来的一项请求,确定还被连接的适配器同时处理的请求的数量是否超过了该适配置在任一给定时间所能处理的最大数目,如果该适配器太忙,则该请求沿通道104传送到属层64B,该层确定是否在相连的队列100中有任何悬而未决的请求。如果没有悬而未决的请求一个设备,那么现行的请求被传送到适当的LDSM88。
CSM87和各LDSM88形成在存储器18中,并且与相应的各具体设备状态机(PDSM)成对儿形成模型。这些PDSM是执行实时I/O操作的实际I/O设备,并且包括内部锁存器、寄存器和代表该机具体状态的信号,以及响应控制该设备操作等激励的设备逻辑,详细讲,如图3所示,LDSM88/32是PDSM32′的一个模型,LDSM88/33是PDSM33′的一个模型,每个逻辑和具体状态机识别设备进入的状态,设备是在线并响应于一个激励而依据先前的状态和激励的性质而转换到另一种状态。因此,举例来说,假定PDSM33′具有三种状态A′,B′和C′,相应的LDSM88/33也有相应于状态A′-C′的三种状态A,B和C,每个LDSM与PDSM成对儿,并且各成对儿的状态机借助于通过传送属层64C传输的各信息而相互联系。各成对儿的状态机布置成一个直接对应一个地控制,相反于主/从控制,以提供各种新的功能和利益,如下所述。
利用上节所述的例子,当指令起动器84发出信息(请求)沿着104到达LDSM88/33时,开始一个典型的操作,这就造成此等状态机从状态A转换到状态B,这个转换部分在于将信息或指令经过造成该设备从状态A′进到状态B′的通道106送到PDSM33′。通道106通过传送属层64C,该属层建立控制SCSI设备33的操作所需的指令或控制分程序,这种控制分程序沿通道106输送,当设备33完成所期望的操作时,PDSM33′从状态B′转换到状态C′。这个转换的一部分在于将一个响应(指令的结果)沿通道108送回到LDSM88/33,根据收到的该信息(结果),LDSM88/33从状态B转换到状态C,这个转换的一部分在于将一个信息(结果)经过通道110送回到指令起动器。然后从队列94/33能得到一个新的请求。注意,一个LDSM不必永远是一个请求的起动者,一个设备和PDSM也能做为一个起动器,这就意味着,能产生异步处理。
这种状态机的内部相互作用提供多种重要的功能和利益,同步设备(即磁盘、磁带)和非同步设备(即LAN和其它通信设备)可附加到同一总线/适配器组合上,该状态机的内部相互作用在同步处理器驱动设备(即磁盘)和非同步驱动设备(通信设备)之间存在对称关联,对于同步设备,消失的跟踪中断被简化了,在相应的状态机中,可能有定时的转换,这样的转换允许解决何时需要将更多化的缓冲器分配络合通信设备的问题。对称状态模型允许一个机内设备处理任一可能存在的机外超高速缓冲存储器的状态。由于所有层次的通道处理器都能由设备专用码扩展,所以许多这样的功能有可能是成立的。可以用标准码,对不被现有的子系统中码复盖的一个设备的各区才需要写入和开发新码。
在每个CSM中包含的是一个卡片数据结构112,它的元件细节根据附属设备的元件细节随机器的不同而不同,每个卡片数据结构包括下述各组信息字段:
字段 信息
1 卡片识别器信息-描述指定的适配器卡,也即I/O口,存储器变换的地址等,
2 错误信息-当一个错误发生时,存储各错误码的地方
3 卡片状态-指示该卡片所处在的现行状态,即未初始化,未出现,复盖,错误
校正过程(ERP),初始化,在占用和被损坏。
4 标志-用于修改某些为该卡片用的码的行为,大都在卡片已被初始化时置位。
5 设备状态指示器-指示设备状态数组。
6 传送功能指示器-指示为该卡片用的传送功能。
7 工作排队-对于卡片执行的不代表任何设备的工作排队,(设备I/O请求不在此队列中)。
所有关于一个卡片和附于其处的设备的活动状态信息都保持在该卡片数据结构112之外,这类结构保持为一个此等结构的阵列。该卡片号码被用作编入该阵列的索引,以便一个具体卡片访问一单独结构,通常,对于一个PS/2计算机,采用将一个特定卡片插入的槽及具体卡片号码。
传送功能114设置在传送层并作为一个联络清单被存储,对每个类型的适配器有一个传送功能114。这些传送功能包括:各数据和程序,程序包括一个指示器(指到清单中的下一个传送功能):卡片识别器,存在的测试程序,初始化卡片程序,中断程序,输出指令程序,再置程序。配置指令组程序,自由终端成组程序,建立指令成组程序,过程卡片工作排队程序,得到状态成组程序,过程指令错误程序,再起动I/O程序,修改指令成组程序,以及错误报告程序。
当系统10被初始化时,每个传送功能被扫描,直到发现有一个与被初始化卡片相匹配为止,寻找匹配是利用一个组合的卡片识别器字段和调用存在的测试程序来进行。当找到一个匹配时,指令该单独传送功能的指示器被放到合适的卡片状态结构中,对一个具体卡片这就允许快速访问该传送功能。如果在该系统中有多个同型的适配器卡片,则多个卡片状态结构可指到一个特定的传送功能。
因为数个卡片状态结构112能指到一个具体传送功能,所以每个卡片的这些指定保存在该卡片状态结构中作为卡片识别器的一部分,在其卡片识别器字段中的传送功能114保持有该型卡片用的通用信息(即可以出现在控制各寄存器的所有可能的I/O接口的清单)。该传送功能能按照单个卡片执行的某项功能的特征隔离具体加以区分。
这将不会被弄错BISO操作。这些传送功能主要是把焦点集中于将各指令专门发送到卡片和该卡片的响应,这些传送功能是不分状态的,其中所有关正被执行的活动的状态信息都被保持在较高层次,该传送功能被调用来执行该卡片上某些很专门的功能。
当I/O设备被加到该系统并且DDC42需加以修改以控制这些设备时,这些修改可包括在编码扩展中,它们可被置于合适的一个或一个以上DDC42的各不同接口上,因此,各编码扩展(用E尾缀指示)可被安排为,扩展80E去请求分配器,扩展992E和98E为入队和出队功能92和96,扩展84E为指令初始器,以及扩展64E为传送层64,各扩展还能对逻辑状态机做出,例如,假定设备32具有3种状态X′、Y′和Z′,以致PDSM包括这样的一些状态,并且当它被加到该系统上时,存在着一个现有它LDSM只有两种状态X和Y,LDSM88/32用加一个相应于状态Z的扩展来形成。
对于熟悉本领域技术的人员很显然,在细节方面和步骤的排列上以及各部件上都能做出许多改变,但都不离乎下述权利要求所界限的本发明范围。
Claims (14)
1、一种数据处理系统,具有一个存储系统用于存储应用程序和一个操作系统,一个处理器用于执行所述程序,以及多个I/O设备,其特征为:
所述操作系统具有一个所述操作系统唯一的设备驱动器接口;
一个设备驱动器芯体,具有一个通用于多个不同的操作系统的操作系统接口;以及
一个转换程序被从功能上述在所述操作系统和所述设备驱动器芯体之间形成层,用于转换在所述操作系统的所述设备驱动器接口和所述设备驱动器芯体的所述操作系统之间的信息。
2、如权利要求1的一个数据处理系统,其特征为,所述设备驱动器芯包括:
多个I/O分类设备驱动器,包括在所述数据处理系统中的不同类别的I/O设备;以及
多个设备特定的设备驱动器,每个包括所述数据处理系统中的一个不同的I/O设备,所述设备特定的设备驱动器是按照设备类别在所述分类设备驱动器下面形成的层。
3、如权利要求1的一个数据处理系统,其特征为,所述的设备驱动器芯体包括:
一个通道处理器,可操作地接受来自所述操作系统的I/O请求,排队所述请求,以及译码所述请求成为所述I/O设备用的专门指令;以及
一个传送层,接口在所述通道处理器和所述I/O设备之间。
4、如权利要求3的一个数据处理系统,其特征为,
所述I/O设备包括多个具体设备状态机(PDSM);以及
所述通道处理器包括多个逻辑设备状态机(LDSM),每个相应于一个不同的所述PDSM并与其成对儿,用于在每对中的每个状态机之间的通信。
5、如权利要求4的一个数据处理系统,其特征为,
每对的一个LDSM和一个PDSM被布置成一个直接对应的控制,因而这种LDSM通过送一个指令能造成这种PDSM转换状态,这种PDSM也能传送一个指令造成这种LDSM转换状态。
6、如权利要求5的一个数据处理系统,其特征为,
所述数据处理系统包括一个适配置卡片,用于连接到多个所述I/O设备已,所述适配器卡片包括一个具体的卡片状态机;以及
所述通道处理器包括一个逻辑卡片状态机,它模仿所述具体卡片状态机。
7、如权利要求6的一个数据处理机,其特征为,
所述传送层包括多个属层,且所述逻辑状态机是夹在所属各属层之间的层,从而所有的I/O请求在到达所述逻辑状态机之前经过所述各属层。
8、按照权利要求7的一个数据处理系统,其特征为,当一个收到的I/O请求正被送到一个附在所述适配器卡片上的I/O设备时,所述属层之一被操作到确定是否所述适配器卡片被占用,因为它经常地处理一予定数目的I/O请求,这样的一个属层被进一步操作到置放所述收到的I/O请求在一个卡片请求队列上,直到当正被所述卡片处理的I/O请求的数目跌到所述予定数目之下为止。
9、如权利要求3的一个数据处理系统,其特征在于,所述通道道处理器包括:
多个请求队列,用于暂时存储I/O请求,对每个I/O设备有一个请求队列。
一个请求分配器,用于接受I/O请求和分配这些请求,按照每个请求所针对的设备来分配到所述请求的队列之一。
10、如权利要求9的一个数据处理系统,其特征为,所述的通道处理器还包括:
多个逻辑状态机,用于控制所述I/O设备的操作:
一个指令初始器可操作到接受从所述请求队列中来的I/O请求,并译码每个请求成一个专门的I/O指令,然后它被送到所述状态机之一,按照这个专门的I/O指令去操作所述的I/O设备之一。
11、如权利要求10的一个数据处理系统,其特征为,
所述数据处理系统包括一个SCSI总线,并且所述I/O设备是连接到所述SCSI总线上的SCSI设备。
12、如权利要求11的一个数据处理系统,其特征为,
所述数据处理系统包括一个连接到所述SCSI总线上,并包含一个具体的卡片状态机(PCSM)的适配器卡片:
所述通道处理器包括一个逻辑卡片状态机(LCSM),它相应于所述的PCSM,所述LCSM包含一个卡片状态数据结构,它可置位于指示所述PCSM的一个现状态。
13、如权利要求12的一个数据处理系统,其特征为,
所述传送层包括一个含有用于与所述I/O设备接口的程序的传送功能,以及
所述卡片数据结构包含一个指示器,指到所述传送功能。
14、如权利要求3的一个数据处理系统,其特征为:
所述通道处理器包括扩展程序,用于扩充所述通道处理器的操作范围超过已有的限制。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US07/675,230 | 1991-03-26 | ||
US07/675,230 US5265252A (en) | 1991-03-26 | 1991-03-26 | Device driver system having generic operating system interface |
US675,230 | 1991-03-26 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1065346A CN1065346A (zh) | 1992-10-14 |
CN1025382C true CN1025382C (zh) | 1994-07-06 |
Family
ID=24709582
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN92101820A Expired - Lifetime CN1025382C (zh) | 1991-03-26 | 1992-03-18 | 具有通用操作系统接口的设备驱动系统 |
Country Status (8)
Country | Link |
---|---|
US (1) | US5265252A (zh) |
EP (1) | EP0506278B1 (zh) |
JP (1) | JPH07122863B2 (zh) |
KR (1) | KR960003413B1 (zh) |
CN (1) | CN1025382C (zh) |
AR (1) | AR246809A1 (zh) |
BR (1) | BR9201031A (zh) |
DE (1) | DE69227939T2 (zh) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102467381A (zh) * | 2010-11-16 | 2012-05-23 | 北京中电华大电子设计有限责任公司 | 一种wlan驱动实现方法 |
CN102831707A (zh) * | 2012-08-09 | 2012-12-19 | 北京南天软件有限公司 | 一种通用外设驱动接口 |
Families Citing this family (177)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5649171A (en) * | 1991-04-12 | 1997-07-15 | Accom, Inc. | On-line video editing system |
JPH0774984B2 (ja) * | 1991-06-10 | 1995-08-09 | インターナショナル・ビジネス・マシーンズ・コーポレイション | システム資源利用率測定方法とデータ処理システム |
US5319751A (en) * | 1991-12-27 | 1994-06-07 | Intel Corporation | Device driver configuration in a computer system |
US5517636A (en) * | 1992-01-07 | 1996-05-14 | Unisys Corporation | Platform independent data communication system and method |
US5628014A (en) * | 1992-03-20 | 1997-05-06 | Paranode, Inc. | Methods and apparatus for node caching at the file level |
JPH05341918A (ja) * | 1992-05-12 | 1993-12-24 | Internatl Business Mach Corp <Ibm> | 二重化デイスク記憶装置システムを構成するための接続装置 |
EP0588046A1 (en) * | 1992-08-14 | 1994-03-23 | International Business Machines Corporation | IEEE standard 802.2 virtual device driver |
EP0584909A1 (en) * | 1992-08-26 | 1994-03-02 | Sun Microsystems, Inc. | Self configuring device system |
US5781797A (en) * | 1992-09-30 | 1998-07-14 | Microsoft Corporation | Method and system for configuring device driver by selecting a plurality of component drivers to be included in the device driver |
US5659690A (en) * | 1992-10-15 | 1997-08-19 | Adaptec, Inc. | Programmably configurable host adapter integrated circuit including a RISC processor |
EP0610677A3 (en) * | 1993-02-12 | 1995-08-02 | Ibm | Communication device management module operating in two modes. |
JPH06301555A (ja) * | 1993-02-26 | 1994-10-28 | Internatl Business Mach Corp <Ibm> | マイクロカーネル上の複数の共存オペレーティング・システム・パーソナリティ用のシステム |
US5664195A (en) * | 1993-04-07 | 1997-09-02 | Sequoia Systems, Inc. | Method and apparatus for dynamic installation of a driver on a computer system |
JPH0765540A (ja) * | 1993-08-27 | 1995-03-10 | Olympus Optical Co Ltd | 光カードの情報管理装置 |
US5619682A (en) * | 1993-09-28 | 1997-04-08 | Bull Hn Information Systems Inc. | Executing network layered communications of a first system on a second system using a communication bridge transparent to the different communication layers |
US6453363B1 (en) * | 1993-10-21 | 2002-09-17 | Microsoft Corporation | Method and computer system for integrating a compression system with an operating system |
EP0657809B1 (en) * | 1993-12-13 | 2000-04-05 | International Business Machines Corporation | Input/output objects in operating system kernel |
US5781798A (en) * | 1993-12-30 | 1998-07-14 | International Business Machines Corporation | Method and apparatus for providing hot swapping capability in a computer system with static peripheral driver software |
US5794014A (en) * | 1994-06-27 | 1998-08-11 | Cirrus Logic, Inc. | Method and apparatus for interfacing between peripherals of multiple formats and a single system bus |
US5915129A (en) | 1994-06-27 | 1999-06-22 | Microsoft Corporation | Method and system for storing uncompressed data in a memory cache that is destined for a compressed file system |
US5727184A (en) * | 1994-06-27 | 1998-03-10 | Cirrus Logic, Inc. | Method and apparatus for interfacing between peripherals of multiple formats and a single system bus |
US5860022A (en) * | 1994-07-26 | 1999-01-12 | Hitachi, Ltd. | Computer system and method of issuing input/output commands therefrom |
US5555510A (en) * | 1994-08-02 | 1996-09-10 | Intel Corporation | Automatic computer card insertion and removal algorithm |
US5729719A (en) * | 1994-09-07 | 1998-03-17 | Adaptec, Inc. | Synchronization circuit for clocked signals of similar frequencies |
US5640592A (en) * | 1994-09-30 | 1997-06-17 | Mitsubishi Kasei America, Inc. | System for transferring utility algorithm stored within a peripheral device to a host computer in a format compatible with the type of the host computer |
JPH08161250A (ja) * | 1994-12-06 | 1996-06-21 | Canon Inc | 情報処理装置 |
US5687376A (en) * | 1994-12-15 | 1997-11-11 | International Business Machines Corporation | System for monitoring performance of advanced graphics driver including filter modules for passing supported commands associated with function calls and recording task execution time for graphic operation |
US5715459A (en) * | 1994-12-15 | 1998-02-03 | International Business Machines Corporation | Advanced graphics driver architecture |
US5727212A (en) * | 1995-04-12 | 1998-03-10 | International Business Machines Corporation | Object oriented device driver system for procedural device drivers |
US6549942B1 (en) * | 1995-05-25 | 2003-04-15 | Audiohighway.Com | Enhanced delivery of audio data for portable playback |
US5841979A (en) * | 1995-05-25 | 1998-11-24 | Information Highway Media Corp. | Enhanced delivery of audio data |
US5623696A (en) * | 1995-05-30 | 1997-04-22 | International Business Machines Corporation | System for formatting a request into a packet which can be read by plurality of operating systems for providing a driver for a storage device |
US5666485A (en) * | 1995-06-07 | 1997-09-09 | Samsung Electronics Inc. | Software driver for a system bus |
DE69620062T2 (de) * | 1995-07-07 | 2002-11-14 | Sun Microsystems, Inc. | Datenzugriffimplementierung von Gerätetreiberschnittstelle |
US5774720A (en) * | 1995-08-18 | 1998-06-30 | International Business Machines Corporation | Personality neutral graphics subsystem |
US5767849A (en) * | 1995-08-18 | 1998-06-16 | International Business Machines Corporation | Personality neutral window management subsystem |
US6009476A (en) * | 1995-11-21 | 1999-12-28 | Diamond Multimedia Systems, Inc. | Device driver architecture supporting emulation environment |
US6289396B1 (en) * | 1995-11-21 | 2001-09-11 | Diamond Multimedia Systems, Inc. | Dynamic programmable mode switching device driver architecture |
US6393495B1 (en) | 1995-11-21 | 2002-05-21 | Diamond Multimedia Systems, Inc. | Modular virtualizing device driver architecture |
US5752032A (en) * | 1995-11-21 | 1998-05-12 | Diamond Multimedia Systems, Inc. | Adaptive device driver using controller hardware sub-element identifier |
JP2787911B2 (ja) * | 1996-03-29 | 1998-08-20 | 三菱電機株式会社 | データストレージ管理方式及びデータストレージ管理方法 |
US6247067B1 (en) * | 1996-03-29 | 2001-06-12 | Sun Microsystems, Inc. | Transparently converting program calls between interfaces |
US5940613A (en) * | 1996-05-01 | 1999-08-17 | Sun Microsystems, Inc. | Method for creating a single binary virtual device driver for a windowing operating system |
US5839095A (en) * | 1996-06-07 | 1998-11-17 | Liu; Johny | Multimedia control center for controlling peripheral devices of a personal computer |
US5959536A (en) * | 1996-10-15 | 1999-09-28 | Philips Electronics North America Corporation | Task-driven distributed multimedia consumer system |
US6651104B1 (en) * | 1996-11-12 | 2003-11-18 | Ericsson Inc. | Multi-layered interface for interconnecting application programs to system bus lines for electronic devices |
US5867671A (en) * | 1996-11-20 | 1999-02-02 | Ncr Corporation | Virtual device for performing an operation in response to a SCSI command different than the operation of a SCSI device responding to the SCSI command |
US6064660A (en) * | 1996-12-12 | 2000-05-16 | Optimay Corporation | GSM transceiver with portable protocol stack |
US6003093A (en) * | 1996-12-19 | 1999-12-14 | Canon Kabushiki Kaisha | Architecture for image processing application |
US6212576B1 (en) | 1997-01-27 | 2001-04-03 | Optimay Corporation | Operating system interface for use with multitasking GSM protocol stacks |
US6078741A (en) * | 1997-02-05 | 2000-06-20 | Firsttel Systems Corporation | Automatic generation of reconfiguration scripts for telecommunication devices |
GB2321981B (en) * | 1997-02-06 | 2002-01-09 | Ibm | Hosted machine code installation |
US5978912A (en) * | 1997-03-20 | 1999-11-02 | Phoenix Technologies Limited | Network enhanced BIOS enabling remote management of a computer without a functioning operating system |
US5958022A (en) * | 1997-03-21 | 1999-09-28 | International Business Machines Corporation | System and method for I/O access mode selection |
WO1998044482A1 (en) | 1997-03-31 | 1998-10-08 | Ttsi (Technical Telephone Systems, Inc.) | Computer-telephony integration employing an intelligent keyboard and method for same |
US5961642A (en) * | 1997-07-31 | 1999-10-05 | Ncr Corporation | Generic kernel modification for the dynamic configuration of operating systems in a multi-processor system |
US6311228B1 (en) * | 1997-08-06 | 2001-10-30 | Microsoft Corporation | Method and architecture for simplified communications with HID devices |
US6038538A (en) * | 1997-09-15 | 2000-03-14 | International Business Machines Corporation | Generating process models from workflow logs |
US6021410A (en) * | 1997-09-25 | 2000-02-01 | International Business Machines Corporation | Extensible digital library |
US6148387A (en) * | 1997-10-09 | 2000-11-14 | Phoenix Technologies, Ltd. | System and method for securely utilizing basic input and output system (BIOS) services |
US6286054B2 (en) * | 1997-10-27 | 2001-09-04 | Flashpoint Technology, Inc. | Method and system for supporting multiple capture devices |
US6321374B1 (en) | 1997-11-07 | 2001-11-20 | International Business Machines Corporation | Application-independent generator to generate a database transaction manager in heterogeneous information systems |
US6256636B1 (en) | 1997-11-26 | 2001-07-03 | International Business Machines Corporation | Object server for a digital library system |
US6078747A (en) * | 1998-01-05 | 2000-06-20 | Jewitt; James W. | Application program interface to physical devices |
JP4236729B2 (ja) * | 1998-05-07 | 2009-03-11 | 株式会社リコー | データ処理装置 |
GB2340265B (en) * | 1998-07-31 | 2003-04-23 | Sony Uk Ltd | Data processing |
US6282586B1 (en) * | 1998-10-28 | 2001-08-28 | 3Com Corporation | Method in an operating system, a method and system for supporting multiple hardware devices from a single communications port |
US6618767B1 (en) * | 1998-11-17 | 2003-09-09 | Sun Microsystems, Inc. | Mechanism by which devices on unforeseen platform variants may be supported without re-release of core platform kernel software |
GB2345986A (en) * | 1999-01-19 | 2000-07-26 | Inventec Corp | Computer mouse/mice driver |
US7213061B1 (en) | 1999-04-29 | 2007-05-01 | Amx Llc | Internet control system and method |
EP1051028A1 (en) * | 1999-05-05 | 2000-11-08 | Sony International (Europe) GmbH | Control module of a tuner for a HAVI network |
MXPA01011903A (es) * | 1999-05-21 | 2002-06-21 | Gen Instrument Corp | Interfaz de programacion para un software del sistema nucleo para descodificador de television. |
WO2000074368A2 (en) * | 1999-06-01 | 2000-12-07 | Bsquare Corporation | Device driver platform layer |
JP3946397B2 (ja) | 1999-12-24 | 2007-07-18 | 三菱電機株式会社 | 車載情報処理装置 |
US6553223B1 (en) * | 1999-12-30 | 2003-04-22 | Qualcomm Incorporated | Virtual device architecture for mobile telephones |
US7117263B1 (en) | 2000-02-01 | 2006-10-03 | Hewlett-Packard Development Company, L.P. | Apparatus and method for processing requests from an external queue in a TCP/IP-based application system |
US7047534B2 (en) * | 2000-03-17 | 2006-05-16 | Microsoft Corporation | Simplified device drivers for hardware devices of a computer system |
US7197564B1 (en) * | 2000-04-07 | 2007-03-27 | Hewlett-Packard Development Company, L.P. | Adaptive admission control system for a server application system |
US6848110B2 (en) | 2000-12-22 | 2005-01-25 | International Business Machines Corporation | Automatic feature augmentation for component based application programming interfaces |
US6651111B2 (en) * | 2001-02-16 | 2003-11-18 | Microsoft Corporation | System and method for managing a serial port |
US20020170039A1 (en) * | 2001-02-22 | 2002-11-14 | Kovacevic Branko D. | System for operating system and platform independent digital stream handling and method thereof |
WO2002086230A1 (en) * | 2001-04-20 | 2002-10-31 | Enzymatic Deinking Technologies, Llc | Rapid triglyceride assay for use in pulp pitch control |
US7451460B2 (en) * | 2001-11-15 | 2008-11-11 | General Instrument Corporation | Programming interface for configuring a television settop terminal |
GB0127865D0 (en) * | 2001-11-21 | 2002-01-16 | Sensaura Ltd | Device driver system |
US20030145127A1 (en) * | 2002-01-03 | 2003-07-31 | Unice W. Kyle | Method and computer program product for providing a device driver |
US7464134B2 (en) * | 2002-01-24 | 2008-12-09 | Hewlett-Packard Development Company, L.P. | Mechanism and method for sharing imaging information from an enterprise resource planning computing environment |
ATE411689T1 (de) * | 2002-03-06 | 2008-10-15 | Pharos Systems International I | Dokumentenverarbeitungssystem mit einer zu mehreren geräten kompatiblen schnittstelle und entsprechende methoden |
US20030225928A1 (en) * | 2002-05-28 | 2003-12-04 | Sun Microsystems, Inc. | Method, system, and program for managing access to a device by device specific components and operating system specific components |
US7460551B2 (en) * | 2002-06-28 | 2008-12-02 | Harris Corporation | Data-driven interface control circuit |
EP1473630A3 (en) * | 2003-04-11 | 2007-10-10 | Samsung Electronics Co., Ltd. | Computer system and method of setting an interface card therein |
US7069206B2 (en) * | 2003-04-24 | 2006-06-27 | International Business Machines Corporation | Method and apparatus for abstraction of physical hardware implementation to logical software drivers |
US7684754B2 (en) | 2003-06-03 | 2010-03-23 | Microsoft Corporation | Capacitive bonding of devices |
US7389516B2 (en) * | 2003-06-19 | 2008-06-17 | Microsoft Corporation | System and method for facilitating interaction between a computer and a network scanner |
CN1313942C (zh) * | 2003-07-02 | 2007-05-02 | 国际商业机器公司 | 在操作系统级实现数据处理的方法、设备和系统 |
US7822983B2 (en) | 2003-08-21 | 2010-10-26 | Microsoft Corporation | Physical device bonding |
US7437738B2 (en) | 2003-11-12 | 2008-10-14 | Intel Corporation | Method, system, and program for interfacing with a network adaptor supporting a plurality of devices |
US20050114549A1 (en) * | 2003-11-26 | 2005-05-26 | Durham David M. | Mechanism for extensible binary mappings for adaptable hardware/software interfaces |
WO2007030421A2 (en) * | 2005-09-07 | 2007-03-15 | Amx Llc | Method and computer program for device configuration |
US20070076750A1 (en) * | 2005-09-30 | 2007-04-05 | Microsoft Corporation | Device driver interface architecture |
US7877760B2 (en) * | 2006-09-29 | 2011-01-25 | Microsoft Corporation | Distributed hardware state management in virtual machines |
JP4725559B2 (ja) * | 2007-08-03 | 2011-07-13 | ブラザー工業株式会社 | 情報処理装置、及びインストール用プログラム |
US8286195B2 (en) * | 2007-10-31 | 2012-10-09 | Microsoft Corporation | Controlling hardware across two or more simultaneously running operating systems |
KR101383258B1 (ko) * | 2007-11-08 | 2014-04-08 | 삼성전자주식회사 | 이동통신 시스템에서 인체 통신 기능을 제공하기 위한 장치및 방법 |
CN101615125B (zh) * | 2008-06-24 | 2012-09-19 | 纬创资通股份有限公司 | 视频装置代理驱动方法以及其模块 |
US9613049B2 (en) | 2008-09-09 | 2017-04-04 | Applied Systems, Inc. | Document integration and distribution system, method and device |
US8688744B2 (en) * | 2008-09-09 | 2014-04-01 | Applied Systems, Inc. | Method, system, and apparatus for scanning and importing documents |
US8484453B2 (en) * | 2010-05-25 | 2013-07-09 | Freescale Semiconductor, Inc. | Data processing system having an operating system adapter and method |
US9329887B2 (en) * | 2011-10-19 | 2016-05-03 | Hob Gmbh & Co. Kg | System and method for controlling multiple computer peripheral devices using a generic driver |
CN103186473A (zh) * | 2011-12-30 | 2013-07-03 | 英业达股份有限公司 | 存储资源的定位系统 |
US8832720B2 (en) * | 2012-01-05 | 2014-09-09 | Intel Corporation | Multimedia driver architecture for reusability across operating systems and hardware platforms |
US10310923B1 (en) | 2014-08-28 | 2019-06-04 | Seagate Technology Llc | Probabilistic aging command sorting |
CN107077435B (zh) * | 2014-09-19 | 2020-03-31 | 株式会社艾拉博 | 设备驱动器注册装置以及使用该设备驱动器注册装置的设备驱动器的注册方法 |
WO2016043041A1 (ja) * | 2014-09-19 | 2016-03-24 | 株式会社aLab | デバイスプロキシ装置及びその制御方法 |
CN107332814B (zh) * | 2016-04-29 | 2021-01-01 | 华为技术有限公司 | 一种请求消息传输方法及装置 |
US10831403B2 (en) | 2017-05-19 | 2020-11-10 | Seagate Technology Llc | Probabalistic command aging and selection |
US11449370B2 (en) | 2018-12-11 | 2022-09-20 | DotWalk, Inc. | System and method for determining a process flow of a software application and for automatically generating application testing code |
US11025508B1 (en) | 2020-04-08 | 2021-06-01 | Servicenow, Inc. | Automatic determination of code customizations |
US11296922B2 (en) | 2020-04-10 | 2022-04-05 | Servicenow, Inc. | Context-aware automated root cause analysis in managed networks |
US10999152B1 (en) | 2020-04-20 | 2021-05-04 | Servicenow, Inc. | Discovery pattern visualizer |
US11301435B2 (en) | 2020-04-22 | 2022-04-12 | Servicenow, Inc. | Self-healing infrastructure for a dual-database system |
US11392768B2 (en) | 2020-05-07 | 2022-07-19 | Servicenow, Inc. | Hybrid language detection model |
US11263195B2 (en) | 2020-05-11 | 2022-03-01 | Servicenow, Inc. | Text-based search of tree-structured tables |
US11470107B2 (en) | 2020-06-10 | 2022-10-11 | Servicenow, Inc. | Matching configuration items with machine learning |
US11277359B2 (en) | 2020-06-11 | 2022-03-15 | Servicenow, Inc. | Integration of a messaging platform with a remote network management application |
US11451573B2 (en) | 2020-06-16 | 2022-09-20 | Servicenow, Inc. | Merging duplicate items identified by a vulnerability analysis |
US11379089B2 (en) | 2020-07-02 | 2022-07-05 | Servicenow, Inc. | Adaptable user interface layout for applications |
US11277321B2 (en) | 2020-07-06 | 2022-03-15 | Servicenow, Inc. | Escalation tracking and analytics system |
US11301503B2 (en) | 2020-07-10 | 2022-04-12 | Servicenow, Inc. | Autonomous content orchestration |
US11449535B2 (en) | 2020-07-13 | 2022-09-20 | Servicenow, Inc. | Generating conversational interfaces based on metadata |
US11632300B2 (en) | 2020-07-16 | 2023-04-18 | Servicenow, Inc. | Synchronization of a shared service configuration across computational instances |
US11343079B2 (en) | 2020-07-21 | 2022-05-24 | Servicenow, Inc. | Secure application deployment |
US11748115B2 (en) | 2020-07-21 | 2023-09-05 | Servicenow, Inc. | Application and related object schematic viewer for software application change tracking and management |
US11272007B2 (en) | 2020-07-21 | 2022-03-08 | Servicenow, Inc. | Unified agent framework including push-based discovery and real-time diagnostics features |
US11582106B2 (en) | 2020-07-22 | 2023-02-14 | Servicenow, Inc. | Automatic discovery of cloud-based infrastructure and resources |
US11095506B1 (en) | 2020-07-22 | 2021-08-17 | Servicenow, Inc. | Discovery of resources associated with cloud operating system |
US11275580B2 (en) | 2020-08-12 | 2022-03-15 | Servicenow, Inc. | Representing source code as implicit configuration items |
US11372920B2 (en) | 2020-08-31 | 2022-06-28 | Servicenow, Inc. | Generating relational charts with accessibility for visually-impaired users |
US11245591B1 (en) | 2020-09-17 | 2022-02-08 | Servicenow, Inc. | Implementation of a mock server for discovery applications |
US11625141B2 (en) | 2020-09-22 | 2023-04-11 | Servicenow, Inc. | User interface generation with machine learning |
US11150784B1 (en) | 2020-09-22 | 2021-10-19 | Servicenow, Inc. | User interface elements for controlling menu displays |
US11632303B2 (en) | 2020-10-07 | 2023-04-18 | Servicenow, Inc | Enhanced service mapping based on natural language processing |
US11734025B2 (en) | 2020-10-14 | 2023-08-22 | Servicenow, Inc. | Configurable action generation for a remote network management platform |
US11342081B2 (en) | 2020-10-21 | 2022-05-24 | Servicenow, Inc. | Privacy-enhanced contact tracing using mobile applications and portable devices |
US11258847B1 (en) | 2020-11-02 | 2022-02-22 | Servicenow, Inc. | Assignments of incoming requests to servers in computing clusters and other environments |
US11868593B2 (en) | 2020-11-05 | 2024-01-09 | Servicenow, Inc. | Software architecture and user interface for process visualization |
US11363115B2 (en) | 2020-11-05 | 2022-06-14 | Servicenow, Inc. | Integrated operational communications between computational instances of a remote network management platform |
US11281442B1 (en) | 2020-11-18 | 2022-03-22 | Servicenow, Inc. | Discovery and distribution of software applications between multiple operational environments |
US11693831B2 (en) | 2020-11-23 | 2023-07-04 | Servicenow, Inc. | Security for data at rest in a remote network management platform |
US11216271B1 (en) | 2020-12-10 | 2022-01-04 | Servicenow, Inc. | Incremental update for offline data access |
US11269618B1 (en) | 2020-12-10 | 2022-03-08 | Servicenow, Inc. | Client device support for incremental offline updates |
US11630717B2 (en) | 2021-01-06 | 2023-04-18 | Servicenow, Inc. | Machine-learning based similarity engine |
US11301365B1 (en) | 2021-01-13 | 2022-04-12 | Servicenow, Inc. | Software test coverage through real-time tracing of user activity |
US11418586B2 (en) | 2021-01-19 | 2022-08-16 | Servicenow, Inc. | Load balancing of discovery agents across proxy servers |
US11301271B1 (en) | 2021-01-21 | 2022-04-12 | Servicenow, Inc. | Configurable replacements for empty states in user interfaces |
US11921878B2 (en) | 2021-01-21 | 2024-03-05 | Servicenow, Inc. | Database security through obfuscation |
US11513885B2 (en) | 2021-02-16 | 2022-11-29 | Servicenow, Inc. | Autonomous error correction in a multi-application platform |
US11277369B1 (en) | 2021-03-02 | 2022-03-15 | Servicenow, Inc. | Message queue architecture and interface for a multi-application platform |
US11831729B2 (en) | 2021-03-19 | 2023-11-28 | Servicenow, Inc. | Determining application security and correctness using machine learning based clustering and similarity |
US11640369B2 (en) | 2021-05-05 | 2023-05-02 | Servicenow, Inc. | Cross-platform communication for facilitation of data sharing |
US11635953B2 (en) | 2021-05-07 | 2023-04-25 | Servicenow, Inc. | Proactive notifications for robotic process automation |
US11635752B2 (en) | 2021-05-07 | 2023-04-25 | Servicenow, Inc. | Detection and correction of robotic process automation failures |
US11277475B1 (en) | 2021-06-01 | 2022-03-15 | Servicenow, Inc. | Automatic discovery of storage cluster |
US11762668B2 (en) | 2021-07-06 | 2023-09-19 | Servicenow, Inc. | Centralized configuration data management and control |
US11418571B1 (en) | 2021-07-29 | 2022-08-16 | Servicenow, Inc. | Server-side workflow improvement based on client-side data mining |
US11516307B1 (en) | 2021-08-09 | 2022-11-29 | Servicenow, Inc. | Support for multi-type users in a single-type computing system |
US11960353B2 (en) | 2021-11-08 | 2024-04-16 | Servicenow, Inc. | Root cause analysis based on process optimization data |
US11734381B2 (en) | 2021-12-07 | 2023-08-22 | Servicenow, Inc. | Efficient downloading of related documents |
US12099567B2 (en) | 2021-12-20 | 2024-09-24 | Servicenow, Inc. | Viewports and sub-pages for web-based user interfaces |
US12001502B2 (en) | 2022-01-11 | 2024-06-04 | Servicenow, Inc. | Common fragment caching for web documents |
US11829233B2 (en) | 2022-01-14 | 2023-11-28 | Servicenow, Inc. | Failure prediction in a computing system based on machine learning applied to alert data |
US11582317B1 (en) | 2022-02-07 | 2023-02-14 | Servicenow, Inc. | Payload recording and comparison techniques for discovery |
US11734150B1 (en) | 2022-06-10 | 2023-08-22 | Servicenow, Inc. | Activity tracing through event correlation across multiple software applications |
US11989538B2 (en) | 2022-06-21 | 2024-05-21 | Servicenow, Inc. | Orchestration for robotic process automation |
US12056473B2 (en) | 2022-08-01 | 2024-08-06 | Servicenow, Inc. | Low-code / no-code layer for interactive application development |
US12095634B2 (en) | 2022-08-12 | 2024-09-17 | Servicenow, Inc. | Hybrid request routing system |
US12039328B2 (en) | 2022-09-30 | 2024-07-16 | Servicenow, Inc. | Configuration items for supporting automations and efficacies thereof |
US12072775B2 (en) | 2022-12-07 | 2024-08-27 | Servicenow, Inc. | Centralized configuration and change tracking for a computing platform |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5029077A (en) * | 1986-01-17 | 1991-07-02 | International Business Machines Corporation | System and method for controlling physical resources allocated to a virtual terminal |
US4888680A (en) * | 1987-10-14 | 1989-12-19 | Little Blue Limited Partnership | Peripheral device interface and controller |
JPH0275048A (ja) * | 1988-09-12 | 1990-03-14 | Matsushita Electric Ind Co Ltd | チャンネル接続scsiインタフェース装置 |
JPH03111959A (ja) * | 1989-09-26 | 1991-05-13 | Omron Corp | 外部デバイス制御装置 |
US5081577A (en) * | 1989-12-22 | 1992-01-14 | Harris Corporation | State controlled device driver for a real time computer control system |
US5179666A (en) * | 1990-06-07 | 1993-01-12 | Unisys Corporation | Block oriented peripheral device interface |
-
1991
- 1991-03-26 US US07/675,230 patent/US5265252A/en not_active Expired - Lifetime
-
1992
- 1992-03-15 AR AR92322001A patent/AR246809A1/es active
- 1992-03-16 DE DE69227939T patent/DE69227939T2/de not_active Expired - Lifetime
- 1992-03-16 EP EP92302264A patent/EP0506278B1/en not_active Expired - Lifetime
- 1992-03-17 JP JP4060074A patent/JPH07122863B2/ja not_active Expired - Lifetime
- 1992-03-18 CN CN92101820A patent/CN1025382C/zh not_active Expired - Lifetime
- 1992-03-18 KR KR1019920004411A patent/KR960003413B1/ko not_active IP Right Cessation
- 1992-03-25 BR BR929201031A patent/BR9201031A/pt not_active IP Right Cessation
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102467381A (zh) * | 2010-11-16 | 2012-05-23 | 北京中电华大电子设计有限责任公司 | 一种wlan驱动实现方法 |
CN102831707A (zh) * | 2012-08-09 | 2012-12-19 | 北京南天软件有限公司 | 一种通用外设驱动接口 |
CN102831707B (zh) * | 2012-08-09 | 2015-04-22 | 北京南天软件有限公司 | 一种通用外设驱动接口 |
Also Published As
Publication number | Publication date |
---|---|
US5265252A (en) | 1993-11-23 |
DE69227939T2 (de) | 1999-07-29 |
KR960003413B1 (ko) | 1996-03-13 |
EP0506278A3 (en) | 1994-10-19 |
KR920018567A (ko) | 1992-10-22 |
DE69227939D1 (de) | 1999-02-04 |
EP0506278B1 (en) | 1998-12-23 |
BR9201031A (pt) | 1992-11-24 |
EP0506278A2 (en) | 1992-09-30 |
JPH0689253A (ja) | 1994-03-29 |
AR246809A1 (es) | 1994-09-30 |
JPH07122863B2 (ja) | 1995-12-25 |
CN1065346A (zh) | 1992-10-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN1025382C (zh) | 具有通用操作系统接口的设备驱动系统 | |
CN1021536C (zh) | 数据处理系统中串行通信控制器的可度量的调度器 | |
US6754738B2 (en) | Low overhead I/O interrupt | |
CN100595720C (zh) | 用于基于集线器的存储系统中直接存储器访问的设备和方法 | |
US5687390A (en) | Hierarchical queues within a storage array (RAID) controller | |
CN100533416C (zh) | 控制处理环境的数据传输的方法和系统 | |
CN1934568A (zh) | 将源数据迁移成目标数据的方法、系统和程序 | |
KR0128274B1 (ko) | 인터페이스 시스템 및 그 동작 방법 | |
SK31194A3 (en) | Multi-media signal processor computer system | |
US6836812B2 (en) | Sequencing method and bridging system for accessing shared system resources | |
CN101154202A (zh) | 管理多处理器计算机系统中的系统管理中断的系统和方法 | |
US20030079067A1 (en) | I/O generation responsive to a workload heuristics algorithm | |
US4682285A (en) | Universal coupling means | |
US3333250A (en) | Buffering system for data communication | |
US6748466B2 (en) | Method and apparatus for high throughput short packet transfers with minimum memory footprint | |
CN100583064C (zh) | 用于从别名地址池中移除别名地址的方法和设备 | |
Flynn et al. | Operating Systems | |
JPS5936390A (ja) | レジスタ回路 | |
US4561053A (en) | Input/output multiplexer for a data processing system | |
CN113296899A (zh) | 基于分布式系统的事务主机、事务从机及事务处理方法 | |
US20030065833A1 (en) | Initiative passing in an I/O operation without the overhead of an interrupt | |
US6941408B2 (en) | Bus interface system with two separate data transfer interfaces | |
CN2520528Y (zh) | 存取共享系统资源的桥接系统 | |
CN117891761A (zh) | 一种直接内存访问系统及数据搬运方法 | |
CN100353356C (zh) | 数据配置系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C06 | Publication | ||
PB01 | Publication | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
C15 | Extension of patent right duration from 15 to 20 years for appl. with date before 31.12.1992 and still valid on 11.12.2001 (patent law change 1993) | ||
OR01 | Other related matters | ||
C17 | Cessation of patent right | ||
CX01 | Expiry of patent term |
Expiration termination date: 20120318 Granted publication date: 19940706 |