Writing Device Drivers

Device Configuration File

In the configuration file shown below, the target device that the lyr driver is writing to is the console.


Example 14–1 Configuration File

#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#pragma ident	"%Z%%M%	%I%	%E% SMI"

name="lyr" parent="pseudo" instance=1;
lyr_targ="/dev/console";