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

⟦84d718963⟧ TextFile

    Length: 1386 (0x56a)
    Types: TextFile
    Notes: UNIX file
    Names: »skd.h«

Derivation

└─⟦a6ab2eb36⟧ Bits:30004042/kconfig3.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦a6ab2eb36⟧ UNIX Filesystem
    └─⟦this⟧ »kc/new/usr/include/sys/skd.h« 

TextFile

/*
 * definitions for PC AT keyboard/display driver - 
 *              modified for SUN RIVER DRIVER - ACS
 */

/*
 * 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 "@(#)skd.h	1.2 - 88/01/26"

/* gives terminal number off the minor device number */
#define SKDINDEX(dev)	((dev) & 0x07)

/* SunRiver specific definitions */
#define KB_PCCOMPAT     0x40    /* enable PC compatibility scan mode */
#define FEAT_OUT        0x3da   /* feature control register - direct address */
#define FEAT_INIT       0x00    /* initialization for feature control reg */
#define SUN_COLORBASE   SUN_SCRBASE + 0x18000  /* location of color display */
#define SUN_MONOBASE    SUN_SCRBASE + 0x10000  /* location of mono display */
#define KDMAPBIOS	(KIOC|68)	/* map EGA BIOS into user addr space */
#define KDMAPSUNRIV	(KIOC|69)	/* map SUNRIVER io registers to user */
#define KDMACHENV	(KIOC|70)	/* return machine environment struct */