Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
84bf73a5
Commit
84bf73a5
authored
Oct 24, 2003
by
Mike Hibler
Browse files
ensure /proc/pci exists (it doesn't in a Xen VM)
parent
30d21c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/linux/nodetype
View file @
84bf73a5
...
...
@@ -16,7 +16,7 @@ if [ x$cpuspeed = x ] || [ $cpuspeed = 0 ]; then
echo
"unknown"
;
# XXX hack for minibed and buff pc600s
elif
[
$cpuspeed
=
"850"
-a
-x
$BINDIR
/chipset.awk
]
;
then
elif
[
$cpuspeed
=
"850"
-a
-x
$BINDIR
/chipset.awk
-a
-e
/proc/pci
]
;
then
case
`
$BINDIR
/chipset.awk /proc/pci
`
in
BX
)
echo
pc850
# normal pc850
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment