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

⟦0f618573d⟧ TextFile

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

Derivation

└─⟦5fb5a153b⟧ Bits:30004042/hpdd.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦5fb5a153b⟧ UNIX Filesystem
    └─⟦this⟧ »hp/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;