代码搜索:PCMCIA
找到约 3,887 项符合「PCMCIA」的源代码
代码结果 3,887
www.eeworm.com/read/147766/5727471
pcmcia
Kernel Low-Level PCMCIA Interface Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
John G Dorsey
Updated: 30 June, 2000
Note: this interface has not been finalized!
S
www.eeworm.com/read/136786/5866903
pcmcia
Kernel Low-Level PCMCIA Interface Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
John G Dorsey
Updated: 30 June, 2000
Note: this interface has not been finalized!
S
www.eeworm.com/read/128531/5989298
pcmcia
Kernel Low-Level PCMCIA Interface Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
John G Dorsey
Updated: 30 June, 2000
Note: this interface has not been finalized!
S
www.eeworm.com/read/127781/6000801
pcmcia
Kernel Low-Level PCMCIA Interface Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
John G Dorsey
Updated: 30 June, 2000
Note: this interface has not been finalized!
S
www.eeworm.com/read/110034/6172026
pcmcia
Kernel Low-Level PCMCIA Interface Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
John G Dorsey
Updated: 30 June, 2000
Note: this interface has not been finalized!
S
www.eeworm.com/read/102935/6230665
pcmcia
Kernel Low-Level PCMCIA Interface Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
John G Dorsey
Updated: 30 June, 2000
Note: this interface has not been finalized!
S
www.eeworm.com/read/480930/1311603
pcmcia
Kernel Low-Level PCMCIA Interface Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
John G Dorsey
Updated: 30 June, 2000
Note: this interface has not been finalized!
S
www.eeworm.com/read/243567/4525824
pcmcia
Kernel Low-Level PCMCIA Interface Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
John G Dorsey
Updated: 30 June, 2000
Note: this interface has not been finalized!
S
www.eeworm.com/read/228117/4766891
pcmcia
#!/bin/sh
CORE_OPTS=
PCIC=i82365
PCIC_OPTS=
cleanup()
{
while read SN CLASS MOD INST DEV EXTRA ; do
if [ "$SN" != "Socket" ] ; then
/etc/pcmcia/$CLASS stop $DEV 2> /dev/null
fi
done
}
www.eeworm.com/read/195013/5122555
pcmcia
Kernel Low-Level PCMCIA Interface Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
John G Dorsey
Updated: 30 June, 2000
Note: this interface has not been finalized!
S