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

/*
 * Configurable information for "aha" (Adaptec, no tape support) device driver.
 */

#define __KERNEL__	 1

#include "conf.h"

/*
 * Adaptec ROM translates at 64 heads, except the Tandy version, which
 * uses 16 heads.  Kernel variable SD_HDS is patchable for this reason.
 *
 * SDIRQ = interrupt channel.
 * SDBASE = base i/o port address.
 * SDDMA = dma channel.
 *
 * Number of heads and sectors per track are translation mode, and fixed
 * in the BIOS, so do not differ among attached drives.
 *
 * AHA_SD_HDS = number of heads on a drive (translation mode).
 *   If initialized zero, use BIOS values or default to 64.
 * AHA_SD_SPT = number of sectors per track (translation mode).
 *   If initialized zero, use BIOS values or default to 32.
 */
int	SDIRQ	= 11;
int	SDBASE	= 0x0330;
int	SDDMA	= 5;

int	AHA_SD_HDS = 0;
int	AHA_SD_SPT = 0;

unix.superglobalmegacorp.com

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