home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1992 Michael A. Cooper.
- * This software may be freely distributed provided it is not sold for
- * profit and the author is credited appropriately.
- */
-
- #ifndef lint
- static char *RCSid = "$Header: /src/common/usc/bin/sysinfo/RCS/info-aix.c,v 1.2 1992/04/26 23:32:06 mcooper Exp $";
- #endif
-
- /*
- * $Log: info-aix.c,v $
- * Revision 1.2 1992/04/26 23:32:06 mcooper
- * Add Copyright notice
- *
- * Revision 1.1 1992/03/28 23:57:38 mcooper
- * Initial revision
- *
- */
-
-
- /*
- * AIX related information
- */
-
- #include <stdio.h>
- #include "system.h"
- #include "defs.h"
-
- /*
- * These values were gleamed from a copy of the
- * AIXpert magazine.
- */
- NAMETAB ModelTab[] = {
- { 0, "RS6000/320", "31" },
- { 0, "RS6000/320H", "35" },
- { 0, "RS6000/520", "30" },
- { 0, "RS6000/[57]30", "10" },
- { 0, "RS6000/530H", "18" },
- { 0, "RS6000/540", "14" },
- { 0, "RS6000/550", "1C" },
- { 0, "RS6000/930", "20" },
- { 0, "RS6000/950", "2E" },
- { 0 },
- };
-
- /*
- * Device Data Table (Not implemented yet)
- */
- DEVDATATAB DevDataTab[] = {
- { 0 },
- };
-