Re: [PATCH] char: Add Dell Systems Management Base driver

2005-07-12 Thread Doug Warzecha
On Tue, Jul 05, 2005 at 07:53:20PM -0500, Chris Wedgwood wrote: >On Tue, Jul 05, 2005 at 07:13:34PM -0500, Doug Warzecha wrote: > >> This patch adds the Dell Systems Management Base driver. > >You keep posting this driver without explaining/showing how it'

Re: [PATCH] char: Add Dell Systems Management Base driver

2005-07-12 Thread Doug Warzecha
On Wed, Jul 06, 2005 at 11:07:37AM -0500, Greg KH wrote: >On Wed, Jul 06, 2005 at 10:57:35AM -0500, Doug Warzecha wrote: >> On Tue, Jul 05, 2005 at 11:17:03PM -0500, Greg KH wrote: >> > >> >I'm sure I commented on this driver already,

[RFC][PATCH 2.6.13-rc6] add Dell Systems Management Base Driver (dcdbas) with sysfs support

2005-08-15 Thread Doug Warzecha
This patch adds the Dell Systems Management Base Driver with sysfs support. This driver has been tested with Dell OpenManage. Signed-off-by: Doug Warzecha <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.13-rc6.orig/Documentation/dcdbas.txt linux-2.6.13-rc6/Documentation/dcdbas.txt --- linux-

Re: [RFC][PATCH 2.6.13-rc6] add Dell Systems Management Base Driver (dcdbas) with sysfs support

2005-08-15 Thread Doug Warzecha
On Mon, Aug 15, 2005 at 04:23:37PM -0400, Kyle Moffett wrote: > On Aug 15, 2005, at 16:05:22, Doug Warzecha wrote: > >This patch adds the Dell Systems Management Base Driver with sysfs > >support. > > >+On some Dell systems, systems management software must acces

Re: [RFC][PATCH 2.6.13-rc6] add Dell Systems Management Base Driver (dcdbas) with sysfs support

2005-08-16 Thread Doug Warzecha
On Mon, Aug 15, 2005 at 10:52:48PM -0700, Greg KH wrote: > On Mon, Aug 15, 2005 at 03:05:22PM -0500, Doug Warzecha wrote: > > + > > +1) Lock smi_data. > > +2) Determine buffer size needed for system management command. > > +3) Write buffer size needed to smi_data_buf

[PATCH] char: Add Dell Systems Management Base driver

2005-07-05 Thread Doug Warzecha
indicated in the file. Signed-off-by: Doug Warzecha <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.13-rc1.orig/drivers/char/dcdbas.c linux-2.6.13-rc1/drivers/char/dcdbas.c --- linux-2.6.13-rc1.orig/drivers/char/dcdbas.c 1969-12-31 18:00:00.0 -0600 +++ linux-2.6.13-rc1/drivers/char/dc

Re: [PATCH] char: Add Dell Systems Management Base driver

2005-07-06 Thread Doug Warzecha
On Wed, Jul 06, 2005 at 09:07:37AM -0700, Greg KH wrote: > On Wed, Jul 06, 2005 at 10:57:35AM -0500, Doug Warzecha wrote: > > On Tue, Jul 05, 2005 at 11:17:03PM -0500, Greg KH wrote: > > >> +static void dcdbas_device_release(struct device *dev) > > >>

Re: [PATCH] char: Add Dell Systems Management Base driver

2005-07-06 Thread Doug Warzecha
On Tue, Jul 05, 2005 at 11:17:03PM -0500, Greg KH wrote: >> +static void dcdbas_device_release(struct device *dev) >> +{ >> + /* nothing to release */ >> +} > >This is a symptom of a broken driver. > >Hm, I wonder if there's some way for the compiler to check the fact

[PATCH 2.6.13-rc6] dcdbas: add Dell Systems Management Base Driver with sysfs support

2005-08-20 Thread Doug Warzecha
. * smi_data_write will grow smi_data_buf if needed. * Renamed struct callintf_cmd to struct smi_cmd. * Renamed callintf_smi to smi_request. * Added 2 more supported values that were requested in smi_request_store. * Hold rtc_lock across SMI in host_control_smi. Signed-off-by: Doug Warzecha <[EMAIL PROTEC

[PATCH 2.6.13-rc6] dcdbas: add Dell Systems Management Base Driver with sysfs support

2005-08-24 Thread Doug Warzecha
This patch adds the Dell Systems Management Base Driver with sysfs support. This driver has been tested with Dell OpenManage. Signed-off-by: Doug Warzecha <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.13-rc6.orig/Documentation/dcdbas.txt linux-2.6.13-rc6/Documentation/dcdbas.txt ---

Re: [PATCH 2.6.13-rc6] dcdbas: add Dell Systems Management Base Driver with sysfs support

2005-08-25 Thread Doug Warzecha
On Wed, Aug 24, 2005 at 08:09:09PM -0700, Chris Wedgwood wrote: > On Wed, Aug 24, 2005 at 09:00:21PM -0500, Doug Warzecha wrote: > > [...] > > > +Dell OpenManage requires this driver on the following Dell PowerEdge > > systems: > > +300, 1300, 1400, 400SC, 500S

[PATCH 2.6.13-rc7] dcdbas: add Dell Systems Management Base Driver with sysfs support

2005-08-25 Thread Doug Warzecha
This patch adds the Dell Systems Management Base Driver with sysfs support. This driver has been tested with Dell OpenManage. Signed-off-by: Doug Warzecha <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.13-rc7.orig/Documentation/dcdbas.txt linux-2.6.13-rc7/Documentation/dcdbas.txt ---