This is info-bsd43.c in view mode; [Download] [Up]
/*
* 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-bsd43.c,v 1.3 1992/11/24 04:10:21 mcooper Exp $";
#endif
/*
* $Log: info-bsd43.c,v $
* Revision 1.3 1992/11/24 04:10:21 mcooper
* Use new KVM/nlist interface.
*
* Revision 1.2 1992/04/26 23:32:06 mcooper
* Add Copyright notice
*
* Revision 1.1 1992/03/31 02:39:03 mcooper
* Initial revision
*
* Revision 1.1 1992/03/31 02:39:03 mcooper
* Initial revision
*
*/
/*
* 4.3BSD specific info
*/
#include "system.h"
#include "defs.h"
#include <sys/types.h>
#include <machine/cpu.h>
/*
* No device support
*/
DEVDATATAB DevDataTab[] = {
{ 0 },
};
/*
* MachineID symbol
*/
char MachineIDSYM[] = "_machineid";
/*
* Model's as found in kernel variable "machineid" and
* defined in <machine/cpu.h>.
*/
NAMETAB ModelTab[] = {
#ifdef HP_320
{ HP_320, "HP9000/320" },
#endif
#ifdef HP_330
{ HP_330, "HP9000/330" },
#endif
#ifdef HP_340
{ HP_340, "HP9000/340" },
#endif
#ifdef HP_350
{ HP_350, "HP9000/350" },
#endif
#ifdef HP_360
{ HP_360, "HP9000/360" },
#endif
#ifdef HP_370
{ HP_370, "HP9000/370" },
#endif
{ 0 },
};
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.