Re: [PATCH] HPT370 misc (for real this time)

2001-06-02 Thread Andre Hedrick
+ p += sprintf(p, "\nController: %d\n", i); + p += sprintf(p, "Chipset: HPT%s\n", chipset_nums[class_rev]); + p += sprintf(p, "Bus speed: %d MHz\n", dev->bus->bus_speed); ^^^ DNE --

Re: [PATCH] HPT370 misc (for real this time)

2001-06-02 Thread Andre Hedrick
+ p += sprintf(p, \nController: %d\n, i); + p += sprintf(p, Chipset: HPT%s\n, chipset_nums[class_rev]); + p += sprintf(p, Bus speed: %d MHz\n, dev-bus-bus_speed); ^^^ DNE -- Does Not

[PATCH] HPT370 misc (for real this time)

2001-05-31 Thread Tim Hockin
Andre, Attached is a patch for hpt366.c for the following: better support for multiple controllers better /proc output 66 MHz PCI timings implement the HDIO_GET/SET_BUSSTATE ioctls (see previous patch) This patch does rely on the PCI busspeed patch (sent to lkml

[PATCH] HPT370 misc (for real this time)

2001-05-31 Thread Tim Hockin
Andre, Attached is a patch for hpt366.c for the following: better support for multiple controllers better /proc output 66 MHz PCI timings implement the HDIO_GET/SET_BUSSTATE ioctls (see previous patch) This patch does rely on the PCI busspeed patch (sent to lkml