Changeset 357
- Timestamp:
- 04/03/99 00:46:02 (14 years ago)
- Location:
- lm-sensors/trunk/kernel/busses
- Files:
-
- 2 modified
-
i2c-piix4.c (modified) (1 diff)
-
i2c-via.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-piix4.c
r353 r357 201 201 202 202 /* Everything is happy, let's grab the memory and set things up. */ 203 request_region(piix4_smba, 8, "piix4 ");203 request_region(piix4_smba, 8, "piix4-smbus"); 204 204 205 205 #ifdef DEBUG -
lm-sensors/trunk/kernel/busses/i2c-via.c
r347 r357 55 55 /* io-region reservation */ 56 56 #define IOSPACE 0x06 57 #define IOTEXT " VIAi2c"57 #define IOTEXT "via-i2c" 58 58 59 59 /* ----- global defines ----------------------------------------------- */
