projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
SILI - Silicon Image 3132 driver, initial commit
[dragonfly.git]
/
sys
/
dev
/
disk
/
sili
/
fixme
1
#!/bin/csh
2
#
3
4
foreach i ( *.c *.h )
5
sed -e 's/AHCI/SILI/g' < $i > $i.new
6
mv $i.new $i
7
end