···11-/*22-** -----------------------------------------------------------------------------33-**44-** Perle Specialix driver for Linux55-** Ported from existing RIO Driver for SCO sources.66- *77- * (C) 1990 - 2000 Specialix International Ltd., Byfleet, Surrey, UK.88- *99- * This program is free software; you can redistribute it and/or modify1010- * it under the terms of the GNU General Public License as published by1111- * the Free Software Foundation; either version 2 of the License, or1212- * (at your option) any later version.1313- *1414- * This program is distributed in the hope that it will be useful,1515- * but WITHOUT ANY WARRANTY; without even the implied warranty of1616- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1717- * GNU General Public License for more details.1818- *1919- * You should have received a copy of the GNU General Public License2020- * along with this program; if not, write to the Free Software2121- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.2222-**2323-** Module : mca.h2424-** SID : 1.22525-** Last Modified : 11/6/98 11:34:112626-** Retrieved : 11/6/98 11:34:212727-**2828-** ident @(#)mca.h 1.22929-**3030-** -----------------------------------------------------------------------------3131-*/3232-3333-#ifndef __rio_mca_h__3434-#define __rio_mca_h__3535-3636-#ifdef SCCS_LABELS3737-static char *_mca_h_sccs_ = "@(#)mca.h 1.2";3838-#endif3939-4040-/*4141-** Micro Channel stuff4242-*/4343-4444-#define McaMaxSlots 84545-#define McaSlotSelect 0x964646-#define McaSlotEnable 0x084747-#define McaIdLow 0x1004848-#define McaIdHigh 0x1014949-#define McaIrqEnable 0x1025050-#define McaMemory 0x1035151-#define McaRIOId 0x6a5c5252-#define McaIrq9 0x005353-#define McaIrq3 0x025454-#define McaIrq4 0x045555-#define McaIrq7 0x065656-#define McaIrq10 0x085757-#define McaIrq11 0x0A5858-#define McaIrq12 0x0C5959-#define McaIrq15 0x0E6060-#define McaIrqMask 0x0E6161-#define McaCardEnable 0x016262-#define McaAddress(X) (((X)&0xFF)<<16)6363-6464-#define McaTpFastLinks 0x406565-#define McaTpSlowLinks 0x006666-#define McaTpBootFromRam 0x016767-#define McaTpBootFromLink 0x006868-#define McaTpBusEnable 0x026969-#define McaTpBusDisable 0x007070-7171-#define RIO_MCA_DEFAULT_MODE SLOW_LINKS7272-7373-#endif /* __rio_mca_h__ */