*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> devclass_add_driver (9)              
Title
Content
Arch
Section
 

DEVCLASS_ADD_DRIVER(9)

Contents


NAME    [Toc]    [Back]

     devclass_add_driver, devclass_delete_driver, devclass_find_driver --
     manipulate the drivers in a devclass

SYNOPSIS    [Toc]    [Back]

     #include <sys/param.h>
     #include <sys/bus.h>

     int
     devclass_add_driver(devclass_t dc, driver_t *driver);

     int
     devclass_delete_driver(devclass_t dc, driver_t *driver);

     driver_t *
     devclass_find_driver(devclass_t dc, const char *name);

DESCRIPTION    [Toc]    [Back]

     These functions can be used to add new drivers into the system, remove
     old ones and search for existing ones.  Normally drivers are added automatically
 during system initialisation.

SEE ALSO    [Toc]    [Back]

      
      
     devclass(9), driver(9)

AUTHORS    [Toc]    [Back]

     This man page was written by Doug Rabson.


FreeBSD 5.2.1			 June 16, 1998			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
devclass_get_name FreeBSD access the name of a devclass
devclass_find FreeBSD search for a devclass
devclass_get_devices FreeBSD get a list of devices in a devclass
device_get_devclass FreeBSD access the devclass of a device
usbdi NetBSD USB device drivers interface
strmod_add Tru64 Add STREAMS modules and drivers
fea FreeBSD device drivers for DEC FDDI controllers
mouse FreeBSD mouse and pointing device drivers
strmod_del Tru64 Delete STREAMS modules and drivers
sbus OpenBSD introduction to sbus bus support and drivers
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service