24 lines
420 B
Plaintext
24 lines
420 B
Plaintext
*#ident "$Revision: 1.2 $"
|
|
*
|
|
* if_ptr - SGI driver for Madge tokenring adapter.
|
|
*
|
|
*FLAG PREFIX SOFT #DEV DEPENDENCIES
|
|
cs if_ptr - - bsd
|
|
$$$
|
|
|
|
/*
|
|
* For loadable version of driver only.
|
|
*/
|
|
|
|
/*
|
|
* Number of the adapter has been recognized and
|
|
* successfully initialized by the driver.
|
|
*/
|
|
int if_ptr_cnt = 0;
|
|
|
|
/*
|
|
* Prevent to be loaded and claim the adapters multiple times.
|
|
*/
|
|
int if_ptr_loaded = 0;
|
|
|