eisa_sysbrdid --
get the board ID of an EISA system motherboard
Synopsis
#include <sys/types.h>
#include <sys/eisa.h>
int eisa_sysbrdid(uint_t *idp);
Description
eisa_sysbrdid( )
Arguments
idp
Contains the 32-bit EISA board ID.
Return values
On success, returns 0 and stores
a 32-bit EISA board ID in *idp;
this is the board ID of the system motherboard.
On failure (if not an EISA system), returns -1.