Changeset 1750
- Timestamp:
- 05/31/03 22:23:13 (10 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
kernel/busses/i2c-sis645.c (modified) (3 diffs)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-sis645.c
r1708 r1750 3 3 monitoring 4 4 5 Copyright (c) 200 2Mark M. Hoffman <mhoffman@lightlink.com>5 Copyright (c) 2003 Mark M. Hoffman <mhoffman@lightlink.com> 6 6 7 7 This program is free software; you can redistribute it and/or modify … … 56 56 #ifndef PCI_DEVICE_ID_SI_648 57 57 #define PCI_DEVICE_ID_SI_648 0x0648 58 #endif 59 60 /* SiS651 north bridge */ 61 #ifndef PCI_DEVICE_ID_SI_651 62 #define PCI_DEVICE_ID_SI_651 0x0651 58 63 #endif 59 64 … … 234 239 PCI_DEVICE_ID_SI_650, NULL)) 235 240 && (NULL == pci_find_device(PCI_VENDOR_ID_SI, 241 PCI_DEVICE_ID_SI_651, NULL)) 242 && (NULL == pci_find_device(PCI_VENDOR_ID_SI, 236 243 PCI_DEVICE_ID_SI_735, NULL))) { 237 244 printk(KERN_ERR DRV_NAME ": Can't find suitable host bridge!\n"); -
lm-sensors/trunk/prog/detect/sensors-detect
r1740 r1750 242 242 func => 0, 243 243 procid => "Silicon Integrated Systems SIS650", 244 driver => "i2c-sis645", 245 match => sub { $_[0] =~ /^SMBus SiS645 adapter at 0x[0-9,a-f]{4}/ }, 246 } , 247 { 248 vendid => 0x1039, 249 devid => 0x0651, 250 func => 0, 251 procid => "Silicon Integrated Systems SIS651", 244 252 driver => "i2c-sis645", 245 253 match => sub { $_[0] =~ /^SMBus SiS645 adapter at 0x[0-9,a-f]{4}/ },
