#pragma	ident	"@(#)README	1.7	97/09/12 SMI"

/*
 * Copyright (c) 1995 - 1997, by Sun Microsystems, Inc.
 */

DRIVER NAME:
	ae -- sample driver for Am79C970 PCnet Ethernet Controller

ARCHITECTURES:
	x86 and SPARC

DESCRIPTION OF DRIVER:
	Uses the DDI/DKI interfaces to drive an ethernet controller

	Source Files
	-------------
	
	ae.h       -- data structures and constants relating to ae driver
	ae_ddict.h -- non-DDI-compliant system interfaces
	pcnet.h    -- data structures and constants specific to the PCnet
                      (Am79C970) Ethernet Controller
	ae.c       -- driver source code

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

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

	(3) /usr/sbin/add_drv -m"* 0666 root root" -i'"pci1022,2000"' ae

        (4) echo `uname -n` > /etc/hostname.ae0

        (4) reboot

REFERENCES:

KNOWN BUGS:

	The ae driver does not support snooping in promiscuous mode. Attempting
	to do so will hang the driver.
