summaryrefslogtreecommitdiffstats
path: root/isys/smp.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-06-06 16:33:31 +0000
committerJeremy Katz <katzj@redhat.com>2003-06-06 16:33:31 +0000
commite0779b7bf137a60bf6e6cd3adee4aabffcd28c73 (patch)
tree20b8340a621390a3fc967ef5fb3723c78b4033c7 /isys/smp.c
parent91d5fc40d23a5fb5b225287090e8074d0054fa6e (diff)
downloadanaconda-e0779b7bf137a60bf6e6cd3adee4aabffcd28c73.tar.gz
anaconda-e0779b7bf137a60bf6e6cd3adee4aabffcd28c73.tar.xz
anaconda-e0779b7bf137a60bf6e6cd3adee4aabffcd28c73.zip
merge taroon branch. mostly package bits, but a lot of other misc stuff
and cleanups in here too
Diffstat (limited to 'isys/smp.c')
-rw-r--r--isys/smp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/smp.c b/isys/smp.c
index 5478e14a6..0e32edd1d 100644
--- a/isys/smp.c
+++ b/isys/smp.c
@@ -337,6 +337,7 @@ static int groupForSMP(int mode)
if (!strncmp(cth.oem_id, "IBM ENSW", 8) &&
(!strncmp(cth.product_id, "NF 6000R", 8) ||
!strncmp(cth.product_id, "VIGIL SMP", 9) ||
+ !strncmp(cth.product_id, "EXA", 3) ||
!strncmp(cth.product_id, "RUTHLESS", 8)))
return 1;
return 0;