Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 11/29/2005 13:57:00
Module Name:	src
Committed By:	rpaulo
Date:		Tue Nov 29 13:57:00 UTC 2005

Modified Files:
	src/sys/dev/pci: if_iwi.c if_iwireg.h if_iwivar.h

Log Message:
Add support for software controlled LEDs as found on some
boards. Currently, only the associated LED is being used because
that's the only LED my card has. The other two LEDs (OFDM and
activity) can later be set by someone, easily, who owns some board
with that LEDs.

Reviewed by Nick Hudson.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/dev/pci/if_iwi.c
cvs rdiff -r1.14 -r1.15 src/sys/dev/pci/if_iwireg.h
cvs rdiff -r1.8 -r1.9 src/sys/dev/pci/if_iwivar.h

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