Changeset 1010

Show
Ignore:
Timestamp:
02/03/01 20:22:54 (8 years ago)
Author:
mds
Message:

claim support for Via 686B. Same PCI id as 686A. No driver changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r1006 r1010  
    1818----------------------------------------------------------------------------- 
    1919 
    20 2.5.6 (2001????) 
     202.6.0 (2001????) 
    2121  File doc/FAQ: Updates 
     22  File doc/chips/via686a: Claim support for 686b. 
    2223  File sensors.conf.eg: Adjust as99127f -12V calculation 
    2324  Module lm78: Recognize chipid=0x20 
     
    2627  Module via686a: Allow force=9191,address (for A7V/K7V boards) 
    2728  Program mkpatch.pl: Fix adm9240 typos 
     29  Program sensors: Change reported version from 1.3 to the lm_sensors version. 
    2830  Program sensors-detect: Recognize lm78 with chipid=0x20 
    2931 
  • lm-sensors/trunk/README

    r1005 r1010  
    5656  TelCom TCN75 
    5757  TI THMC10 and THMC50 
    58   VIA Technologies VT82C686A embedded sensors 
     58  VIA Technologies VT82C686A/B embedded sensors 
    5959  Winbond W83781D, W83782D, W83783S, and W83627HF 
    6060 
  • lm-sensors/trunk/doc/chips/via686a

    r999 r1010  
    22========================= 
    33 
    4 Status: Alpha
     4Status: Stable
    55 
    66Supported chips: 
    7   * Via 686a Southbridge Integrated Hardware Monitor 
     7  * Via VT82C686A, VT82C686B Southbridge Integrated Hardware Monitor 
    88    Prefix: via686a 
    99    Addresses scanned: ISA in PCI-space encoded address 
    10     Datasheet: Publicly available at the Silicon Integrated Systems Corp. site
     10    Datasheet: Publicly available at the Via site http://www.via.com.tw
    1111 
    1212Authors: Kyösti Mälkki <kmalkki@cc.hut.fi>, 
     
    1919----------------- 
    2020 
    21 force=9191,address      Set the I/O base address. Useful for Asus A7V boards that 
    22                         don't set the address in the BIOS. Does not do a PCI 
    23                         force; the via686a must still be present in lspci. 
     21force=9191,address      Set the I/O base address. Useful for Asus A7V boards 
     22                        that don't set the address in the BIOS. Does not do a 
     23                        PCI force; the via686a must still be present in lspci. 
    2424                        Don't use this unless the driver complains that the 
    2525                        base address is not set. Otherwise the driver will 
     
    3131Description 
    3232----------- 
     33 
     34The driver does not distinguish between a 686A or 686B and reports 
     35both as a 686A. 
    3336 
    3437The Via 686a southbridge has integrated hardware monitor functionality. 
  • lm-sensors/trunk/kernel/chips/via686a.c

    r999 r1010  
    33                for hardware monitoring 
    44                 
    5     Copyright (c) 1998, 1999,2000  Frodo Looijaard <frodol@dds.nl>, 
     5    Copyright (c) 1998 - 2001  Frodo Looijaard <frodol@dds.nl>, 
    66                        Kyösti Mälkki <kmalkki@cc.hut.fi>, 
    77                        Mark Studebaker <mdsxyz123@yahoo.com>, 
     
    2626 
    2727/* 
    28     Warning - only supports a single via686a device. 
     28    Supports the Via VT82C686A and VT82C686B south bridges. 
     29    Reports either as a 686A. 
     30    See doc/chips/via686a for details. 
     31    Warning - only supports a single device. 
    2932*/ 
    3033#include <linux/version.h>