音影先锋亚洲天堂网|电影世界尽头的爱完整版播放|国产 熟女 91|高清无码免费观看欧美日韩|韩国一区二区三区黄色录像|美女亚洲加勒比在线|亚洲综合网 开心五月|7x成人在线入口|成人网站免费日韩毛片区|国产黄片?一级?二级?三级

PCNET-ISA_II Datasheet

  • PCNET-ISA_II

  • How to Perform Plug and Play Initiation Key with PCnet-ISA I...

  • 13頁

  • ETC

掃碼查看芯片數(shù)據(jù)手冊

上傳產(chǎn)品規(guī)格書

PDF預(yù)覽

/****************************************************************************
NAME
ip_esrm - Exit software relocatable mode.
DESCRIPTION
ip_esrm() will wake up the PCnet-ISA II controller and initialize the
Plug and Play Registers.
First, the Plug and Play Initiation Key is used to get the controller
to exit software relocatable mode. If this attempt fails, the AMD
Initiation Key is used to get the controller to exit software
relocatable mode.
If either method successful in waking the controller, the Plug and Play
Registers are initialized.
CALLS
inport() - Gets a word or byte from a hardware port. Function in the
(Borland) run-time library.
AROME - #define AROME Iobase+0xE
RETURN
00 = PCnet-ISA II Plug and Play device awake and PnP registers initialized.
01 = Abort - Adapter not found.
****************************************************************************/
int ip_esrm(void)
{
int cc = 0;
/* Send the standard Plug and Play Initiation Key. */
ip_wake1();
/* Initialize the Plug and Play Registers. */
ip_cfg_init();
/* If the target PnP device was not awakened, then we'll have to
attempt the special AMD Initiation Key. */
if ( inport(AROME) != 0x5757 ) {
ip_wake2();
/* ...try the secret AMD handshake. */
ip_cfg_init();
/* Init Plug and Play Registers. */
/* If the PnP device is awake now, we're finished. */
if ( inport(AROME) == 0x5757 ) {
printf("ip_esrm: Info - AMD controller has been activated.\n");
}
/* Otherwise, the lights are on, but nobody's home. */
else {
cc = 1;
printf("ip_esrm: Abort - Unable to activate AMD controller.\n");
}
}
else {
printf("ip_esrm: Info - AMD controller has been activated.\n");
}
return(cc);
}
How to Perform Plug and Play Initiation Key with PCnet-ISA II
5

PCNET-ISA_II相關(guān)型號PDF文件下載

您可能感興趣的PDF文件資料

熱門IC型號推薦

掃碼下載APP,
一鍵連接廣大的電子世界。

在線人工客服

買家服務(wù):
賣家服務(wù):
技術(shù)客服:

0571-85317607

網(wǎng)站技術(shù)支持

13606545031

客服在線時間周一至周五
9:00-17:30

關(guān)注官方微信號,
第一時間獲取資訊。

建議反饋
返回頂部

建議反饋

聯(lián)系人:

聯(lián)系方式:

按住滑塊,拖拽到最右邊
>>
感謝您向阿庫提出的寶貴意見,您的參與是維庫提升服務(wù)的動力!意見一經(jīng)采納,將有感恩紅包奉上哦!