JPH076114A - Computer system - Google Patents

Computer system

Info

Publication number
JPH076114A
JPH076114A JP5146419A JP14641993A JPH076114A JP H076114 A JPH076114 A JP H076114A JP 5146419 A JP5146419 A JP 5146419A JP 14641993 A JP14641993 A JP 14641993A JP H076114 A JPH076114 A JP H076114A
Authority
JP
Japan
Prior art keywords
program
driver program
expansion card
driver
main cpu
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.)
Pending
Application number
JP5146419A
Other languages
Japanese (ja)
Inventor
Katsumi Fukuwaki
克己 福脇
Masayoshi Nakamura
正義 中村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP5146419A priority Critical patent/JPH076114A/en
Publication of JPH076114A publication Critical patent/JPH076114A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To simplify initializing work at the time of connecting an extended card in a computer system capable of connecting the extended card. CONSTITUTION:A driver program memory 17 capable of storing a driver program for driving its own extended card 15 is added to the extended card 15 itself and a driver program reading means for reading out the driver program of the card 15 through a system bus 11 and a writing means for writing each read driver program in an OS program are added to a CPU 12. Identifier for specifying itself is stored in each extended card 15 and the main CPU 12 reads out the identifier of each extended card and recognizes the sort of the extended card connected to the system bus 11 at present.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は機能拡大のためにシステ
ムバスに複数の拡張カードを接続可能にしたコンピュー
タシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer system in which a plurality of expansion cards can be connected to a system bus for expanding functions.

【0002】[0002]

【従来の技術】小型のコンピュータシステムにおいて
は、システムバスに各種情報処理を実行するメインCP
U(中央処理装置)や,各種情報を記憶するHDD(ハ
ードディスク装置)やFDD(フロッピーディスク装
置)が接続されている。一般に、これらの電子部品は、
点検保守や機動的な機能展開に対処するために、ボード
状(カード状)に形成され、システムバスに対して着脱
自在に設けられている。
2. Description of the Related Art In a small computer system, a main CP that executes various kinds of information processing on a system bus.
A U (central processing unit), an HDD (hard disk device) and an FDD (floppy disk device) that store various kinds of information are connected. Generally, these electronic components
In order to deal with inspection maintenance and flexible function development, it is formed in a board shape (card shape) and is detachably attached to the system bus.

【0003】このようなコンピュータシステムにおい
て、さらに追加的な機能を付加するために、後から複数
の拡張カードをシステムバスに接続可能に構成されてい
る。この拡張カードは、前記メインCPUと同様に内部
に記憶している業務用プログラム(ファームウェア)に
基づいて各種の情報処理を実行可能である。
In such a computer system, in order to add an additional function, a plurality of expansion cards can be connected to the system bus later. This expansion card can execute various types of information processing based on a business program (firmware) stored inside like the main CPU.

【0004】このような機能を有する拡張カードが接続
可能なコンピュータシステムは例えば図3に示すように
構成されている。システムバス1にメインCPU2,H
DD3,FDD4が接続されている。さらに、システム
バス1に複数の拡張カード5が接続される。
A computer system to which an expansion card having such a function can be connected is constructed, for example, as shown in FIG. Main CPU 2 and H on system bus 1
DD3 and FDD4 are connected. Further, a plurality of expansion cards 5 are connected to the system bus 1.

【0005】このようなコンピュータシステムにおい
て、一般に、メインCPU2がHDD3,FDD4及び
拡張カード5を動作させるためには、各電子部品3〜5
毎の各ドライバプログラムをOSプログラムに予め組込
んでおく必要がある。
In such a computer system, in general, in order for the main CPU 2 to operate the HDD 3, FDD 4 and expansion card 5, each electronic component 3-5 is used.
It is necessary to incorporate each driver program for each into the OS program in advance.

【0006】したがって、このコンピュータシステムに
新規に拡張カード5を組込んで、メインCPU2が該当
拡張カード5を起動させるためには、この拡張カード5
のドライバプログラムをOSプログラムに新規に組込む
必要がある。
Therefore, in order to newly install the expansion card 5 in this computer system so that the main CPU 2 activates the expansion card 5, the expansion card 5 is required.
It is necessary to newly incorporate the above driver program into the OS program.

【0007】従来、ドライバプログラムをOSプログラ
ムに設定する手順として、例えば、拡張カード5のドラ
イバプログラムが書込まれたFD(フロッピーディス
ク)をFDD4に装着して、このFDD4からHDD3
内に記憶されているOSプログラムに書込むようにして
いる。したがって、メインCPU2は、HDD3内に再
構築された新規のOSプログラムを用いて新規接続され
た拡張カード5を動作させることが可能となる。
Conventionally, as a procedure for setting the driver program in the OS program, for example, an FD (floppy disk) in which the driver program of the expansion card 5 is written is attached to the FDD 4, and the FDD 4 to the HDD 3
The program is written in the OS program stored inside. Therefore, the main CPU 2 can operate the newly connected expansion card 5 by using the new OS program rebuilt in the HDD 3.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、図3に
示すように、拡張カード5を新規にシステムバス1に接
続する毎に、該当拡張カード5のドライバプログラムを
FDD4に設定し、さらにこのFDD4からHDD3の
OSプログラムに書込むようにしたコンピュータシステ
ムにおいても、まだ解消すべき次のような課題があっ
た。
However, as shown in FIG. 3, each time the expansion card 5 is newly connected to the system bus 1, the driver program of the expansion card 5 is set in the FDD 4 and the FDD 4 Even in a computer system in which the OS program of the HDD 3 is written, there are still the following problems to be solved.

【0009】すなわち、上述した、各操作は全て操作員
が人為的に行う必要がある。したがって、拡張カードを
新規に組込む場合における初期設定作業が煩雑になり、
作業能率が低下する。特に、頻繁に拡張カード5を交換
する必要がある場合は、システム全体の処理能率が低下
する懸念がある。
That is, it is necessary for the operator to perform all the above-mentioned operations artificially. Therefore, the initial setting work when installing a new expansion card becomes complicated,
Work efficiency decreases. In particular, when the expansion card 5 needs to be replaced frequently, there is a concern that the processing efficiency of the entire system will decrease.

