141488Smckusick /* 2*63163Sbostic * Copyright (c) 1982, 1990, 1993 3*63163Sbostic * The Regents of the University of California. All rights reserved. 441488Smckusick * 541488Smckusick * %sccs.include.redist.c% 641488Smckusick * 7*63163Sbostic * @(#)hpibvar.h 8.1 (Berkeley) 06/10/93 841488Smckusick */ 941488Smckusick 1041488Smckusick #define HPIBA 32 1141488Smckusick #define HPIBB 1 1241488Smckusick #define HPIBC 8 1341488Smckusick #define HPIBA_BA 21 1441488Smckusick #define HPIBC_BA 30 1541488Smckusick 1641488Smckusick #define CSA_BA 0x1F 1741488Smckusick 1841488Smckusick #define C_DCL 20 1941488Smckusick #define C_LAG 32 2041488Smckusick #define C_UNL 63 2141488Smckusick #define C_TAG 64 2241488Smckusick #define C_UNA 94 2341488Smckusick #define C_UNT 95 2441488Smckusick #define C_SCG 96 2541488Smckusick 2641488Smckusick struct hpib_softc { 2741488Smckusick char sc_alive; 2841488Smckusick char sc_type; 2941488Smckusick int sc_ba; 3041488Smckusick char *sc_addr; 3141488Smckusick }; 3241488Smckusick 3341488Smckusick extern struct hpib_softc hpib_softc[]; 34