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:   xtraeme
Date:           Thu Nov 15 12:53:45 UTC 2007

Modified Files:
        src: UPDATING
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
        src/sys/dev: DEVNAMES
        src/sys/dev/isa: files.isa
Added Files:
        src/share/man/man4: itesio.4
        src/sys/dev/isa: itesio_isa.c itesio_isavar.h
Removed Files:
        src/share/man/man4: it.4
        src/sys/dev/isa: it.c itvar.h

Log Message:
Rename it(4) to itesio(4) to accomodate for the following changes:

- The driver now uses the Super I/O address port as port argument in
  the configuration file. The Environmental Controller base address is
  fetched by the Super I/O EC LDN configuration registers.

- Invalidate voltage sensors if data returned is 0xff.

- Use the Super I/O Global Configuration Registers Chip ID[12] and Device
  Revision to store/print the correct information.

- Use only the Fan Extended Tachometer registers on IT871[68]F for now;
  this gives us correct data for IT8705/IT8712F again.

Inspired by the smsc(4) driver. The UPDATING file has been updated to
reflect the rename.


To generate a diff of this commit:
cvs rdiff -r1.165 -r1.166 src/UPDATING
cvs rdiff -r1.1036 -r1.1037 src/distrib/sets/lists/man/mi
cvs rdiff -r1.447 -r1.448 src/share/man/man4/Makefile
cvs rdiff -r1.5 -r0 src/share/man/man4/it.4
cvs rdiff -r0 -r1.1 src/share/man/man4/itesio.4
cvs rdiff -r1.231 -r1.232 src/sys/dev/DEVNAMES
cvs rdiff -r1.152 -r1.153 src/sys/dev/isa/files.isa
cvs rdiff -r1.15 -r0 src/sys/dev/isa/it.c
cvs rdiff -r0 -r1.1 src/sys/dev/isa/itesio_isa.c \
    src/sys/dev/isa/itesio_isavar.h
cvs rdiff -r1.5 -r0 src/sys/dev/isa/itvar.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