【0010】また、複数の拡張カードを組込んだ場合に
おいては、たとえ同一種類の処理業務を行う拡張カード
であっても、それぞれにファームウエアとOSプログラ
ムとの間における組合わせ条件や整合性が必要であるの
で、それぞれに適合したドライバプログラムを準備する
必要がある。
When a plurality of expansion cards are incorporated, even if the expansion cards perform the same type of processing work, the combination conditions and consistency between the firmware and the OS program are different. Since it is necessary, it is necessary to prepare a driver program suitable for each.

【0011】さらに、同一種類のドライバプログラムで
あっても、改良のために仕様変更がなされ、バージョン
が変更になっている場合がある。したがって、最新の注
意を払って前述したFDD4に対するFDの装着作業及
びHDD3に対す書込み操作を実施しなければ、拡張カ
ード5が全く動作しなかったり、一部の機能しか満足し
ない状態になる懸念がある。
Further, even if the driver programs are of the same type, the specifications may be changed for improvement and the version may be changed. Therefore, unless the above-mentioned FD mounting work for the FDD 4 and the write operation for the HDD 3 are performed with the utmost care, the expansion card 5 may not operate at all, or only some functions may be satisfied. is there.

【0012】例えば、古いバージョンのドライバプログ
ラムを用いた場合は、一応正常に動作するので、操作員
は正しく初期設定作業が実施されたと判断するが、新規
の機能が実行されなかったり、古いバージョンでは発生
したが新しいバージョンでは解決済みの問題が再度発生
する懸念がある。これらの問題は、拡張カード装着時に
すぐに発生しないので、そのまま見過ごしてしまう懸念
がある。
For example, if an old version of the driver program is used, it will operate normally, so the operator will judge that the initial setting work has been correctly executed, but the new function will not be executed, or the old version will not work. There is a concern that the problem that has occurred but the problem that was solved in the new version may occur again. Since these problems do not occur immediately when the expansion card is installed, there is a concern that they may be overlooked.

【0013】また、拡張カード5とこの拡張カード5を
駆動するドライバプログラムを収納するFDとが別々に
供給されるので、操作者が間違った組合わせでコンピュ
ータシステムに設定する懸念がある。
Further, since the expansion card 5 and the FD storing the driver program for driving the expansion card 5 are separately supplied, there is a concern that the operator may set the combination in the computer system in an incorrect combination.

【0014】本発明はこのような事情に鑑みてなされた
ものであり、拡張カード自体にこの拡張カードを駆動す
るためのドライバプログラムを組込むことによって、拡
張カードをシステムバスに装着するのみで、自動的に最
適のドライバプログラムがOSプログラムに書込まれ、
拡張カードの装着時における誤設定を未然に防止できる
と共に、初期設定作業能率を大幅に向上できるコンピュ
ータシステムを提供すること目的とする。
The present invention has been made in view of the above circumstances, and by incorporating a driver program for driving the expansion card into the expansion card itself, it is possible to automatically mount the expansion card on the system bus. The optimum driver program is written in the OS program,
It is an object of the present invention to provide a computer system capable of preventing erroneous settings when an expansion card is installed and greatly improving the efficiency of initial setting work.

【0015】[0015]

【課題を解決するための手段】上記課題を解消するため
に本発明は、メインCPUが接続されているシステムバ
スに複数の拡張カードが着脱自在に設けられ、メインC
PUが、システムバスに接続された各拡張カードを駆動
するためのドライバプログラムが組込まれたOSプログ
ラムを用いて前記各拡張カードを駆動するコンピュータ
システムに適用される。
SUMMARY OF THE INVENTION In order to solve the above problems, the present invention provides a system bus to which a main CPU is connected, in which a plurality of expansion cards are detachably mounted, and a main C
The PU is applied to a computer system that drives each expansion card using an OS program in which a driver program for driving each expansion card connected to the system bus is incorporated.

【0016】そして、請求項1の発明においては、各拡
張カードに対して、自己の拡張カードを駆動するための
ドライバプログラムを記憶するドライバプログラムメモ
リを付加し、メインCPUに対して、起動時に各拡張カ
ードのドライバプログラムをシステムバスを介して読取
るドライバプログラム読取手段と、この読取った各ドラ
イバプログラムをOSプログラムに書込む手段とを付加
している。
According to the invention of claim 1, a driver program memory for storing a driver program for driving its own expansion card is added to each expansion card, and each main CPU is provided with a driver program memory at the time of startup. A driver program reading unit for reading the driver program of the expansion card via the system bus and a unit for writing each read driver program in the OS program are added.

【0017】請求項2の発明においては、各拡張カード
に対して、自己を特定する識別子を記憶する識別子メモ
リを付加し、メインCPUに対して、起動時にシステム
バスに接続された各拡張カードの各識別子を読取って、
システムバスに現在接続されている各拡張カードのカー
ド種別を認識する手段を付加している。
According to the second aspect of the present invention, an identifier memory for storing an identifier for identifying itself is added to each expansion card, and the expansion CPU connected to the system bus at startup is added to the main CPU. Read each identifier,
A means for recognizing the card type of each expansion card currently connected to the system bus is added.

