ddi_report_dev(9F)
NAME
ddi_report_dev − announce a device
SYNOPSIS
#include <sys/conf.h>
#include <sys/sunddi.h>
#include <sys/ddi.h>
void ddi_report_dev(dev_info_t ∗dip);
ARGUMENTS
dip a pointer the device’s dev_info structure.
INTERFACE LEVEL
SPARC architecture specific (SPARC DDI).
DESCRIPTION
ddi_report_dev() prints a banner at boot time, announcing the device pointed to by dip.
CONTEXT
ddi_report_dev() can be called from user or interrupt context.
SunOS 5.1/SPARC — Last change: 11 Apr 1991