Changeset 157
- Timestamp:
- 01/11/99 18:06:18 (14 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 4 modified
-
kernel/busses/i2c-piix4.c (modified) (3 diffs)
-
kernel/sensors.c (modified) (1 diff)
-
src/piix4.c (modified) (3 diffs)
-
src/sensors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-piix4.c
r156 r157 285 285 #endif 286 286 } 287 #ifdef DEBUG 288 printk("piix4.o: Transaction (post): CNT=%02x, CMD=%02x, ADD=%02x, " 289 "DAT0=%02x, DAT1=%02x\n", 290 inb_p(SMBHSTCNT),inb_p(SMBHSTCMD),inb_p(SMBHSTADD),inb_p(SMBHSTDAT0), 291 inb_p(SMBHSTDAT1)); 292 #endif 287 293 return result; 288 294 } … … 294 300 int i,len; 295 301 296 #ifdef DEBUG297 printk("piix4.o: Transaction (pre): CNT=%02x, CMD=%02x, ADD=%02x, "298 "DAT0=%02x, DAT1=%02x\n",299 inb_p(SMBHSTCNT),inb_p(SMBHSTCMD),inb_p(SMBHSTADD),inb_p(SMBHSTDAT0),300 inb_p(SMBHSTDAT1));301 #endif302 302 switch(size) { 303 303 case SMBUS_PROC_CALL: … … 377 377 break; 378 378 } 379 #ifdef DEBUG380 printk("piix4.o: Transaction (post): CNT=%02x, CMD=%02x, ADD=%02x, "381 "DAT0=%02x, DAT1=%02x\n",382 inb_p(SMBHSTCNT),inb_p(SMBHSTCMD),inb_p(SMBHSTADD),inb_p(SMBHSTDAT0),383 inb_p(SMBHSTDAT1));384 #endif385 379 return 0; 386 380 } -
lm-sensors/trunk/kernel/sensors.c
r132 r157 216 216 } 217 217 218 /* Monitor access for /proc/sys/dev/sensors/ *directories; make unloading218 /* Monitor access for /proc/sys/dev/sensors/ directories; make unloading 219 219 the corresponding module impossible if some process still uses it or 220 220 some file in it */ -
lm-sensors/trunk/src/piix4.c
r156 r157 285 285 #endif 286 286 } 287 #ifdef DEBUG 288 printk("piix4.o: Transaction (post): CNT=%02x, CMD=%02x, ADD=%02x, " 289 "DAT0=%02x, DAT1=%02x\n", 290 inb_p(SMBHSTCNT),inb_p(SMBHSTCMD),inb_p(SMBHSTADD),inb_p(SMBHSTDAT0), 291 inb_p(SMBHSTDAT1)); 292 #endif 287 293 return result; 288 294 } … … 294 300 int i,len; 295 301 296 #ifdef DEBUG297 printk("piix4.o: Transaction (pre): CNT=%02x, CMD=%02x, ADD=%02x, "298 "DAT0=%02x, DAT1=%02x\n",299 inb_p(SMBHSTCNT),inb_p(SMBHSTCMD),inb_p(SMBHSTADD),inb_p(SMBHSTDAT0),300 inb_p(SMBHSTDAT1));301 #endif302 302 switch(size) { 303 303 case SMBUS_PROC_CALL: … … 377 377 break; 378 378 } 379 #ifdef DEBUG380 printk("piix4.o: Transaction (post): CNT=%02x, CMD=%02x, ADD=%02x, "381 "DAT0=%02x, DAT1=%02x\n",382 inb_p(SMBHSTCNT),inb_p(SMBHSTCMD),inb_p(SMBHSTADD),inb_p(SMBHSTDAT0),383 inb_p(SMBHSTDAT1));384 #endif385 379 return 0; 386 380 } -
lm-sensors/trunk/src/sensors.c
r132 r157 216 216 } 217 217 218 /* Monitor access for /proc/sys/dev/sensors/ *directories; make unloading218 /* Monitor access for /proc/sys/dev/sensors/ directories; make unloading 219 219 the corresponding module impossible if some process still uses it or 220 220 some file in it */
