xref: /original-bsd/sys/hp300/stand/samachdep.h (revision f72a1a16)
1 /*
2  * Copyright (c) 1982, 1990 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)samachdep.h	7.1 (Berkeley) 05/08/90
8  */
9 
10 #define	NHPIB		4
11 #define NITE		4
12 #define	NSCSI		2
13 #define NRD		(NHPIB * 8)
14 #define NCT		(NHPIB * 8)
15 #define NSD		(NSCSI * 8)
16 
17 #define IOV(x)		(x)
18 
19 extern	int howto, devtype;
20 
21 /* bogon grfinfo structure to keep grf_softc happy */
22 struct grfinfo {
23 	int	grf_foo;
24 };
25