Changeset 357

Show
Ignore:
Timestamp:
04/03/99 00:46:02 (14 years ago)
Author:
frodo
Message:

Synchronised the texts appearing in /proc/ioports for all bus

drivers.

Location:
lm-sensors/trunk/kernel/busses
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/busses/i2c-piix4.c

    r353 r357  
    201201 
    202202  /* 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");        
    204204 
    205205#ifdef DEBUG 
  • lm-sensors/trunk/kernel/busses/i2c-via.c

    r347 r357  
    5555/* io-region reservation */ 
    5656#define IOSPACE         0x06 
    57 #define IOTEXT          "VIA i2c" 
     57#define IOTEXT          "via-i2c" 
    5858 
    5959/* ----- global defines ----------------------------------------------- */