総合手引 | セクション 9 | English | オプション |
#include <sys/param.h>
#include <sys/bus.h>
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
引数は以下の通りです。
dev | |
リソースを設定するデバイスです。 | |
type | |
割り当てたいリソースの型です。
これは下記の中の 1 つです。
| |
SYS_RES_IRQ | IRQ のリソースです。 |
SYS_RES_DRQ | ISA DMA ラインのリソースです。 |
SYS_RES_IOPORT | |
I/O ポートのリソースです。 | |
SYS_RES_MEMORY | |
I/O メモリのリソースです。 | |
rid | |
割り当てられているリソースを識別するバス特有のハンドルです。 | |
start | |
このリソースの開始アドレスです。 | |
count | |
このリソースの長さです。 例えば、バイト単位でのメモリの大きさです。 | |
BUS_SET_RESOURCE (9) | March 29, 2003 |
総合手引 | セクション 9 | English | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
“ | "I liken starting one's computing career with Unix, say as an undergraduate, to being born in East Africa. It is intolerably hot, your body is covered with lice and flies, you are malnourished and you suffer from numerous curable diseases. But, as far as young East Africans can tell, this is simply the natural condition and they live within it. By the time they find out differently, it is too late. They already think that the writing of shell scripts is a natural act." | ” |
— Ken Pier, Xerox PARC |