【0018】請求項3の発明においては、ドライバプロ
グラムメモリを該当拡張カードとメインCPUとの共有
メモリ上に形成している。また、請求項4の発明におい
ては、各拡張カードに対して、自己の拡張カードを駆動
するためのドライバプログラムを記憶するドライバプロ
グラムメモリと、ドライバプログラムを動作させるため
のドライバプログラム動作条件を記憶するドライバプロ
グラム動作条件メモリとを付加している。さらに、メイ
ンCPUに対して、起動時に各拡張カードのドライバプ
ログラム動作条件をシステムバスを介して読取るドライ
バプログラム動作条件読取手段と、起動時に各拡張カー
ドのドライバプログラムをシステムバスを介して読取る
ドライバプログラム読取手段と、この読取った各ドライ
バプログラムのうち、読取った全部のドライバプログラ
ム動作条件に合致するドライバプログラムをOSプログ
ラムに書込む手段とを付加している。
According to the third aspect of the invention, the driver program memory is formed on the shared memory of the expansion card and the main CPU. Further, in the invention of claim 4, for each expansion card, a driver program memory for storing a driver program for driving its own expansion card and a driver program operating condition for operating the driver program are stored. A driver program operating condition memory is added. Further, to the main CPU, a driver program operating condition reading means for reading the driver program operating condition of each expansion card via the system bus at the time of startup, and a driver program for reading the driver program of each expansion card via the system bus at startup. A reading means and a means for writing a driver program that matches all the read driver program operating conditions among the read driver programs into the OS program are added.

【0019】請求項5の発明においては、ドラバプログ
ラム動作条件としてハードウェアバージョンを採用し、
請求項6の発明においては、ドラバプログラム動作条件
としてファームウェアバージョンを採用している。
According to the invention of claim 5, a hardware version is adopted as a driver program operating condition,
In the invention of claim 6, the firmware version is adopted as the driver program operating condition.

【0020】また、請求項7の発明においては、各拡張
カードに対して、自己の拡張カードを駆動するためのド
ライバプログラムを記憶するドライバプログラムメモリ
と、このドライバプログラムメモリに記憶されたドライ
バプログラムを動作させるためのOSプログラムのOS
プログラムバージョンを記憶するOSプログラムバージ
ョンメモリとを付加している。そして、メインCPUに
対して、起動時に各拡張カードのOSプログラムバージ
ョンをシステムバスを介して読取るOSプログラムバー
ジョン読取手段と、起動時に各拡張カードのドライバプ
ログラムをシステムバスを介して読取るドライバプログ
ラム読取手段と、読取った各ドライバプログラムのう
ち、前記読取った全部のOSプログラムバージョンに共
通するOSプログラムが動作可能なドライバプログラム
をOSプログラムに書込む手段とを付加している。
According to the invention of claim 7, a driver program memory for storing a driver program for driving its own expansion card and a driver program stored in this driver program memory are provided for each expansion card. OS of OS program to operate
An OS program version memory for storing the program version is added. Then, for the main CPU, an OS program version reading means for reading the OS program version of each expansion card via the system bus at startup, and a driver program reading means for reading the driver program of each expansion card at startup on the system bus. Of the read driver programs, a means for writing a driver program in which the OS program common to all the read OS program versions can operate is added.

【0021】請求項8の発明においては、請求項7の発
明のメインCPUに対して、読取った全部のOSプログ
ラムバージョンに共通するOSプログラムが動作可能な
ドライバプログラムが存在しなかったとき、外部記憶装
置に記憶されている各拡張カードの最低限の機能を動作
させるドライバプログラムをOSプログラムに書込む手
段を付加している。
According to the eighth aspect of the present invention, when there is no driver program capable of operating the OS program common to all the read OS program versions with respect to the main CPU of the seventh aspect, the external storage A means for writing a driver program for operating the minimum function of each expansion card stored in the device into the OS program is added.

【0022】[0022]

【作用】このように構成されたコンピュータシステムに
おいては、拡張カード自体にこの拡張カードを駆動する
ドライバプログラムが記憶されている。そして、この拡
張カードをシステムバスに接続してコンピュータシステ
ムを起動すると、メインCPUは、アプリケーションプ
ログラムに従って実際の情報処理業務を開始する前に、
システムバスに接続されているドライバプログラムを読
取って自己のOSプログラムに書込む。そして、実際の
情報処理業務の実行過程で、このドライバプログラムを
用いて再構築されたOSプログラムに従って、必要な拡
張カードを正しく駆動することが可能となる。
In the computer system configured as described above, the expansion card itself stores a driver program for driving the expansion card. Then, when this expansion card is connected to the system bus and the computer system is started, the main CPU, before starting the actual information processing business according to the application program,
The driver program connected to the system bus is read and written in its own OS program. Then, in the actual process of executing the information processing business, it becomes possible to drive the required expansion card correctly according to the OS program reconstructed using this driver program.

【0023】また、請求項2の発明においては、各拡張
カードに上記ドライバプログラムに加えて該当拡張カー
ドを特定するための識別子が記憶されている。したがっ
て、メインCPUは、電源立上時に各拡張カードの識別
子を読取ることによって、実装されている拡張カードの
カード種別を特定できる。
Further, in the invention of claim 2, in addition to the driver program, each expansion card stores an identifier for specifying the expansion card. Therefore, the main CPU can specify the card type of the installed expansion card by reading the identifier of each expansion card when the power is turned on.

【0024】さらに、請求項3の発明においては、ドラ
イバプログラムを拡張カードとメインCPUとの共有メ
モリ上に形成している。すなわち、拡張カードの種類に
よっては、メインCPUと同一のデータを用いて異なる
処理を実施する場合もある。このような場合には、情報
処理すべきデータをそれぞれ個別に持つより、共有メモ
リ上に持つ方がより効率的に処理業務を実行できる。
Further, in the invention of claim 3, the driver program is formed on a shared memory between the expansion card and the main CPU. That is, depending on the type of expansion card, different processing may be performed using the same data as the main CPU. In such a case, it is possible to execute the processing task more efficiently by having the data to be processed individually in the shared memory.

【0025】よって、このような共有メモリを使用する
コンピュータシステムにおいては、この共有メモリ上に
前述したドライバプログラムを書込むと、メインCPU
はより簡単にドライバプログラムを読取ることができ
る。
Therefore, in a computer system using such a shared memory, if the above-mentioned driver program is written in this shared memory, the main CPU
Can read the driver program more easily.

