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

#include <sys/coherent.h>
#include <stddef.h>

#include <sys/haiscsi.h>

extern dca_t	sddca;		/* Fixed disk control routines */
extern dca_t	ctdca;		/* Cartridge tape control routines */

dca_t  mdca[MAXDEVS] = {
	&sddca, 		/* Fixed disk */
	NULL,			/* No device */
	&ctdca, 		/* Cartridge tape drive */
	NULL,			/* No device */
	NULL,			/* No device */
	NULL,			/* No device */
	NULL,			/* No device */
	NULL			/* No device */
};

/* End of file */

unix.superglobalmegacorp.com

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