repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
airport: remove useless return in a function returning void
[linux/fpc-iii.git]
/
Documentation
/
ide
/
warm-plug-howto.txt
blob
d5885468b07261b283e3e65db5511ef2cf0c2c7c
1
2
IDE warm-plug HOWTO
3
===================
4
5
To warm-plug devices on a port 'idex':
6
7
# echo -n "1" > /sys/class/ide_port/idex/delete_devices
8
9
unplug old device(s) and plug new device(s)
10
11
# echo -n "1" > /sys/class/ide_port/idex/scan
12
13
done