【0026】さらに、請求項4においては、各拡張カー
ドに、ドライバプログラムの他に、このドライバプログ
ラムを動作させるためのドライバプログラム動作条件が
記憶されている。
Further, in claim 4, in addition to the driver program, each expansion card stores a driver program operating condition for operating the driver program.

【0027】この場合、メインCPUにて各ドライバプ
ログラムが読取られると共に、各ドライバプログラム動
作条件も同時に読取られる。そして、読取られた各ドラ
イバプログラムのうち、全部のドライバプログラム動作
条件に合致するドライバプログラムがOSプログラムに
書込まれる。
In this case, each driver program is read by the main CPU, and each driver program operating condition is also read at the same time. Then, among the read driver programs, the driver programs that match all the driver program operating conditions are written in the OS program.

【0028】すなわち、たとえ類似した機能を有する多
数の拡張カードがシステムバスに接続されていた場合で
あっても、各拡張カードの製造期日が異なれば、例えば
改良のために、この拡張カードをシステムバスに接続す
る場合における接続端子相互間で送受信される信号種類
の整合や、指定アドレス領域の整合等のハードフゥアが
変更になる場合がある。したがって、このような場合
は、ハードウェアバージョンにおける動作条件を合わせ
る必要がある。同様に、ファームウェアバージョンにお
ける動作条件を合わせる必要がある。
That is, even if a large number of expansion cards having similar functions are connected to the system bus, if the expansion deadlines of the expansion cards are different, the expansion cards may be installed in the system for improvement. When connecting to the bus, there are cases where the hardware type such as matching of the types of signals transmitted and received between the connecting terminals and matching of the designated address area are changed. Therefore, in such a case, it is necessary to match the operating conditions in the hardware version. Similarly, it is necessary to match the operating conditions in the firmware version.

【0029】したがって、各拡張カードには上述したハ
ードウェアバージョンやファームウェアバージョンに対
応するドライバプログラムが記憶されている。したがっ
て、メインCPUで各拡張カードをOSプログラムに従
って駆動させる場合は、全ての拡張カードが駆動可能な
ドライパプログラムをOSプログラムに設定する必要が
ある。
Therefore, each expansion card stores a driver program corresponding to the above hardware version and firmware version. Therefore, when the main CPU drives each expansion card according to the OS program, it is necessary to set a driver program capable of driving all expansion cards in the OS program.

【0030】よって、上述した手順でドライバプログラ
ムをOSプログラムに書込むようにしている。なお、一
般に、新しいバージョンの機能は古いバージョンの機能
を含む場合が多いので、各バージョン相互間の差か不明
の場合は、最新のバージョンに対応するドライバプログ
ラムをOSプログラムに書込むのが望ましい。
Therefore, the driver program is written in the OS program according to the procedure described above. In general, since the new version function often includes the old version function, it is desirable to write the driver program corresponding to the latest version in the OS program when the difference between the versions is unknown.

【0031】請求項5及び請求項6の発明においては、
前記ドライバプログラム動作条件をハードウェアバージ
ョン及びファームウェアバージョンに特定することによ
って、より効果が顕著になる。
In the inventions of claims 5 and 6,
By specifying the driver program operating condition as the hardware version and the firmware version, the effect becomes more remarkable.

【0032】また、請求項7の発明においては、各拡張
カードはドライバプログラムの他に、メインCPU側の
OSプログラムのバージョンが記憶されている。すなわ
ち、各拡張カードのドライバプログラムと同様に、メイ
ンCPU側のOSプログラムも接続される拡張カードの
種別に応じて変更や改良される。したがって、各拡張カ
ードには、自己の拡張カードを最適に駆動するOSプロ
グラムを特定するOSプログラムバーションが記憶され
ている。
Further, in the invention of claim 7, each expansion card stores the version of the OS program on the main CPU side in addition to the driver program. That is, like the driver program of each expansion card, the OS program on the main CPU side is changed or improved according to the type of expansion card connected. Therefore, each expansion card stores an OS program version that specifies the OS program that optimally drives its own expansion card.

【0033】そして、メインCPUは、各拡張カードの
OSプログラムバージョンを読取ると、読取った全部の
OSプログラムバージョンに共通するOSプログラムが
動作可能なドライバプログラムがOSプログラムに書込
れる。すなわち、この場合においても、必ず動作可能の
ドライバプログラムが選択される。
When the main CPU reads the OS program version of each expansion card, the driver program capable of operating the OS program common to all the read OS program versions is written in the OS program. That is, even in this case, an operable driver program is always selected.

【0034】最後に、請求項8の発明においては、請求
項7の手法によっても、全部の拡張カードが正常に動作
するドライバプログラムが存在しなかったとき、このメ
インCPUに接続された外部記憶装置に記憶されている
各拡張カードの最低限の機能を動作させるドライバプロ
グラムがOSプログラムに書込まれる。よって、接続さ
れた各拡張カードは必ず駆動可能となる。
Finally, according to the invention of claim 8, even when the method of claim 7 is used, when there is no driver program for normal operation of all expansion cards, an external storage device connected to this main CPU. The driver program for operating the minimum functions of the respective expansion cards stored in the OS is written in the OS program. Therefore, each connected expansion card can be driven without fail.

【0035】[0035]

【実施例】以下本発明の実施例を図面を用いて説明す
る。図1は実施例のコンピュータシステムの概略構成を
示すブロック図である。システムバス11にメインCP
U12,OSプログラム等を記憶するHDD13,例え
ばFDD等で構成された外部記憶装置14が接続されて
いる。さらに、システムバス11には、必要に応じて複
数の拡張カード15が接続可能である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a schematic configuration of a computer system of the embodiment. Main CP on system bus 11
A U12, an HDD 13 that stores an OS program and the like, and an external storage device 14 including an FDD or the like are connected. Further, a plurality of expansion cards 15 can be connected to the system bus 11 as needed.

