|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 963 (0x3c3) Types: TextFile Notes: UNIX file Names: »space.c«
└─⟦5fb5a153b⟧ Bits:30004042/hpdd.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦5fb5a153b⟧ UNIX Filesystem └─⟦this⟧ »hp/new/etc/atconf/modules/tmc830/space.c«
/* data requirements for Future Domain TMC-830 SCSI Adapter 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.1 - 88/03/15" #include "sys/types.h" #include "sys/alttbl.h" #include "sys/vtoc.h" #include "sys/gendisk.h" #include "sys/genscsi.h" #define SCSIDRIVES 4 /* number of drives */ #include "config.h" /* for overriding above parameters */ scsi_t scsitab[SCSIDRIVES]; int maxscsidrives = SCSIDRIVES;