DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

eisa_sysbrdid(D3sys)


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.

Usage

Context and synchronization

context

Hardware applicability

AT-compatible hardware

Version applicability

system: in HDK Technical Reference 1

References

eisa(D4), eisa(D5)

``EISA device configuration'' in HDK Technical Reference


19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005