【0036】各拡張カード15内には、この拡張カード
15自身が持つ例えばアプリケーションプログラムを含
む拡張カード本来の拡張カード機能16と、この拡張カ
ード本来の拡張カード機能16を外部から駆動するため
のドライバプログラムを記憶するドライバプログラムメ
モリ17と、この拡張カード機能16を効率的に動作さ
せるためのドライバプログラム動作条件を記憶するドラ
イバプログラム動作条件メモリ19と、この拡張カード
15の属性を記憶する拡張カード情報メモリ19等が収
納されている。
In each expansion card 15, an expansion card function 16 of the expansion card itself including, for example, an application program and a driver for externally driving the expansion card function 16 of the expansion card. A driver program memory 17 for storing programs, a driver program operating condition memory 19 for storing driver program operating conditions for efficiently operating the expansion card function 16, and expansion card information for storing attributes of the expansion card 15. A memory 19 and the like are stored.

【0037】そして、拡張カード情報メモリ19内に
は、この拡張カード15に与えられたカード固有のカー
ド識別子19a,この拡張カード15の設定内容を変更
する毎に更新されるカードバージョン19b、前記ドラ
イバプログラムメモリ17に記憶されているドライバプ
ログラムか変更又は改良される毎に更新されるドライバ
プログラムバージョン19cが設定されている。
In the expansion card information memory 19, a card unique card identifier 19a given to the expansion card 15, a card version 19b updated every time the setting contents of the expansion card 15 are changed, and the driver The driver program stored in the program memory 17 is set to the driver program version 19c that is updated each time the driver program is changed or improved.

【0038】また、ドライバプログラム動作条件メモリ
18内には、前述したハードウェアにおける変更や改良
が実施される毎に更新されハードウェアバージョン18
a、現在の拡張カード15が対応する(整合している)
メインCPU12側のOSプログラムを特定するOSプ
ログラムバーション18b、前記拡張カード機能のファ
ームウェアバージョン18cが設定されている。
In the driver program operating condition memory 18, the hardware version 18 is updated every time the above-mentioned hardware changes or improvements are implemented.
a, the current expansion card 15 is compatible (matched)
An OS program version 18b for specifying the OS program on the main CPU 12 side and a firmware version 18c for the expansion card function are set.

【0039】なお、システムバス11に接続されている
他の拡張カード15もほぼ同様の構成を有する。そし
て、操作者がこのような構成を有する必要な拡張カード
15をシステムバス11に接続(装着)したのち、コン
ピュータシステム全体の電源を投入すると、前記メイン
CPU12は、アプリケーションプログラムに基づく通
常の情報処理業務を開始する前に、図2の流れ図に示す
初期処理を実行するようにプログラム構成されている。
The other expansion cards 15 connected to the system bus 11 have substantially the same structure. Then, after the operator connects (mounts) the necessary expansion card 15 having such a configuration to the system bus 11 and then turns on the power of the entire computer system, the main CPU 12 causes the normal information processing based on the application program. The program is configured to execute the initial processing shown in the flowchart of FIG. 2 before starting the work.

【0040】流れ図が開始されると、各拡張カード15
の拡張カード情報メモリ19のカード識別子19aを読
取る。そして、すでに自己内部のテーブルに登録されて
いるカード識別子であるか否かをチェックする(P
1)。
When the flow chart starts, each expansion card 15
The card identifier 19a of the expansion card information memory 19 is read. Then, it is checked whether or not the card identifier is already registered in the internal table (P
1).

【0041】新たなカード識別子が存在すれば、新規に
拡張カード15が装着されたので、このカード識別子を
前記テーブルに登録する。次に、拡張カード情報メモリ
19及びドライバプログラム動作条件メモリ18に記憶
されているカードバージョン19b.ドライバプログラ
ムバージョン19c.ハードウェアバージョン18a.
OSプログラムバージョン18b,ファームフェアバー
ジョン18cを読取る(P2)。
If a new card identifier exists, the expansion card 15 is newly installed, and this card identifier is registered in the table. Next, the card version 19b.b stored in the expansion card information memory 19 and the driver program operating condition memory 18 is stored. Driver program version 19c. Hardware version 18a.
The OS program version 18b and the firmware version 18c are read (P2).

【0042】次に、各ドライバプログラムメモリ17に
記憶されている各ドライバプログラムを読取る。そし
て、既に読取っている前述した各バージョン18a〜1
8c,19b,19c毎に、各バージョンに対して実行
可能(対応可能な)なドライバプログラムを選択する。
さらに、各バージョン毎に1個づつ選択されたドライバ
プログラムのなかから、全てのバージョン種類に対応す
る1個のドライバプログラムを決定する(P3)。
Next, each driver program stored in each driver program memory 17 is read. Then, the above-mentioned versions 18a to 1 that have already been read
A driver program that can be executed (supported) for each version is selected for each of 8c, 19b, and 19c.
Further, one driver program corresponding to all version types is determined from the driver programs selected one by one for each version (P3).

【0043】正常に1個のドライバプログラムが決定さ
れると(P4)、該当ドライバプログラムをHDD13
に記憶されているOSプログラムに書込む(P5)。な
お、P4において、全部のバージョンに亘って共通に対
応するドライバプログラムが検索されなかった場合は、
外部記憶部14に記憶されている最低限の動作可能なド
ライバプログラムを読取って(P6)、OSプログラム
に書込む(P5)。
When one driver program is normally determined (P4), the corresponding driver program is set in the HDD 13
Write to the OS program stored in (P5). In P4, if a driver program commonly corresponding to all the versions is not found,
The minimum operable driver program stored in the external storage unit 14 is read (P6) and written in the OS program (P5).

【0044】このように構成されたコンピュータシステ
ムであれば、このコンピュータシステムに新規の機能を
付加する場合、該当機能を有する各拡張カード15をシ
ステムバス11に装着するのみで、この各拡張カード1
5に記憶されている各ドライバプログラムのうちの、少
なくとも全部の各拡張カード15が動作可能なドライバ
プログラムが選択されて自動的にOSプログラムに設定
される。
In the computer system configured as described above, when a new function is added to the computer system, each expansion card 15 having the corresponding function is simply attached to the system bus 11.
Among the driver programs stored in 5, the driver programs capable of operating at least all expansion cards 15 are selected and automatically set as the OS program.

