*#ident	"@(#)uts-3b2:io/sad/sad.cf	1.2"
*
* SAD - STREAMS Administrative Driver
*
* Warning: #DEV must be at least 2 for things to work.
*
*FLAG	PREFIX	SOFT	#DEV	DEPENDENCIES
fsn	sad	33	  8	sgi,stream

$$$

#include <sys/sad.h>

/*
 * maximum number of devices to use
 * autopush with
 */
#define NAUTOPUSH 32

struct saddev saddev[##D];
int sadcnt = ##D;
struct autopush autopush[NAUTOPUSH];
int nautopush = NAUTOPUSH;
