//      Physical ATA addresses

// ATA IO adapter 05a is attached to legacy ATA port 2

#include <stdio.h>,<conio.h>,<dos.h>,<string.h>

#define portadrs    	0x176     // DH Register
#define dir_reg         0x175     // DIR register of selected port
#define dat_reg         0x174     // DAT register of selected port