【0045】したがって、操作者は、このコンピュータ
システムに組込もうとする各拡張カード15が有する各
種のバージョンを全く考慮することなく、また、ドライ
バプログラムをOSプログラムに組込むための何等の操
作を実施する必要はない。よって、拡張カード装着時に
おける初期設定作業能率を大幅に向上できる。
Therefore, the operator carries out any operation for incorporating the driver program into the OS program without considering the various versions of the respective expansion cards 15 to be incorporated into this computer system. do not have to. Therefore, the initial setting work efficiency when the expansion card is mounted can be significantly improved.

【0046】さらに、自動的に最適ドライバプログラム
がOSプログラムに書込まれるので、従来システムのよ
うに、誤ったドライバプログラムをOSプログラムに書
込むという人為的ミスが発生するのが未然に防止され
る。よって、コンピュータシステム全体の信頼性を向上
できる。
Furthermore, since the optimum driver program is automatically written in the OS program, it is possible to prevent the human error of writing an incorrect driver program in the OS program as in the conventional system. . Therefore, the reliability of the entire computer system can be improved.

【0047】さらに、全部の拡張カード15に亘る最適
のドライバプログラムが各拡張カード15から検索でき
なかった場合は、外部記憶部14に記憶されている各拡
張カード15の最低限の機能を駆動させることが可能な
ドライバプログラムがOSプログラムに書込まれる。よ
って、コンピュータシステム全体が動作しない事態を未
然に防止できる。
Further, when the optimum driver program for all expansion cards 15 cannot be retrieved from each expansion card 15, the minimum functions of each expansion card 15 stored in the external storage unit 14 are driven. A possible driver program is written in the OS program. Therefore, it is possible to prevent the situation where the entire computer system does not operate.

【0048】また、各拡張カードを駆動するドライバプ
ログラムが各拡張カード内に組込まれているので、この
拡張カードの保管が簡素化される。なお、本発明は上述
した実施例に限定されるのもではない。実施例システム
においては、各拡張カード15の拡張カードメモリ19
及びドライバプログラム動作条件メモリ18に記憶され
ている全部のバージョンに亘って適合するドライバプロ
グラムを探すようにしたが、必要に応じて、影響の少な
いバージョンを適合条件から排除してもよい。
Since the driver program for driving each expansion card is incorporated in each expansion card, the storage of this expansion card is simplified. The present invention is not limited to the above-mentioned embodiments. In the embodiment system, the expansion card memory 19 of each expansion card 15
In addition, the driver program operating condition memory 18 is searched for a compatible driver program over all versions, but if necessary, a version having a lesser influence may be excluded from the matching conditions.

【0049】なお、1個の拡張カード15しか接続され
ていない場合においては、この拡張カード15から読取
ったドライバプログラムを無条件にOSプログラムに書
込めばよい。
When only one expansion card 15 is connected, the driver program read from this expansion card 15 may be unconditionally written in the OS program.

【0050】また、ドライパプログラムを記憶するドラ
イパプログラムメモリ17は、拡張カード15内に専用
メモリとして設けたが、例えばメインCPU12との間
に形成される共有メモリ上に設けることも可能である。
Although the dry-per program memory 17 for storing the dry-per program is provided as a dedicated memory in the expansion card 15, it may be provided on a shared memory formed with the main CPU 12, for example. .

【0051】[0051]

【発明の効果】以上説明したように本発明のコンピュー
タシステムにおいては、拡張カード自体にこの拡張カー
ドを駆動するためのドライバプログラムを組込んでい
る。したがって、必要な拡張機能を有した拡張カードを
システムバスに装着するのみで、自動的に最適ドライバ
プログラムがOSプログラムに書込まれ、拡張カードの
装着時における誤設定を未然に防止できると共に、初期
設定作業能率を大幅に向上できる。
As described above, in the computer system of the present invention, the expansion card itself incorporates the driver program for driving the expansion card. Therefore, the optimum driver program is automatically written in the OS program only by mounting the expansion card having the necessary expansion function on the system bus, and it is possible to prevent erroneous setting at the time of mounting the expansion card. The setting work efficiency can be greatly improved.

【図面の簡単な説明】[Brief description of drawings]

【図1】 本発明の一実施例に係わるコンピュータシス
テムの概略構成を示すブロック図。
FIG. 1 is a block diagram showing a schematic configuration of a computer system according to an embodiment of the present invention.

【図2】 同実施例コンピュータシステムのメインCP
Uの動作を示す流れ図。
FIG. 2 is a main CP of the computer system of the embodiment.
The flowchart which shows operation | movement of U.

【図3】 従来のコンピュータシステムの概略構成を示
すブロック図。
FIG. 3 is a block diagram showing a schematic configuration of a conventional computer system.

【符号の説明】[Explanation of symbols]

