Changeset 96
- Timestamp:
- 12/20/98 18:04:11 (14 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 34 modified
-
kernel/busses/i2c-isa.c (modified) (1 diff)
-
kernel/busses/i2c-piix4.c (modified) (1 diff)
-
kernel/chips/eeprom.c (modified) (1 diff)
-
kernel/chips/gl518sm.c (modified) (1 diff)
-
kernel/chips/lm75.c (modified) (1 diff)
-
kernel/chips/lm78.c (modified) (1 diff)
-
kernel/chips/lm80.c (modified) (1 diff)
-
kernel/chips/w83781d.c (modified) (1 diff)
-
kernel/compat.h (modified) (1 diff)
-
kernel/i2c-proc.c (modified) (1 diff)
-
kernel/include/compat.h (modified) (1 diff)
-
kernel/include/i2c-isa.h (modified) (1 diff)
-
kernel/include/i2c.h (modified) (1 diff)
-
kernel/include/isa.h (modified) (1 diff)
-
kernel/include/sensors.h (modified) (1 diff)
-
kernel/include/smbus.h (modified) (1 diff)
-
kernel/sensors.c (modified) (1 diff)
-
kernel/smbus.c (modified) (1 diff)
-
src/compat.h (modified) (1 diff)
-
src/eeprom.c (modified) (1 diff)
-
src/gl518sm.c (modified) (1 diff)
-
src/i2c-proc.c (modified) (1 diff)
-
src/i2c.h (modified) (1 diff)
-
src/isa.c (modified) (1 diff)
-
src/isa.h (modified) (1 diff)
-
src/lm75.c (modified) (1 diff)
-
src/lm78.c (modified) (1 diff)
-
src/lm80.c (modified) (1 diff)
-
src/piix4.c (modified) (1 diff)
-
src/sensors.c (modified) (1 diff)
-
src/sensors.h (modified) (1 diff)
-
src/smbus.c (modified) (1 diff)
-
src/smbus.h (modified) (1 diff)
-
src/w83781d.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-isa.c
r68 r96 1 1 /* 2 isa.c - A Linux module for reading sensor data. 2 isa.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/busses/i2c-piix4.c
r78 r96 1 1 /* 2 smbus.c - A Linux module for reading sensor data. 2 smbus.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> and 4 5 Philip Edelbrock <phil@netroedge.com> -
lm-sensors/trunk/kernel/chips/eeprom.c
r94 r96 1 1 /* 2 eeprom.c - A Linux module for reading sensor data. 2 eeprom.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> and 4 5 Philip Edelbrock <phil@netroedge.com> -
lm-sensors/trunk/kernel/chips/gl518sm.c
r82 r96 1 1 /* 2 gl518sm.c - A Linux module for reading sensor data. 2 gl518sm.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/chips/lm75.c
r64 r96 1 1 /* 2 lm75.c - A Linux module for reading sensor data. 2 lm75.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/chips/lm78.c
r77 r96 1 1 2 2 /* 3 lm78.c - A Linux module for reading sensor data. 3 lm78.c - Part of lm_sensors, Linux kernel modules for hardware 4 monitoring 4 5 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 5 6 -
lm-sensors/trunk/kernel/chips/lm80.c
r84 r96 1 1 2 2 /* 3 lm80.c - A Linux module for reading sensor data. 3 lm80.c - Part of lm_sensors, Linux kernel modules for hardware 4 monitoring 4 5 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 5 6 and Philip Edelbrock <phil@netroedge.com> -
lm-sensors/trunk/kernel/chips/w83781d.c
r87 r96 1 1 2 2 /* 3 w83781d.c - A Linux module for reading sensor data. 3 w83781d.c - Part of lm_sensors, Linux kernel modules for hardware 4 monitoring 4 5 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 5 6 and Philip Edelbrock <phil@netroedge.com> -
lm-sensors/trunk/kernel/compat.h
r37 r96 1 1 /* 2 compar.h - A Linux module for reading sensor data. 2 compat.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/i2c-proc.c
r69 r96 1 1 /* 2 i2c-proc.c - A Linux module for reading sensor data. 2 i2c-proc.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/include/compat.h
r37 r96 1 1 /* 2 compar.h - A Linux module for reading sensor data. 2 compat.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/include/i2c-isa.h
r42 r96 1 1 /* 2 isa.h - A Linux module for reading sensor data. 2 isa.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/include/i2c.h
r23 r96 1 1 /* 2 i2c.h - A Linux module for reading sensor data. 2 i2c.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/include/isa.h
r42 r96 1 1 /* 2 isa.h - A Linux module for reading sensor data. 2 isa.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/include/sensors.h
r94 r96 1 1 /* 2 sensors.h - A Linux module for reading sensor data. 2 sensors.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/include/smbus.h
r42 r96 1 1 /* 2 smbus.h - A Linux module for reading sensor data. 2 smbus.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/sensors.c
r55 r96 1 1 /* 2 sensors.c - A Linux module for reading sensor data. 2 sensors.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/kernel/smbus.c
r68 r96 1 1 /* 2 smbus.c - A Linux module for reading sensor data. 2 smbus.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/compat.h
r37 r96 1 1 /* 2 compar.h - A Linux module for reading sensor data. 2 compat.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/eeprom.c
r94 r96 1 1 /* 2 eeprom.c - A Linux module for reading sensor data. 2 eeprom.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> and 4 5 Philip Edelbrock <phil@netroedge.com> -
lm-sensors/trunk/src/gl518sm.c
r82 r96 1 1 /* 2 gl518sm.c - A Linux module for reading sensor data. 2 gl518sm.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/i2c-proc.c
r69 r96 1 1 /* 2 i2c-proc.c - A Linux module for reading sensor data. 2 i2c-proc.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/i2c.h
r23 r96 1 1 /* 2 i2c.h - A Linux module for reading sensor data. 2 i2c.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/isa.c
r68 r96 1 1 /* 2 isa.c - A Linux module for reading sensor data. 2 isa.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/isa.h
r42 r96 1 1 /* 2 isa.h - A Linux module for reading sensor data. 2 isa.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/lm75.c
r64 r96 1 1 /* 2 lm75.c - A Linux module for reading sensor data. 2 lm75.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/lm78.c
r77 r96 1 1 2 2 /* 3 lm78.c - A Linux module for reading sensor data. 3 lm78.c - Part of lm_sensors, Linux kernel modules for hardware 4 monitoring 4 5 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 5 6 -
lm-sensors/trunk/src/lm80.c
r84 r96 1 1 2 2 /* 3 lm80.c - A Linux module for reading sensor data. 3 lm80.c - Part of lm_sensors, Linux kernel modules for hardware 4 monitoring 4 5 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 5 6 and Philip Edelbrock <phil@netroedge.com> -
lm-sensors/trunk/src/piix4.c
r78 r96 1 1 /* 2 smbus.c - A Linux module for reading sensor data. 2 smbus.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> and 4 5 Philip Edelbrock <phil@netroedge.com> -
lm-sensors/trunk/src/sensors.c
r55 r96 1 1 /* 2 sensors.c - A Linux module for reading sensor data. 2 sensors.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/sensors.h
r94 r96 1 1 /* 2 sensors.h - A Linux module for reading sensor data. 2 sensors.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/smbus.c
r68 r96 1 1 /* 2 smbus.c - A Linux module for reading sensor data. 2 smbus.c - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/smbus.h
r42 r96 1 1 /* 2 smbus.h - A Linux module for reading sensor data. 2 smbus.h - Part of lm_sensors, Linux kernel modules for hardware 3 monitoring 3 4 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 4 5 -
lm-sensors/trunk/src/w83781d.c
r87 r96 1 1 2 2 /* 3 w83781d.c - A Linux module for reading sensor data. 3 w83781d.c - Part of lm_sensors, Linux kernel modules for hardware 4 monitoring 4 5 Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> 5 6 and Philip Edelbrock <phil@netroedge.com>
