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

⟦fd919ce52⟧ TextFile

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

Derivation

└─⟦69f23ffa1⟧ Bits:30004042/kconfig2.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦69f23ffa1⟧ UNIX Filesystem
    └─⟦this⟧ »kc/new/etc/atconf/modules/sun/space.c« 

TextFile

/*
 * Copyrighted as an unpublished work.
 * (c) Copyright 1986 INTERACTIVE Systems Corporation
 * All rights reserved.
 *
 * RESTRICTED RIGHTS
 *
 * These programs are supplied under a license.  They may be used,
 * disclosed, and/or copied only as permitted under such license
 * agreement.  Any copy must contain the above copyright notice and
 * this restricted rights notice.  Use, copying, and/or disclosure
 * of the programs is strictly prohibited unless otherwise provided
 * in the license agreement.
 */

#ident "@(#)space.c	1.3 - 88/01/26"

/* The driver assumes that the SunRiver Host Adaptor board is jumpered to
 * receive interrupts on IRQ12.  If your system is configured differently
 * then you must specify the IRQ# selected in the next define as well as
 * the intvect definition in the config file 
 */ 
#define	INTVECT 12

/* logic to define the global rearm address based on the specified IRQ# */
#if INTVECT == 5
int global_rearm = 0x2f5;
#endif
#if INTVECT == 7
int global_rearm = 0x2f7;
#endif
#if INTVECT == 12
int global_rearm = 0x6f4;
#endif
#if INTVECT == 15
int global_rearm = 0x6f7;
#endif