11…システムバス、12…メシンCPU。13…HD
D,14…外部記憶装置、15…拡張カード、16…拡
張カード機能、17…ドライバプログラムメモリ、18
…ドライバプログラム動作条件メモリ、19…拡張カー
ド情報メモリ、19a…カード識別子。
11 ... System bus, 12 ... Machine CPU. 13 ... HD
D, 14 ... External storage device, 15 ... Expansion card, 16 ... Expansion card function, 17 ... Driver program memory, 18
... driver program operating condition memory, 19 ... expansion card information memory, 19a ... card identifier.

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 メインCPUが接続されているシステム
バスに複数の拡張カードが着脱自在に設けられ、前記メ
インCPUが、前記システムバスに接続された前記各拡
張カードを駆動するためのドライバプログラムが組込ま
れたOSプログラムを用いて前記各拡張カードを駆動す
るコンピュータシステムにおいて、 前記各拡張カードは、自己の拡張カードを駆動するため
のドライバプログラムを記憶するドライバプログラムメ
モリを有し、 前記メインCPUは、起動時に前記各拡張カードのドラ
イバプログラムを前記システムバスを介して読取るドラ
イバプログラム読取手段と、この読取った各ドライバプ
ログラムを前記OSプログラムに書込む手段とを有した
ことを特徴とするコンピュータシステム。
1. A plurality of expansion cards are removably provided on a system bus to which a main CPU is connected, and a driver program for causing the main CPU to drive each of the expansion cards connected to the system bus. In a computer system that drives each expansion card using an embedded OS program, each expansion card has a driver program memory that stores a driver program for driving its own expansion card, and the main CPU is A computer system comprising: a driver program reading unit that reads the driver program of each expansion card at the time of startup via the system bus; and a unit that writes the read driver programs into the OS program.
【請求項2】 前記各拡張カードは、自己を特定する識
別子を記憶する識別子メモリを有し、 前記メインCPUは、起動時に前記システムバスに接続
された各拡張カードの各識別子を読取って、前記システ
ムバスに現在接続されている各拡張カードのカード種別
を認識する手段を有することを特徴とする請求項1記載
のコンピュータシステム。
2. Each expansion card has an identifier memory that stores an identifier for identifying itself, and the main CPU reads each identifier of each expansion card connected to the system bus at the time of startup, 2. The computer system according to claim 1, further comprising means for recognizing a card type of each expansion card currently connected to the system bus.
【請求項3】 前記ドライバプログラムメモリは、該当
拡張カードと前記メインCPUとの共有メモリ上に形成
されたことを特徴とする請求項1記載のコンピュータシ
ステム。
3. The computer system according to claim 1, wherein the driver program memory is formed on a shared memory between the corresponding expansion card and the main CPU.
【請求項4】 メインCPUが接続されているシステム
バスに複数の拡張カードが着脱自在に設けられ、前記メ
インCPUが、前記システムバスに接続された前記各拡
張カードを駆動するためのドライバプログラムが組込ま
れたOSプログラムを用いて前記各拡張カードを駆動す
るコンピュータシステムにおいて、 前記各拡張カードは、自己の拡張カードを駆動するため
のドライバプログラムを記憶するドライバプログラムメ
モリと、前記ドライバプログラムを動作させるためのド
ライバプログラム動作条件を記憶するドライバプログラ
ム動作条件メモリとを有し、 前記メインCPUは、起動時に前記各拡張カードのドラ
イバプログラム動作条件を前記システムバスを介して読
取るドライバプログラム動作条件読取手段と、起動時に
前記各拡張カードのドライバプログラムを前記システム
バスを介して読取るドライバプログラム読取手段と、こ
の読取った各ドライバプログラムのうち、前記読取った
全部のドライバプログラム動作条件に合致するドライバ
プログラムを前記OSプログラムに書込む手段とを有し
たことを特徴とするコンピュータシステム。
4. A system bus to which a main CPU is connected is detachably provided with a plurality of expansion cards, and a driver program for causing the main CPU to drive each expansion card connected to the system bus. In a computer system that drives each expansion card using an embedded OS program, each expansion card operates a driver program memory that stores a driver program for driving its own expansion card, and the driver program. And a driver program operating condition memory for storing operating conditions of a driver program for the main CPU, and the main CPU reads the driver program operating condition of each expansion card via the system bus at startup, , Each of the above expansions at startup Driver program reading means for reading the driver program of the card via the system bus, and means for writing, in the OS program, driver programs that match all the read driver program operating conditions among the read driver programs. A computer system characterized by having.
【請求項5】 前記ドラバプログラム動作条件はハード
ウェアバージョンであることを特徴とする請求項4記載
のコンピュータシステム。
5. The computer system according to claim 4, wherein the driver program operating condition is a hardware version.
【請求項6】 前記ドラバプログラム動作条件はファー
ムウェアバージョンであることを特徴とする請求項4記
載のコンピュータシステム。
6. The computer system according to claim 4, wherein the operating condition of the driver program is a firmware version.
【請求項7】 メインCPUが接続されているシステム
バスに複数の拡張カードが着脱自在に設けられ、前記メ
インCPUが、前記システムバスに接続された前記各拡
張カードを駆動するためのドライバプログラムが組込ま
れたOSプログラムを用いて前記各拡張カードを駆動す
るコンピュータシステムにおいて、 前記各拡張カードは、自己の拡張カードを駆動するため
のドライバプログラムを記憶するドライバプログラムメ
モリと、このドライバプログラムメモリに記憶されたド
ライバプログラムを動作させるためのOSプログラムの
OSプログラムバージョンを記憶するOSプログラムバ
ージョンメモリとを有し、 前記メインCPUは、起動時に前記各拡張カードのOS
プログラムバージョンを前記システムバスを介して読取
るOSプログラムバージョン読取手段と、起動時に前記
各拡張カードのドライバプログラムを前記システムバス
を介して読取るドライバプログラム読取手段と、この読
取った各ドライバプログラムのうち、前記読取った全部
のOSプログラムバージョンに共通するOSプログラム
が動作可能なドライバプログラムを前記OSプログラム
に書込む手段とを有したことを特徴とするコンピュータ
システム。
7. A plurality of expansion cards are detachably provided on a system bus to which a main CPU is connected, and a driver program for causing the main CPU to drive each of the expansion cards connected to the system bus. In a computer system for driving each expansion card by using an embedded OS program, each expansion card stores a driver program memory for storing a driver program for driving its own expansion card, and a memory stored in the driver program memory. An OS program version memory for storing an OS program version of the OS program for operating the generated driver program, and the main CPU has an OS of each expansion card at the time of startup.
The OS program version reading means for reading the program version via the system bus, the driver program reading means for reading the driver program of each expansion card at the time of startup via the system bus, and the read driver program among the read driver programs A computer system comprising: a driver program capable of operating an OS program common to all read OS program versions.
【請求項8】 前記メインCPUは、前記読取った全部
のOSプログラムバージョンに共通するOSプログラム
が動作可能なドライバプログラムが存在しなかったと
き、外部記憶装置に記憶されている各拡張カードの最低
限の機能を動作させるドライバプログラムを前記OSプ
ログラムに書込む手段を備えたことを特徴とする請求項
7記載のコンピュータシステム。
8. The main CPU is the minimum of each expansion card stored in an external storage device when there is no driver program capable of operating an OS program common to all the read OS program versions. 8. The computer system according to claim 7, further comprising means for writing a driver program for operating the function of the above into the OS program.
JP5146419A 1993-06-17 1993-06-17 Computer system Pending JPH076114A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5146419A JPH076114A (en) 1993-06-17 1993-06-17 Computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5146419A JPH076114A (en) 1993-06-17 1993-06-17 Computer system

