Re: [PATCH 3/3] EDAC: Add Fully-Buffered DIMM APIs to core

2006-12-14 Thread Doug Thompson
--- Andrew Morton <[EMAIL PROTECTED]> wrote: > On Thu, 14 Dec 2006 10:58:09 + > Alan <[EMAIL PROTECTED]> wrote: > > > > +void edac_mc_handle_fbd_ue(struct mem_ctl_info *mci, > > > + unsigned int csrow, > > > + unsigned int channela, > > > +

Re: [PATCH 3/3] EDAC: Add Fully-Buffered DIMM APIs to core

2006-12-14 Thread Doug Thompson
--- Alan <[EMAIL PROTECTED]> wrote: > > > +void edac_mc_handle_fbd_ue(struct mem_ctl_info *mci, > > + unsigned int csrow, > > + unsigned int channela, > > + unsigned int channelb, > > + char

Re: [PATCH 3/3] EDAC: Add Fully-Buffered DIMM APIs to core

2006-12-14 Thread Andrew Morton
On Thu, 14 Dec 2006 10:58:09 + Alan <[EMAIL PROTECTED]> wrote: > > +void edac_mc_handle_fbd_ue(struct mem_ctl_info *mci, > > + unsigned int csrow, > > + unsigned int channela, > > + unsigned int channelb, > > +

Re: [PATCH 3/3] EDAC: Add Fully-Buffered DIMM APIs to core

2006-12-14 Thread Alan
> +void edac_mc_handle_fbd_ue(struct mem_ctl_info *mci, > + unsigned int csrow, > + unsigned int channela, > + unsigned int channelb, > + char *msg) > +{ > + int len =

Re: [PATCH 3/3] EDAC: Add Fully-Buffered DIMM APIs to core

2006-12-14 Thread Alan
+void edac_mc_handle_fbd_ue(struct mem_ctl_info *mci, + unsigned int csrow, + unsigned int channela, + unsigned int channelb, + char *msg) +{ + int len = EDAC_MC_LABEL_LEN *

Re: [PATCH 3/3] EDAC: Add Fully-Buffered DIMM APIs to core

2006-12-14 Thread Andrew Morton
On Thu, 14 Dec 2006 10:58:09 + Alan [EMAIL PROTECTED] wrote: +void edac_mc_handle_fbd_ue(struct mem_ctl_info *mci, + unsigned int csrow, + unsigned int channela, + unsigned int channelb, +

Re: [PATCH 3/3] EDAC: Add Fully-Buffered DIMM APIs to core

2006-12-14 Thread Doug Thompson
--- Alan [EMAIL PROTECTED] wrote: +void edac_mc_handle_fbd_ue(struct mem_ctl_info *mci, + unsigned int csrow, + unsigned int channela, + unsigned int channelb, + char *msg) +{

Re: [PATCH 3/3] EDAC: Add Fully-Buffered DIMM APIs to core

2006-12-14 Thread Doug Thompson
--- Andrew Morton [EMAIL PROTECTED] wrote: On Thu, 14 Dec 2006 10:58:09 + Alan [EMAIL PROTECTED] wrote: +void edac_mc_handle_fbd_ue(struct mem_ctl_info *mci, + unsigned int csrow, + unsigned int channela, +

[PATCH 3/3] EDAC: Add Fully-Buffered DIMM APIs to core

2006-12-13 Thread Doug Thompson
From: eric wollesen <[EMAIL PROTECTED]> Eric Wollesen ported the Bluesmoke Memory Controller driver for the Intel 5000X/V/P (Blackford/Greencreek) chipset to the in kernel EDAC model. This patch incorporates those required changes to the edac_mc.c and edac_mc.h core files by added new Fully

[PATCH 3/3] EDAC: Add Fully-Buffered DIMM APIs to core

2006-12-13 Thread Doug Thompson
From: eric wollesen [EMAIL PROTECTED] Eric Wollesen ported the Bluesmoke Memory Controller driver for the Intel 5000X/V/P (Blackford/Greencreek) chipset to the in kernel EDAC model. This patch incorporates those required changes to the edac_mc.c and edac_mc.h core files by added new Fully