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

⟦2fc2e23c1⟧ TextFile

    Length: 1443 (0x5a3)
    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/weitek/space.c« 

TextFile


/*	Copyright (c) 1984 AT&T	*/
/*	  All Rights Reserved  	*/

/*	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T	*/
/*	The copyright notice above does not evidence any   	*/
/*	actual or intended publication of such source code.	*/

#ident	"@(#)space.c	1.3"

#include "sys/types.h"
#include "sys/param.h"
#include "sys/buf.h"
#include "sys/immu.h"
#include "sys/region.h"
#include "sys/map.h"
#include "sys/proc.h"
#include "sys/inode.h"
#include "sys/fs/s5inode.h"
#include "sys/file.h"
#include "sys/callo.h"
#include "sys/var.h"
#include "sys/mount.h"
#include "sys/swap.h"
#include "sys/tuneable.h"
#include "sys/fcntl.h"
#include "sys/flock.h"
#include "sys/sysinfo.h"
#include "sys/tty.h"
#include "sys/conf.h"
#include "sys/utsname.h"
#include "sys/sema.h"
#include "sys/acct.h"
#include "sys/pfdat.h"
#include "sys/weitek.h"

#include "sys/kdef.h"	/* SPECIAL CASE: kernel #defines are put in a sys
			   include file so other modules can access them */
#include "config.h"	/* to override parameters in kdef.h */

/*
 * Tables and initializations
 */

/*  All bit fields are #define'd in sys/weitek.h.
 *  must always have WFPB17, and WFPB24.
 *  can have one of WFPR? plus one of WFPRI?,
 *  and to turn off a particular exception, may have any of 
 *  the exception bit masks.
 */
unsigned long   weitek_cfg = WFPRN | WFPRIZ | WFPB24 | WFPPM | WFPUM | WFPB17;

unsigned long	weitek_paddr = 0xC0000000;	/* chip physical address */