Print this page
5094 Update libsmbios with recent items
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef 'Jeff' Sipek<jeffpc@josefsipek.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>

@@ -18,10 +18,11 @@
  *
  * CDDL HEADER END
  */
 
 /*
+ * Copyright 2015 OmniTI Computer Consulting, Inc.  All rights reserved.
  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
 #include <sys/smbios_impl.h>

@@ -80,10 +81,14 @@
         uint_t i, h;
 
         switch (version) {
         case SMB_VERSION_23:
         case SMB_VERSION_24:
+        case SMB_VERSION_25:
+        case SMB_VERSION_26:
+        case SMB_VERSION_27:
+        case SMB_VERSION_28:
                 break;
         default:
                 return (smb_open_error(shp, errp, ESMB_VERSION));
         }