repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t40c term[] count fix
[minix.git]
/
commands
/
lspci
/
lspci.sh
blob
a4c3bc0abe11d0c4dfd2a99305bda71cbfe95a47
1
#!/bin/sh
2
3
if
[ !
-f
/
proc
/
pci
];
then
4
echo
"PCI list not found (is /proc mounted?)"
>&
2
5
exit
1
6
fi
7
8
exec
cut
-d
' '
-f3-
/
proc
/
pci