File:  [XINU] / xinu / h / mcr7300.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:39:05 2018 UTC (8 years, 2 months ago) by root
Branches: xinu, MAIN
CVS tags: xinu-19910600, HEAD
Xinu for 68000/68010

/* Miscellaneous control reg, write-only-- */
#define MCR7300 ((unsigned short *)0x4a0000)
/* Dismiss clock int: toggle from high to low and back to high */
#define CLRCLKINT (1<<15)
/* Disk DMA direction: 0 for write, 1 for read */
#define DMARDWRT (1<<14)
/* Data strobe for parallel port: toggle from low to high and back */
#define LPSTR (1<<13)
/* 0=let modem clock feed to 7201 channel B, 1 = use 19.2K clock */
#define MCKSEL (1<<12)
/* Red LED on side of chassis: 0=off, 1=on */
#define LED3 (1<<11)
/* Green LED... */
#define LED2 (1<<10)
/* Yellow LED... */
#define LED1 (1<<9)
/* Red LED... */
#define LED0 (1<<8)

unix.superglobalmegacorp.com

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