#pragma	ident	"@(#)README	1.5	97/04/07 SMI"

/*
 * Copyright (c) 1995,1997 by Sun Microsystems, Inc.
 * All rights reserved.
 */

DRIVER NAME:
	pvip -- sample Weitek P9000 color frame buffer driver

ARCHITECTURES:

	x86 and SPARC

DESCRIPTION OF DRIVER:
	Uses the DDI/DKI mapdev interfaces to manage frame buffer
	memory

	Source Files
	-------------
	
	bt485reg.h -- constants relating to bt485 CMOS registers
	pvipreg.h  -- data structures and constants relating to the Weitek
		      Power 9100 User Interface Controller
	viperio.h  -- viper data structures for the driver
	viperreg.h -- viper specific constant values
	pvip.c     -- driver source code

COMPILING/LOADING:
	(1) Build the driver (with "make")

	(2) Copy the new pvip driver to your /kernel/drv directory.

	(3) /usr/sbin/add_drv -m"* 0666 root root" -i'"pci100e,9001"' pvip

        (4) reboot

REFERENCES:
