DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦73b21e3d1⟧ TextFile

    Length: 719 (0x2cf)
    Types: TextFile
    Notes: UNIX file
    Names: »space.c«

Derivation

└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
    └─⟦this⟧ »KC/new/etc/atconf/modules/lph/space.c« 
└─⟦aca99617e⟧ Bits:30004042/update3.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦aca99617e⟧ UNIX Filesystem
    └─⟦this⟧ »U3/new/etc/atconf/modules/lph/space.c« 

TextFile

/*
 * lph_cfg structure
 *
 * Lays out space for lph driver
 *
 * 88.03.09 HCA addopped from ../mux/space.c
 *
 */

#include "sys/types.h"
#include "sys/param.h"
#include "sys/tty.h"
#include "sys/dir.h"
#include "sys/signal.h"
#include "sys/user.h"
#include "sys/immu.h"
#include "sys/region.h"
#include "sys/proc.h"
#include "sys/chain.h"
#include "sys/msl.h"
#include "sys/card.h"
#include "sys/lph.h"
#include "sys/lphtrace.h"

struct lph_cfg lph_cfg[] = {
FUNIT  ,   0,   LPHS -1 ,	/* LAN1 */
/* FUNIT+1,LPHS, 2*LPHS -1 ,	/* LAN2 */
};

struct lph_chan lph_chan[LPHCHANS];

struct lph_board lphs[NUMBOARDS];

struct lphtrace lphtbuf[LPHTSIZE];

int lpht_top = LPHTSIZE;

unsigned char lph_ntab[2*LPHCHANS][NAMSI];