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 - download

⟦ba9051b1c⟧ TextFile

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

Derivation

└─⟦fdc69b24d⟧ Bits:30004152 SW95705I 386/ix Multi User Update 1
└─⟦fdc69b24d⟧ UNIX Filesystem
    └─ ⟦this⟧ »U1/new/etc/atconf/modules/aha1540/space.c« 

TextFile

/*
 * Data space for Adaptec AHA-1540 SCSI Host Adapter low-level driver.
 */

/*
 * Copyrighted as an unpublished work.
 * (c) Copyright 1988 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.2 - 88/10/16"

#include "sys/param.h"
#include "sys/types.h"
#include "sys/sysmacros.h"
#include "sys/immu.h"
#include "sys/buf.h"
#include "sys/dir.h"
#include "sys/signal.h"
#include "sys/user.h"
#include "sys/errno.h"
#include "sys/systm.h"
#include "sys/iobuf.h"
#include "sys/ioctl.h"
#include "sys/cmn_err.h"
#include "sys/cram.h"
#include "sys/aha1540.h"
#include "sys/vtoc.h"
#include "sys/inline.h"
#include "sys/gendisk.h"
#include "sys/genscsi.h"

#include "config.h"     /* to override any defaults */

ushort  aha_num_mbox = AHA_NUM_MBOX;
ushort  aha_res_mbox = AHA_RES_MBOX;
ushort  maxtargets	= 3;	/* only check target ids 0,1 and 2 */