Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 11/04/1999 09:10:55
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Thu Nov  4 17:10:55 UTC 1999

Added Files:
	syssrc/sys/dev/ic: am79c930.c am79c930reg.h am79c930var.h awi.c
	    awireg.h awivar.h

Log Message:
Minimally functional driver for the am79c930 802.11 controller chip).
Working well enough to support dhcp; i'm doing this commit using the
interface.

Supports FH only.  Does not yet do ad-hoc mode; works in
infrastructure mode.  Not yet tested in environments with multiple
access points.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/am79c930.c \
    syssrc/sys/dev/ic/am79c930reg.h syssrc/sys/dev/ic/am79c930var.h \
    syssrc/sys/dev/ic/awi.c syssrc/sys/dev/ic/awireg.h \
    syssrc/sys/dev/ic/awivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.