Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   jakllsch
Date:           Sun Sep 27 17:55:32 UTC 2009

Modified Files:
        src/share/man/man4: gpio.4 ichlpcib.4
        src/sys/arch/x86/pci: files.pci ichlpcib.c
        src/sys/dev/ic: i82801lpcreg.h

Log Message:
gpio(4) support for Intel ICH southbridges.

Tested on Intel SS4200-E (ICH7), and Acorp 6A815EPD (ICH2) motherboards,
on amd64 and i386 ports respectively.

It should be noted that the majority of boards with ICH chips do not
expose the GPIO pins for off-board use.  For instance, aside from the
three exposed-on-a-header pins on the 6A815EPD, another pin is also
used to control write protect on the FWH.  The SS4200 exposes the GPIO
on a header that connects to the 10 LEDs on the front panel, as well
as a tact switch on the back panel.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man4/gpio.4
cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/ichlpcib.4
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/pci/files.pci
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/pci/ichlpcib.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/i82801lpcreg.h

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



Home | Main Index | Thread Index | Old Index