# HG changeset patch # User afra # Date 1115583286 0 # Node ID 6fe4ae830c4d9dc27fabda12c368dfc3047f53c7 # Parent d1f2f21d6af7b40f27a12124f46fc41b965771d0 Fix for known alpha disk control bits. diff -r d1f2f21d6af7 -r 6fe4ae830c4d defs/dgndefs --- a/defs/dgndefs Thu May 05 12:43:28 2005 +0000 +++ b/defs/dgndefs Sun May 08 20:14:46 2005 +0000 @@ -137,13 +137,15 @@ * Disk IO bitmasks (Dragon Alpha). NMIEnA EQU %10000000 This is just a guess, but in current code just used as a flag WPCEnA EQU %01000000 According to circuit trace by R.Harding. -SDensEnA EQU %00000000 DDen is pulled low on the alpha, so always enabled. +SDensEnA EQU %00100000 DDen, from circuit trace on R.Harding's machine. MotorOnA EQU %00010000 Drive0A EQU %00000001 Drive1A EQU %00000010 Drive2A EQU %00000100 Drive3A EQU %00001000 +Mask58 EQU %01111111 And mask to make sure 5.25" clock selected by WD2797 + * Disk Commands FrcInt EQU %11010000 ReadCmnd EQU %10001000