File:  [MW Coherent from dump] / coherent / f / etc / conf / bin / src / conf.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 * The code in this file was automatically generated. Do not hand-modify!
 * Generated at Mon Jul 26 16:05:08 1993
 */

#define _KERNEL		1
#define _DDI_DKI	1

#include <kernel/confinfo.h>

/* entry points for "at" facility */



/* entry points for "rm" facility */



/* entry points for "fl" facility */



/* entry points for "ct" facility */



/* entry points for "nl" facility */



/* entry points for "echo" driver */

extern int echodevflag;
DECLARE_STREAMS (echo)


/* entry points for "dump" driver */

extern int dumpdevflag;
DECLARE_MODULE (dump)


/* entry points for "loop" driver */

extern int loopdevflag;
DECLARE_STREAMS (loop)
DECLARE_INIT (loop)


/* entry points for "timeout" facility */

DECLARE_INIT (timeout_)


/* entry points for "streams" facility */



init_t inittab [] = {
	INIT (loop),
	INIT (timeout_)
};

unsigned int ninit = sizeof (inittab) / sizeof (* inittab);

start_t starttab [1];

unsigned int nstart= 0;

exit_t exittab [1];

unsigned int nexit= 0;

halt_t halttab [1];

unsigned int nhalt= 0;

cdevsw_t cdevsw [] = {
	STREAMS_ENTRY (loop),
	STREAMS_ENTRY (echo)
};

unsigned int ncdevsw = sizeof (cdevsw) / sizeof (* cdevsw);

bdevsw_t bdevsw [1];

unsigned int nbdevsw = 0;

modsw_t modsw [] = {
	MODSW_ENTRY (dump)
};

unsigned int nmodsw = sizeof (modsw) /  sizeof (* modsw);

major_t _maxmajor = 34;

major_t _major [] = {
	NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, 
	NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, 
	NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, 
	NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, NODEV, 
	0, 1, NODEV
};

minor_t _minor [] = {
	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0
};

intmask_t _masktab [] = {
	0x0UL, 0x0UL, 0x0UL, 0x0UL, 
	0x0UL, 0x0UL, 0x0UL, 0x0UL, 
	0xFFFFFFFFUL
};

intr_t inttab [1];

unsigned int nintr = 0;

DECLARE_DRVL (nl);
DECLARE_DRVL (ct);
DECLARE_DRVL (fdc);
DECLARE_DRVL (rm);
DECLARE_DRVL (at);
DRV drvl [32] = {
	DRVL_ENTRY (nl),
	DRVL_ENTRY (ct),
	NULL_DRVL (),
	NULL_DRVL (),
	DRVL_ENTRY (fdc),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	DRVL_ENTRY (rm),
	NULL_DRVL (),
	NULL_DRVL (),
	DRVL_ENTRY (at),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL (),
	NULL_DRVL ()
};

int drvn = 32;


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.