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
a3aa9f59
Commit
a3aa9f59
authored
Feb 15, 2004
by
Mike Hibler
Browse files
Changes for DETER nodes (733Mhz)
parent
bcee2717
Changes
2
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/control_interface
View file @
a3aa9f59
...
...
@@ -9,7 +9,7 @@
NODETYPE
=
`
$BINDIR
/nodetype
`
case
$NODETYPE
in
pc300|pc850|i2|pc1800
)
pc300|
pc733|
pc850|i2|pc1800
)
echo
'fxp0'
;;
pcL440GX
)
...
...
tmcd/freebsd/cpuspeed.awk
View file @
a3aa9f59
#!/usr/bin/awk -f
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -29,6 +29,10 @@
print
"850"
;
exit
}
/^CPU:.*
\((
72
[
0-9
]
|73
[
0-9
])\.[
0-9
]
+
\-
MHz/
{
print
"733"
;
exit
}
/^CPU:.*
\(
6
[
0-9
][
0-9
]\.[
0-9
]
+
\-
MHz/
{
print
"600"
;
exit
...
...
Write
Preview
Supports
Markdown
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