DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

si_add_bustype(D3sys)


si_add_bustype -- Add bustype to the list of supported I/O bus names

Synopsis

   #include <sys/types.h>
   #include <sys/systm.h>
   

void si_add_bustype(const char *bustype);

Description

si_add_bustype( ) adds a bustype to the list of I/O bus names that are supported by the system.

Arguments


bustype
Name of bus to be supported. Typically, this is the name of the bus folled by a version number, such as PCI2.1.

Return values

None.

Usage

Context and synchronization

context

Hardware applicability

AT-compatible hardware

Version applicability

system: in HDK Technical Reference 1

References

cm_params(D5)

``Bus'' in HDK Technical Reference


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