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

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

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

ARCHITECTURES:

	x86

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

	Source Files
	-------------
	
	bt485reg.h -- constants relating to bt485 CMOS registers
	p9000reg.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
	p9000.c     -- driver source code

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

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

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

        (4) reboot