Publications (1)

Publication Number Publication Date
JPH076114A true JPH076114A (en) 1995-01-10

Family

ID=15407269

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5146419A Pending JPH076114A (en) 1993-06-17 1993-06-17 Computer system

Country Status (1)

Country Link
JP (1) JPH076114A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08328756A (en) * 1995-06-06 1996-12-13 Internatl Business Mach Corp <Ibm> Data storage device for disk driving mechanism
US5870756A (en) * 1996-04-26 1999-02-09 Fujitsu Limited Interchangeable storage medium containing program for processing data files thereupon to match a data file format to a computer system
JP2007011793A (en) * 2005-06-30 2007-01-18 Canon Inc Peripheral device control system, its control method, information processor, computer program, and computer readable storage medium
JP2009025499A (en) * 2007-07-18 2009-02-05 Yamaha Corp Waveform generator, sound effect imparting apparatus, and musical sound generator
JP2010146384A (en) * 2008-12-19 2010-07-01 Nec Corp Computer startup system, computer startup method and computer startup program
JP2013517714A (en) * 2010-01-21 2013-05-16 ゼットティーイー コーポレーション Internet protocol television system and method for realizing the same
US8793446B2 (en) 2009-11-24 2014-07-29 Fujitsu Limited Writing program types onto system boards in a partitioned computer system
US10795687B2 (en) 2017-09-14 2020-10-06 Fujitsu Limited Information processing system for setting hardware, method for setting hardware and non-transitory computer-readable storage medium recording program for setting hardware

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08328756A (en) * 1995-06-06 1996-12-13 Internatl Business Mach Corp <Ibm> Data storage device for disk driving mechanism
US5870756A (en) * 1996-04-26 1999-02-09 Fujitsu Limited Interchangeable storage medium containing program for processing data files thereupon to match a data file format to a computer system
JP2007011793A (en) * 2005-06-30 2007-01-18 Canon Inc Peripheral device control system, its control method, information processor, computer program, and computer readable storage medium
US8438556B2 (en) 2005-06-30 2013-05-07 Canon Kabushiki Kaisha Peripheral device control system, its control method, and information processing apparatus, and computer program and computer-readable storage medium
JP2009025499A (en) * 2007-07-18 2009-02-05 Yamaha Corp Waveform generator, sound effect imparting apparatus, and musical sound generator
US7868241B2 (en) 2007-07-18 2011-01-11 Yamaha Corporation Waveform generating apparatus, sound effect imparting apparatus and musical sound generating apparatus
US7875789B2 (en) 2007-07-18 2011-01-25 Yamaha Corporation Waveform generating apparatus, sound effect imparting apparatus and musical sound generating apparatus
JP2010146384A (en) * 2008-12-19 2010-07-01 Nec Corp Computer startup system, computer startup method and computer startup program
US8621192B2 (en) 2008-12-19 2013-12-31 Nec Corporation Computer start-up system, computer start-up method, and computer start-up program
US8793446B2 (en) 2009-11-24 2014-07-29 Fujitsu Limited Writing program types onto system boards in a partitioned computer system
JP2013517714A (en) * 2010-01-21 2013-05-16 ゼットティーイー コーポレーション Internet protocol television system and method for realizing the same
US10795687B2 (en) 2017-09-14 2020-10-06 Fujitsu Limited Information processing system for setting hardware, method for setting hardware and non-transitory computer-readable storage medium recording program for setting hardware

Similar Documents

Publication Publication Date Title
US5768568A (en) System and method for initializing an information processing system
EP1691281B1 (en) Memory dump program boot method
US20010039612A1 (en) Apparatus and method for fast booting
US6170055B1 (en) System for computer recovery using removable high capacity media
US6725178B2 (en) Use of hidden partitions in a storage device for storing BIOS extension files
US6668261B1 (en) Method of upgrading a program using associated configuration data
US6438688B1 (en) Method and computer for locally and remotely updating a basic input output system (BIOS) utilizing one update file
US6665778B1 (en) System and method for storage of device performance data
US7631112B2 (en) Determining storage device connection information for serial and parallel computer interfaces to storage devices
US7725892B2 (en) Field-replaceable unit revision compatibility
JP3629517B2 (en) A boot device switching method for an information processing apparatus.
US20100049961A1 (en) Update method for basic input/output system and update system thereof
CN110502386B (en) Method and device for diagnosing faults of hard disk on line
JPH076114A (en) Computer system
US6526493B1 (en) Method and apparatus for partitioning and formatting a storage media without rebooting by creating a logical device control block (DCB) on-the-fly
US20060026415A1 (en) Method of updating a portion BIOS
US7103767B2 (en) Method and apparatus to support legacy master boot record (MBR) partitions
JP3693240B2 (en) Method and system for executing adapter configuration routines utilizing different operating modes
JP2005266871A (en) Computer device having diagnosing/erasing function of hard disk device and its mother board
US6314482B1 (en) Method and system for indexing adapters within a data processing system
US20240069923A1 (en) Standardized and robust framework to enhance bootloader configuration management
KR100315776B1 (en) Drive Program Built-in Hardware and Mounting Method
JP2000137598A (en) Computer readable recording medium recording firmware management program
JP2521020B2 (en) Information processing system
US20050071618A1 (en) Method and apparatus to support legacy master boot record (MBR) partitions