diff for duplicates of <3EDCFA7B.4030906@penguincomputing.com> diff --git a/a/1.txt b/N1/1.txt index 912e13a..e3ba928 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -32,43 +32,3 @@ Philip Pokorny, Director of Engineering Tel: 415-358-2635 Fax: 415-358-2646 Toll Free: 888-PENGUIN PENGUIN COMPUTING, INC. www.penguincomputing.com --------------- next part -------------- -diff -ru lm_sensors-2.7.0/kernel/busses/i2c-i801.c lm_sensors-2.7.0.ich5/kernel/busses/i2c-i801.c ---- lm_sensors-2.7.0/kernel/busses/i2c-i801.c 2002-08-10 11:29:40.000000000 -0700 -+++ lm_sensors-2.7.0.ich5/kernel/busses/i2c-i801.c 2003-06-02 21:11:32.000000000 -0700 -@@ -27,6 +27,7 @@ - 82801BA 2443 - 82801CA/CAM 2483 - 82801DB 24C3 (HW PEC supported, 32 byte buffer not supported) -+ 82801EB 24D3 (HW PEC supported, 32 byte buffer not supported) - - This driver supports several versions of Intel's I/O Controller Hubs (ICH). - For SMBus support, they are similar to the PIIX4 and are part -@@ -71,11 +72,16 @@ - #define PCI_DEVICE_ID_INTEL_82801CA_SMBUS 0x2483 - #define PCI_DEVICE_ID_INTEL_82801DB_SMBUS 0x24C3 - -+#ifndef PCI_DEVICE_ID_INTEL_82801EB_SMBUS -+#define PCI_DEVICE_ID_INTEL_82801EB_SMBUS 0x24D3 -+#endif -+ - static int supported[] = {PCI_DEVICE_ID_INTEL_82801AA_3, - PCI_DEVICE_ID_INTEL_82801AB_3, - PCI_DEVICE_ID_INTEL_82801BA_2, - PCI_DEVICE_ID_INTEL_82801CA_SMBUS, - PCI_DEVICE_ID_INTEL_82801DB_SMBUS, -+ PCI_DEVICE_ID_INTEL_82801EB_SMBUS, - 0 }; - - /* I801 SMBus address offsets */ -@@ -214,7 +220,9 @@ - error_return = -ENODEV; - goto END; - } -- isich4 = *num = PCI_DEVICE_ID_INTEL_82801DB_SMBUS; -+ isich4 = (*num = PCI_DEVICE_ID_INTEL_82801DB_SMBUS) -+ || (*num = PCI_DEVICE_ID_INTEL_82801EB_SMBUS) -+ ; - - /* Determine the address of the SMBus areas */ - if (force_addr) { diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..bdd6f81 --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,5 @@ +Content-Type: text/plain; + name="lm_sensors-2.7.0-ich5-1.patch" +Content-Transfer-Encoding: 7bit +Content-Disposition: inline; + filename="lm_sensors-2.7.0-ich5-1.patch" diff --git a/N1/2.txt b/N1/2.txt new file mode 100644 index 0000000..1ccf66e --- /dev/null +++ b/N1/2.txt @@ -0,0 +1,39 @@ +diff -ru lm_sensors-2.7.0/kernel/busses/i2c-i801.c lm_sensors-2.7.0.ich5/kernel/busses/i2c-i801.c +--- lm_sensors-2.7.0/kernel/busses/i2c-i801.c 2002-08-10 11:29:40.000000000 -0700 ++++ lm_sensors-2.7.0.ich5/kernel/busses/i2c-i801.c 2003-06-02 21:11:32.000000000 -0700 +@@ -27,6 +27,7 @@ + 82801BA 2443 + 82801CA/CAM 2483 + 82801DB 24C3 (HW PEC supported, 32 byte buffer not supported) ++ 82801EB 24D3 (HW PEC supported, 32 byte buffer not supported) + + This driver supports several versions of Intel's I/O Controller Hubs (ICH). + For SMBus support, they are similar to the PIIX4 and are part +@@ -71,11 +72,16 @@ + #define PCI_DEVICE_ID_INTEL_82801CA_SMBUS 0x2483 + #define PCI_DEVICE_ID_INTEL_82801DB_SMBUS 0x24C3 + ++#ifndef PCI_DEVICE_ID_INTEL_82801EB_SMBUS ++#define PCI_DEVICE_ID_INTEL_82801EB_SMBUS 0x24D3 ++#endif ++ + static int supported[] = {PCI_DEVICE_ID_INTEL_82801AA_3, + PCI_DEVICE_ID_INTEL_82801AB_3, + PCI_DEVICE_ID_INTEL_82801BA_2, + PCI_DEVICE_ID_INTEL_82801CA_SMBUS, + PCI_DEVICE_ID_INTEL_82801DB_SMBUS, ++ PCI_DEVICE_ID_INTEL_82801EB_SMBUS, + 0 }; + + /* I801 SMBus address offsets */ +@@ -214,7 +220,9 @@ + error_return = -ENODEV; + goto END; + } +- isich4 = *num == PCI_DEVICE_ID_INTEL_82801DB_SMBUS; ++ isich4 = (*num == PCI_DEVICE_ID_INTEL_82801DB_SMBUS) ++ || (*num == PCI_DEVICE_ID_INTEL_82801EB_SMBUS) ++ ; + + /* Determine the address of the SMBus areas */ + if (force_addr) { diff --git a/a/content_digest b/N1/content_digest index 9f62a5a..c386283 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,14 +3,14 @@ "ref\020030601143808.GA30177@earth.solarsys.private\0" "ref\020030602172040.GC4992@kroah.com\0" "ref\01054617753.5269.44.camel@workshop.saharacpt.lan\0" - "From\0ppokorny@penguincomputing.com (Philip Pokorny)\0" - "Subject\0[RFC PATCH] Re: [OOPS] w83781d during rmmod (2.5.69-bk17)\0" - "Date\0Thu, 19 May 2005 06:23:58 +0000\0" + "From\0Philip Pokorny <ppokorny@penguincomputing.com>\0" + "Subject\0Re: [RFC PATCH] Re: [OOPS] w83781d during rmmod (2.5.69-bk17)\0" + "Date\0Tue, 03 Jun 2003 12:43:55 -0700\0" "To\0Martin Schlemmer <azarah@gentoo.org>\0" "Cc\0Greg KH <greg@kroah.com>" LKML <linux-kernel@vger.kernel.org> " Sensors <sensors@stimpy.netroedge.com>\0" - "\00:1\0" + "\01:1\0" "b\0" "Martin Schlemmer wrote:\n" "> On Mon, 2003-06-02 at 19:20, Greg KH wrote:\n" @@ -45,8 +45,10 @@ "Philip Pokorny, Director of Engineering\n" "Tel: 415-358-2635 Fax: 415-358-2646 Toll Free: 888-PENGUIN\n" "PENGUIN COMPUTING, INC.\n" - "www.penguincomputing.com\n" - "-------------- next part --------------\n" + www.penguincomputing.com + "\01:2\0" + "fn\0lm_sensors-2.7.0-ich5-1.patch\0" + "b\0" "diff -ru lm_sensors-2.7.0/kernel/busses/i2c-i801.c lm_sensors-2.7.0.ich5/kernel/busses/i2c-i801.c\n" "--- lm_sensors-2.7.0/kernel/busses/i2c-i801.c\t2002-08-10 11:29:40.000000000 -0700\n" "+++ lm_sensors-2.7.0.ich5/kernel/busses/i2c-i801.c\t2003-06-02 21:11:32.000000000 -0700\n" @@ -79,12 +81,12 @@ " \t\terror_return = -ENODEV;\n" " \t\tgoto END;\n" " \t}\n" - "-\tisich4 = *num = PCI_DEVICE_ID_INTEL_82801DB_SMBUS;\n" - "+\tisich4 = (*num = PCI_DEVICE_ID_INTEL_82801DB_SMBUS)\n" - "+\t\t|| (*num = PCI_DEVICE_ID_INTEL_82801EB_SMBUS)\n" + "-\tisich4 = *num == PCI_DEVICE_ID_INTEL_82801DB_SMBUS;\n" + "+\tisich4 = (*num == PCI_DEVICE_ID_INTEL_82801DB_SMBUS)\n" + "+\t\t|| (*num == PCI_DEVICE_ID_INTEL_82801EB_SMBUS)\n" "+\t\t;\n" " \n" " /* Determine the address of the SMBus areas */\n" " \tif (force_addr) {" -8a6acfc7d8e31a145a9e3acaaad7c88eafe0129698a0a18fa25ac112939f63e4 +e382e6eb636c7720afcc829c8572689bd6b80d67253ea104406ddf381ce87276
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.