/* ia_comm.h */ /* Copyright (c) 2000 James M. Westall, Dept of Computer Science, * Clemson University, Clemson SC 29634 USA * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * To obtain a copy of the GNU General Public License write to the * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * */ #define IA_GETTXCTL 10 /* Read Tx control RAM */ #define IA_TX 11 /* Initiate a Tx */ #define IA_FFRED 12 #define IA_RFRED 13 #define IA_FLIP 14 #define IA_SENDDATA 15 #define IA_RECVDATA 16 #define IA_DUMPRFQ 17 #define IA_DRVSTAT 18 #define IA_SETTXPRM 19 #define IA_DROPSIG 20 #define IA_LOG 21 #define IA_DUMPTXB 22