2 * Intel e752x Memory Controller kernel module
3 * (C) 2004 Linux Networx (http://lnxi.com)
4 * This file may be distributed under the terms of the
5 * GNU General Public License.
7 * See "enum e752x_chips" below for supported chipsets
9 * Written by Tom Zimmerman
12 * Thayne Harbaugh at realmsys.com (?)
13 * Wang Zhenyu at intel.com
14 * Dave Jiang at mvista.com
16 * $Id: edac_e752x.c,v 1.5.2.11 2005/10/05 00:43:44 dsp_llnl Exp $
20 #include <linux/module.h>
21 #include <linux/init.h>
22 #include <linux/pci.h>
23 #include <linux/pci_ids.h>
24 #include <linux/slab.h>
25 #include <linux/edac.h>
26 #include "edac_core.h"
28 #define E752X_REVISION " Ver: 2.0.2 " __DATE__
29 #define EDAC_MOD_STR "e752x_edac"
31 static int report_non_memory_errors
;
32 static int force_function_unhide
;
33 static int sysbus_parity
= -1;
35 static struct edac_pci_ctl_info
*e752x_pci
;
37 #define e752x_printk(level, fmt, arg...) \
38 edac_printk(level, "e752x", fmt, ##arg)
40 #define e752x_mc_printk(mci, level, fmt, arg...) \
41 edac_mc_chipset_printk(mci, level, "e752x", fmt, ##arg)
43 #ifndef PCI_DEVICE_ID_INTEL_7520_0
44 #define PCI_DEVICE_ID_INTEL_7520_0 0x3590
45 #endif /* PCI_DEVICE_ID_INTEL_7520_0 */
47 #ifndef PCI_DEVICE_ID_INTEL_7520_1_ERR
48 #define PCI_DEVICE_ID_INTEL_7520_1_ERR 0x3591
49 #endif /* PCI_DEVICE_ID_INTEL_7520_1_ERR */
51 #ifndef PCI_DEVICE_ID_INTEL_7525_0
52 #define PCI_DEVICE_ID_INTEL_7525_0 0x359E
53 #endif /* PCI_DEVICE_ID_INTEL_7525_0 */
55 #ifndef PCI_DEVICE_ID_INTEL_7525_1_ERR
56 #define PCI_DEVICE_ID_INTEL_7525_1_ERR 0x3593
57 #endif /* PCI_DEVICE_ID_INTEL_7525_1_ERR */
59 #ifndef PCI_DEVICE_ID_INTEL_7320_0
60 #define PCI_DEVICE_ID_INTEL_7320_0 0x3592
61 #endif /* PCI_DEVICE_ID_INTEL_7320_0 */
63 #ifndef PCI_DEVICE_ID_INTEL_7320_1_ERR
64 #define PCI_DEVICE_ID_INTEL_7320_1_ERR 0x3593
65 #endif /* PCI_DEVICE_ID_INTEL_7320_1_ERR */
67 #ifndef PCI_DEVICE_ID_INTEL_3100_0
68 #define PCI_DEVICE_ID_INTEL_3100_0 0x35B0
69 #endif /* PCI_DEVICE_ID_INTEL_3100_0 */
71 #ifndef PCI_DEVICE_ID_INTEL_3100_1_ERR
72 #define PCI_DEVICE_ID_INTEL_3100_1_ERR 0x35B1
73 #endif /* PCI_DEVICE_ID_INTEL_3100_1_ERR */
75 #define E752X_NR_CSROWS 8 /* number of csrows */
77 /* E752X register addresses - device 0 function 0 */
78 #define E752X_MCHSCRB 0x52 /* Memory Scrub register (16b) */
80 * 6:5 Scrub Completion Count
81 * 3:2 Scrub Rate (i3100 only)
83 * 1:0 Scrub Mode enable
86 #define E752X_DRB 0x60 /* DRAM row boundary register (8b) */
87 #define E752X_DRA 0x70 /* DRAM row attribute register (8b) */
89 * 31:30 Device width row 7
90 * 01=x8 10=x4 11=x8 DDR2
91 * 27:26 Device width row 6
92 * 23:22 Device width row 5
93 * 19:20 Device width row 4
94 * 15:14 Device width row 3
95 * 11:10 Device width row 2
96 * 7:6 Device width row 1
97 * 3:2 Device width row 0
99 #define E752X_DRC 0x7C /* DRAM controller mode reg (32b) */
100 /* FIXME:IS THIS RIGHT? */
102 * 22 Number channels 0=1,1=2
103 * 19:18 DRB Granularity 32/64MB
105 #define E752X_DRM 0x80 /* Dimm mapping register */
106 #define E752X_DDRCSR 0x9A /* DDR control and status reg (16b) */
108 * 14:12 1 single A, 2 single B, 3 dual
110 #define E752X_TOLM 0xC4 /* DRAM top of low memory reg (16b) */
111 #define E752X_REMAPBASE 0xC6 /* DRAM remap base address reg (16b) */
112 #define E752X_REMAPLIMIT 0xC8 /* DRAM remap limit address reg (16b) */
113 #define E752X_REMAPOFFSET 0xCA /* DRAM remap limit offset reg (16b) */
115 /* E752X register addresses - device 0 function 1 */
116 #define E752X_FERR_GLOBAL 0x40 /* Global first error register (32b) */
117 #define E752X_NERR_GLOBAL 0x44 /* Global next error register (32b) */
118 #define E752X_HI_FERR 0x50 /* Hub interface first error reg (8b) */
119 #define E752X_HI_NERR 0x52 /* Hub interface next error reg (8b) */
120 #define E752X_HI_ERRMASK 0x54 /* Hub interface error mask reg (8b) */
121 #define E752X_HI_SMICMD 0x5A /* Hub interface SMI command reg (8b) */
122 #define E752X_SYSBUS_FERR 0x60 /* System buss first error reg (16b) */
123 #define E752X_SYSBUS_NERR 0x62 /* System buss next error reg (16b) */
124 #define E752X_SYSBUS_ERRMASK 0x64 /* System buss error mask reg (16b) */
125 #define E752X_SYSBUS_SMICMD 0x6A /* System buss SMI command reg (16b) */
126 #define E752X_BUF_FERR 0x70 /* Memory buffer first error reg (8b) */
127 #define E752X_BUF_NERR 0x72 /* Memory buffer next error reg (8b) */
128 #define E752X_BUF_ERRMASK 0x74 /* Memory buffer error mask reg (8b) */
129 #define E752X_BUF_SMICMD 0x7A /* Memory buffer SMI cmd reg (8b) */
130 #define E752X_DRAM_FERR 0x80 /* DRAM first error register (16b) */
131 #define E752X_DRAM_NERR 0x82 /* DRAM next error register (16b) */
132 #define E752X_DRAM_ERRMASK 0x84 /* DRAM error mask register (8b) */
133 #define E752X_DRAM_SMICMD 0x8A /* DRAM SMI command register (8b) */
134 #define E752X_DRAM_RETR_ADD 0xAC /* DRAM Retry address register (32b) */
135 #define E752X_DRAM_SEC1_ADD 0xA0 /* DRAM first correctable memory */
136 /* error address register (32b) */
139 * 30:2 CE address (64 byte block 34:6
143 #define E752X_DRAM_SEC2_ADD 0xC8 /* DRAM first correctable memory */
144 /* error address register (32b) */
147 * 30:2 CE address (64 byte block 34:6)
151 #define E752X_DRAM_DED_ADD 0xA4 /* DRAM first uncorrectable memory */
152 /* error address register (32b) */
155 * 30:2 CE address (64 byte block 34:6)
159 #define E752X_DRAM_SCRB_ADD 0xA8 /* DRAM 1st uncorrectable scrub mem */
160 /* error address register (32b) */
163 * 30:2 CE address (64 byte block 34:6
167 #define E752X_DRAM_SEC1_SYNDROME 0xC4 /* DRAM first correctable memory */
168 /* error syndrome register (16b) */
169 #define E752X_DRAM_SEC2_SYNDROME 0xC6 /* DRAM second correctable memory */
170 /* error syndrome register (16b) */
171 #define E752X_DEVPRES1 0xF4 /* Device Present 1 register (8b) */
173 /* 3100 IMCH specific register addresses - device 0 function 1 */
174 #define I3100_NSI_FERR 0x48 /* NSI first error reg (32b) */
175 #define I3100_NSI_NERR 0x4C /* NSI next error reg (32b) */
176 #define I3100_NSI_SMICMD 0x54 /* NSI SMI command register (32b) */
177 #define I3100_NSI_EMASK 0x90 /* NSI error mask register (32b) */
179 /* ICH5R register addresses - device 30 function 0 */
180 #define ICH5R_PCI_STAT 0x06 /* PCI status register (16b) */
181 #define ICH5R_PCI_2ND_STAT 0x1E /* PCI status secondary reg (16b) */
182 #define ICH5R_PCI_BRIDGE_CTL 0x3E /* PCI bridge control register (16b) */
192 struct pci_dev
*bridge_ck
;
193 struct pci_dev
*dev_d0f0
;
194 struct pci_dev
*dev_d0f1
;
201 const struct e752x_dev_info
*dev_info
;
204 struct e752x_dev_info
{
207 const char *ctl_name
;
210 struct e752x_error_info
{
213 u32 nsi_ferr
; /* 3100 only */
214 u32 nsi_nerr
; /* 3100 only */
215 u8 hi_ferr
; /* all but 3100 */
216 u8 hi_nerr
; /* all but 3100 */
225 u16 dram_sec1_syndrome
;
226 u16 dram_sec2_syndrome
;
232 static const struct e752x_dev_info e752x_devs
[] = {
234 .err_dev
= PCI_DEVICE_ID_INTEL_7520_1_ERR
,
235 .ctl_dev
= PCI_DEVICE_ID_INTEL_7520_0
,
236 .ctl_name
= "E7520"},
238 .err_dev
= PCI_DEVICE_ID_INTEL_7525_1_ERR
,
239 .ctl_dev
= PCI_DEVICE_ID_INTEL_7525_0
,
240 .ctl_name
= "E7525"},
242 .err_dev
= PCI_DEVICE_ID_INTEL_7320_1_ERR
,
243 .ctl_dev
= PCI_DEVICE_ID_INTEL_7320_0
,
244 .ctl_name
= "E7320"},
246 .err_dev
= PCI_DEVICE_ID_INTEL_3100_1_ERR
,
247 .ctl_dev
= PCI_DEVICE_ID_INTEL_3100_0
,
251 /* Valid scrub rates for the e752x/3100 hardware memory scrubber. We
252 * map the scrubbing bandwidth to a hardware register value. The 'set'
253 * operation finds the 'matching or higher value'. Note that scrubbing
254 * on the e752x can only be enabled/disabled. The 3100 supports
255 * a normal and fast mode.
258 #define SDRATE_EOT 0xFFFFFFFF
261 u32 bandwidth
; /* bandwidth consumed by scrubbing in bytes/sec */
262 u16 scrubval
; /* register value for scrub rate */
265 /* Rate below assumes same performance as i3100 using PC3200 DDR2 in
266 * normal mode. e752x bridges don't support choosing normal or fast mode,
267 * so the scrubbing bandwidth value isn't all that important - scrubbing is
270 static const struct scrubrate scrubrates_e752x
[] = {
271 {0, 0x00}, /* Scrubbing Off */
272 {500000, 0x02}, /* Scrubbing On */
273 {SDRATE_EOT
, 0x00} /* End of Table */
276 /* Fast mode: 2 GByte PC3200 DDR2 scrubbed in 33s = 63161283 bytes/s
277 * Normal mode: 125 (32000 / 256) times slower than fast mode.
279 static const struct scrubrate scrubrates_i3100
[] = {
280 {0, 0x00}, /* Scrubbing Off */
281 {500000, 0x0a}, /* Normal mode - 32k clocks */
282 {62500000, 0x06}, /* Fast mode - 256 clocks */
283 {SDRATE_EOT
, 0x00} /* End of Table */
286 static unsigned long ctl_page_to_phys(struct mem_ctl_info
*mci
,
290 struct e752x_pvt
*pvt
= (struct e752x_pvt
*)mci
->pvt_info
;
292 debugf3("%s()\n", __func__
);
294 if (page
< pvt
->tolm
)
297 if ((page
>= 0x100000) && (page
< pvt
->remapbase
))
300 remap
= (page
- pvt
->tolm
) + pvt
->remapbase
;
302 if (remap
< pvt
->remaplimit
)
305 e752x_printk(KERN_ERR
, "Invalid page %lx - out of range\n", page
);
306 return pvt
->tolm
- 1;
309 static void do_process_ce(struct mem_ctl_info
*mci
, u16 error_one
,
310 u32 sec1_add
, u16 sec1_syndrome
)
316 struct e752x_pvt
*pvt
= (struct e752x_pvt
*)mci
->pvt_info
;
318 debugf3("%s()\n", __func__
);
320 /* convert the addr to 4k page */
321 page
= sec1_add
>> (PAGE_SHIFT
- 4);
323 /* FIXME - check for -1 */
324 if (pvt
->mc_symmetric
) {
325 /* chip select are bits 14 & 13 */
326 row
= ((page
>> 1) & 3);
327 e752x_printk(KERN_WARNING
,
328 "Test row %d Table %d %d %d %d %d %d %d %d\n", row
,
329 pvt
->map
[0], pvt
->map
[1], pvt
->map
[2], pvt
->map
[3],
330 pvt
->map
[4], pvt
->map
[5], pvt
->map
[6],
333 /* test for channel remapping */
334 for (i
= 0; i
< 8; i
++) {
335 if (pvt
->map
[i
] == row
)
339 e752x_printk(KERN_WARNING
, "Test computed row %d\n", i
);
344 e752x_mc_printk(mci
, KERN_WARNING
,
345 "row %d not found in remap table\n",
348 row
= edac_mc_find_csrow_by_page(mci
, page
);
350 /* 0 = channel A, 1 = channel B */
351 channel
= !(error_one
& 1);
353 /* e752x mc reads 34:6 of the DRAM linear address */
354 edac_mc_handle_ce(mci
, page
, offset_in_page(sec1_add
<< 4),
355 sec1_syndrome
, row
, channel
, "e752x CE");
358 static inline void process_ce(struct mem_ctl_info
*mci
, u16 error_one
,
359 u32 sec1_add
, u16 sec1_syndrome
, int *error_found
,
365 do_process_ce(mci
, error_one
, sec1_add
, sec1_syndrome
);
368 static void do_process_ue(struct mem_ctl_info
*mci
, u16 error_one
,
369 u32 ded_add
, u32 scrb_add
)
371 u32 error_2b
, block_page
;
373 struct e752x_pvt
*pvt
= (struct e752x_pvt
*)mci
->pvt_info
;
375 debugf3("%s()\n", __func__
);
377 if (error_one
& 0x0202) {
380 /* convert to 4k address */
381 block_page
= error_2b
>> (PAGE_SHIFT
- 4);
383 row
= pvt
->mc_symmetric
?
384 /* chip select are bits 14 & 13 */
385 ((block_page
>> 1) & 3) :
386 edac_mc_find_csrow_by_page(mci
, block_page
);
388 /* e752x mc reads 34:6 of the DRAM linear address */
389 edac_mc_handle_ue(mci
, block_page
,
390 offset_in_page(error_2b
<< 4),
391 row
, "e752x UE from Read");
393 if (error_one
& 0x0404) {
396 /* convert to 4k address */
397 block_page
= error_2b
>> (PAGE_SHIFT
- 4);
399 row
= pvt
->mc_symmetric
?
400 /* chip select are bits 14 & 13 */
401 ((block_page
>> 1) & 3) :
402 edac_mc_find_csrow_by_page(mci
, block_page
);
404 /* e752x mc reads 34:6 of the DRAM linear address */
405 edac_mc_handle_ue(mci
, block_page
,
406 offset_in_page(error_2b
<< 4),
407 row
, "e752x UE from Scruber");
411 static inline void process_ue(struct mem_ctl_info
*mci
, u16 error_one
,
412 u32 ded_add
, u32 scrb_add
, int *error_found
,
418 do_process_ue(mci
, error_one
, ded_add
, scrb_add
);
421 static inline void process_ue_no_info_wr(struct mem_ctl_info
*mci
,
422 int *error_found
, int handle_error
)
429 debugf3("%s()\n", __func__
);
430 edac_mc_handle_ue_no_info(mci
, "e752x UE log memory write");
433 static void do_process_ded_retry(struct mem_ctl_info
*mci
, u16 error
,
438 struct e752x_pvt
*pvt
= (struct e752x_pvt
*)mci
->pvt_info
;
440 error_1b
= retry_add
;
441 page
= error_1b
>> (PAGE_SHIFT
- 4); /* convert the addr to 4k page */
443 /* chip select are bits 14 & 13 */
444 row
= pvt
->mc_symmetric
? ((page
>> 1) & 3) :
445 edac_mc_find_csrow_by_page(mci
, page
);
447 e752x_mc_printk(mci
, KERN_WARNING
,
448 "CE page 0x%lx, row %d : Memory read retry\n",
449 (long unsigned int)page
, row
);
452 static inline void process_ded_retry(struct mem_ctl_info
*mci
, u16 error
,
453 u32 retry_add
, int *error_found
,
459 do_process_ded_retry(mci
, error
, retry_add
);
462 static inline void process_threshold_ce(struct mem_ctl_info
*mci
, u16 error
,
463 int *error_found
, int handle_error
)
468 e752x_mc_printk(mci
, KERN_WARNING
, "Memory threshold CE\n");
471 static char *global_message
[11] = {
479 "HUB or NS Interface",
481 "DRAM Controller", /* 9th entry */
487 static char *fatal_message
[2] = { "Non-Fatal ", "Fatal " };
489 static void do_global_error(int fatal
, u32 errors
)
493 for (i
= 0; i
< 11; i
++) {
494 if (errors
& (1 << i
)) {
495 /* If the error is from DRAM Controller OR
496 * we are to report ALL errors, then
499 if ((i
== DRAM_ENTRY
) || report_non_memory_errors
)
500 e752x_printk(KERN_WARNING
, "%sError %s\n",
501 fatal_message
[fatal
],
507 static inline void global_error(int fatal
, u32 errors
, int *error_found
,
513 do_global_error(fatal
, errors
);
516 static char *hub_message
[7] = {
517 "HI Address or Command Parity", "HI Illegal Access",
518 "HI Internal Parity", "Out of Range Access",
519 "HI Data Parity", "Enhanced Config Access",
520 "Hub Interface Target Abort"
523 static void do_hub_error(int fatal
, u8 errors
)
527 for (i
= 0; i
< 7; i
++) {
528 if (errors
& (1 << i
))
529 e752x_printk(KERN_WARNING
, "%sError %s\n",
530 fatal_message
[fatal
], hub_message
[i
]);
534 static inline void hub_error(int fatal
, u8 errors
, int *error_found
,
540 do_hub_error(fatal
, errors
);
543 #define NSI_FATAL_MASK 0x0c080081
544 #define NSI_NON_FATAL_MASK 0x23a0ba64
545 #define NSI_ERR_MASK (NSI_FATAL_MASK | NSI_NON_FATAL_MASK)
547 static char *nsi_message
[30] = {
548 "NSI Link Down", /* NSI_FERR/NSI_NERR bit 0, fatal error */
550 "NSI Parity Error", /* bit 2, non-fatal */
553 "Correctable Error Message", /* bit 5, non-fatal */
554 "Non-Fatal Error Message", /* bit 6, non-fatal */
555 "Fatal Error Message", /* bit 7, fatal */
557 "Receiver Error", /* bit 9, non-fatal */
559 "Bad TLP", /* bit 11, non-fatal */
560 "Bad DLLP", /* bit 12, non-fatal */
561 "REPLAY_NUM Rollover", /* bit 13, non-fatal */
563 "Replay Timer Timeout", /* bit 15, non-fatal */
567 "Data Link Protocol Error", /* bit 19, fatal */
569 "Poisoned TLP", /* bit 21, non-fatal */
571 "Completion Timeout", /* bit 23, non-fatal */
572 "Completer Abort", /* bit 24, non-fatal */
573 "Unexpected Completion", /* bit 25, non-fatal */
574 "Receiver Overflow", /* bit 26, fatal */
575 "Malformed TLP", /* bit 27, fatal */
577 "Unsupported Request" /* bit 29, non-fatal */
580 static void do_nsi_error(int fatal
, u32 errors
)
584 for (i
= 0; i
< 30; i
++) {
585 if (errors
& (1 << i
))
586 printk(KERN_WARNING
"%sError %s\n",
587 fatal_message
[fatal
], nsi_message
[i
]);
591 static inline void nsi_error(int fatal
, u32 errors
, int *error_found
,
597 do_nsi_error(fatal
, errors
);
600 static char *membuf_message
[4] = {
601 "Internal PMWB to DRAM parity",
602 "Internal PMWB to System Bus Parity",
603 "Internal System Bus or IO to PMWB Parity",
604 "Internal DRAM to PMWB Parity"
607 static void do_membuf_error(u8 errors
)
611 for (i
= 0; i
< 4; i
++) {
612 if (errors
& (1 << i
))
613 e752x_printk(KERN_WARNING
, "Non-Fatal Error %s\n",
618 static inline void membuf_error(u8 errors
, int *error_found
, int handle_error
)
623 do_membuf_error(errors
);
626 static char *sysbus_message
[10] = {
627 "Addr or Request Parity",
628 "Data Strobe Glitch",
629 "Addr Strobe Glitch",
632 "Non DRAM Lock Error",
635 "IO Subsystem Parity"
638 static void do_sysbus_error(int fatal
, u32 errors
)
642 for (i
= 0; i
< 10; i
++) {
643 if (errors
& (1 << i
))
644 e752x_printk(KERN_WARNING
, "%sError System Bus %s\n",
645 fatal_message
[fatal
], sysbus_message
[i
]);
649 static inline void sysbus_error(int fatal
, u32 errors
, int *error_found
,
655 do_sysbus_error(fatal
, errors
);
658 static void e752x_check_hub_interface(struct e752x_error_info
*info
,
659 int *error_found
, int handle_error
)
663 //pci_read_config_byte(dev,E752X_HI_FERR,&stat8);
665 stat8
= info
->hi_ferr
;
667 if (stat8
& 0x7f) { /* Error, so process */
671 hub_error(1, stat8
& 0x2b, error_found
, handle_error
);
674 hub_error(0, stat8
& 0x54, error_found
, handle_error
);
676 //pci_read_config_byte(dev,E752X_HI_NERR,&stat8);
678 stat8
= info
->hi_nerr
;
680 if (stat8
& 0x7f) { /* Error, so process */
684 hub_error(1, stat8
& 0x2b, error_found
, handle_error
);
687 hub_error(0, stat8
& 0x54, error_found
, handle_error
);
691 static void e752x_check_ns_interface(struct e752x_error_info
*info
,
692 int *error_found
, int handle_error
)
696 stat32
= info
->nsi_ferr
;
697 if (stat32
& NSI_ERR_MASK
) { /* Error, so process */
698 if (stat32
& NSI_FATAL_MASK
) /* check for fatal errors */
699 nsi_error(1, stat32
& NSI_FATAL_MASK
, error_found
,
701 if (stat32
& NSI_NON_FATAL_MASK
) /* check for non-fatal ones */
702 nsi_error(0, stat32
& NSI_NON_FATAL_MASK
, error_found
,
705 stat32
= info
->nsi_nerr
;
706 if (stat32
& NSI_ERR_MASK
) {
707 if (stat32
& NSI_FATAL_MASK
)
708 nsi_error(1, stat32
& NSI_FATAL_MASK
, error_found
,
710 if (stat32
& NSI_NON_FATAL_MASK
)
711 nsi_error(0, stat32
& NSI_NON_FATAL_MASK
, error_found
,
716 static void e752x_check_sysbus(struct e752x_error_info
*info
,
717 int *error_found
, int handle_error
)
721 //pci_read_config_dword(dev,E752X_SYSBUS_FERR,&stat32);
722 stat32
= info
->sysbus_ferr
+ (info
->sysbus_nerr
<< 16);
725 return; /* no errors */
727 error32
= (stat32
>> 16) & 0x3ff;
728 stat32
= stat32
& 0x3ff;
731 sysbus_error(1, stat32
& 0x087, error_found
, handle_error
);
734 sysbus_error(0, stat32
& 0x378, error_found
, handle_error
);
737 sysbus_error(1, error32
& 0x087, error_found
, handle_error
);
740 sysbus_error(0, error32
& 0x378, error_found
, handle_error
);
743 static void e752x_check_membuf(struct e752x_error_info
*info
,
744 int *error_found
, int handle_error
)
748 stat8
= info
->buf_ferr
;
750 if (stat8
& 0x0f) { /* Error, so process */
752 membuf_error(stat8
, error_found
, handle_error
);
755 stat8
= info
->buf_nerr
;
757 if (stat8
& 0x0f) { /* Error, so process */
759 membuf_error(stat8
, error_found
, handle_error
);
763 static void e752x_check_dram(struct mem_ctl_info
*mci
,
764 struct e752x_error_info
*info
, int *error_found
,
767 u16 error_one
, error_next
;
769 error_one
= info
->dram_ferr
;
770 error_next
= info
->dram_nerr
;
772 /* decode and report errors */
773 if (error_one
& 0x0101) /* check first error correctable */
774 process_ce(mci
, error_one
, info
->dram_sec1_add
,
775 info
->dram_sec1_syndrome
, error_found
, handle_error
);
777 if (error_next
& 0x0101) /* check next error correctable */
778 process_ce(mci
, error_next
, info
->dram_sec2_add
,
779 info
->dram_sec2_syndrome
, error_found
, handle_error
);
781 if (error_one
& 0x4040)
782 process_ue_no_info_wr(mci
, error_found
, handle_error
);
784 if (error_next
& 0x4040)
785 process_ue_no_info_wr(mci
, error_found
, handle_error
);
787 if (error_one
& 0x2020)
788 process_ded_retry(mci
, error_one
, info
->dram_retr_add
,
789 error_found
, handle_error
);
791 if (error_next
& 0x2020)
792 process_ded_retry(mci
, error_next
, info
->dram_retr_add
,
793 error_found
, handle_error
);
795 if (error_one
& 0x0808)
796 process_threshold_ce(mci
, error_one
, error_found
, handle_error
);
798 if (error_next
& 0x0808)
799 process_threshold_ce(mci
, error_next
, error_found
,
802 if (error_one
& 0x0606)
803 process_ue(mci
, error_one
, info
->dram_ded_add
,
804 info
->dram_scrb_add
, error_found
, handle_error
);
806 if (error_next
& 0x0606)
807 process_ue(mci
, error_next
, info
->dram_ded_add
,
808 info
->dram_scrb_add
, error_found
, handle_error
);
811 static void e752x_get_error_info(struct mem_ctl_info
*mci
,
812 struct e752x_error_info
*info
)
815 struct e752x_pvt
*pvt
;
817 memset(info
, 0, sizeof(*info
));
818 pvt
= (struct e752x_pvt
*)mci
->pvt_info
;
820 pci_read_config_dword(dev
, E752X_FERR_GLOBAL
, &info
->ferr_global
);
822 if (info
->ferr_global
) {
823 if (pvt
->dev_info
->err_dev
== PCI_DEVICE_ID_INTEL_3100_1_ERR
) {
824 pci_read_config_dword(dev
, I3100_NSI_FERR
,
828 pci_read_config_byte(dev
, E752X_HI_FERR
,
832 pci_read_config_word(dev
, E752X_SYSBUS_FERR
,
834 pci_read_config_byte(dev
, E752X_BUF_FERR
, &info
->buf_ferr
);
835 pci_read_config_word(dev
, E752X_DRAM_FERR
, &info
->dram_ferr
);
836 pci_read_config_dword(dev
, E752X_DRAM_SEC1_ADD
,
837 &info
->dram_sec1_add
);
838 pci_read_config_word(dev
, E752X_DRAM_SEC1_SYNDROME
,
839 &info
->dram_sec1_syndrome
);
840 pci_read_config_dword(dev
, E752X_DRAM_DED_ADD
,
841 &info
->dram_ded_add
);
842 pci_read_config_dword(dev
, E752X_DRAM_SCRB_ADD
,
843 &info
->dram_scrb_add
);
844 pci_read_config_dword(dev
, E752X_DRAM_RETR_ADD
,
845 &info
->dram_retr_add
);
847 /* ignore the reserved bits just in case */
848 if (info
->hi_ferr
& 0x7f)
849 pci_write_config_byte(dev
, E752X_HI_FERR
,
852 if (info
->nsi_ferr
& NSI_ERR_MASK
)
853 pci_write_config_dword(dev
, I3100_NSI_FERR
,
856 if (info
->sysbus_ferr
)
857 pci_write_config_word(dev
, E752X_SYSBUS_FERR
,
860 if (info
->buf_ferr
& 0x0f)
861 pci_write_config_byte(dev
, E752X_BUF_FERR
,
865 pci_write_bits16(pvt
->bridge_ck
, E752X_DRAM_FERR
,
866 info
->dram_ferr
, info
->dram_ferr
);
868 pci_write_config_dword(dev
, E752X_FERR_GLOBAL
,
872 pci_read_config_dword(dev
, E752X_NERR_GLOBAL
, &info
->nerr_global
);
874 if (info
->nerr_global
) {
875 if (pvt
->dev_info
->err_dev
== PCI_DEVICE_ID_INTEL_3100_1_ERR
) {
876 pci_read_config_dword(dev
, I3100_NSI_NERR
,
880 pci_read_config_byte(dev
, E752X_HI_NERR
,
884 pci_read_config_word(dev
, E752X_SYSBUS_NERR
,
886 pci_read_config_byte(dev
, E752X_BUF_NERR
, &info
->buf_nerr
);
887 pci_read_config_word(dev
, E752X_DRAM_NERR
, &info
->dram_nerr
);
888 pci_read_config_dword(dev
, E752X_DRAM_SEC2_ADD
,
889 &info
->dram_sec2_add
);
890 pci_read_config_word(dev
, E752X_DRAM_SEC2_SYNDROME
,
891 &info
->dram_sec2_syndrome
);
893 if (info
->hi_nerr
& 0x7f)
894 pci_write_config_byte(dev
, E752X_HI_NERR
,
897 if (info
->nsi_nerr
& NSI_ERR_MASK
)
898 pci_write_config_dword(dev
, I3100_NSI_NERR
,
901 if (info
->sysbus_nerr
)
902 pci_write_config_word(dev
, E752X_SYSBUS_NERR
,
905 if (info
->buf_nerr
& 0x0f)
906 pci_write_config_byte(dev
, E752X_BUF_NERR
,
910 pci_write_bits16(pvt
->bridge_ck
, E752X_DRAM_NERR
,
911 info
->dram_nerr
, info
->dram_nerr
);
913 pci_write_config_dword(dev
, E752X_NERR_GLOBAL
,
918 static int e752x_process_error_info(struct mem_ctl_info
*mci
,
919 struct e752x_error_info
*info
,
926 error32
= (info
->ferr_global
>> 18) & 0x3ff;
927 stat32
= (info
->ferr_global
>> 4) & 0x7ff;
930 global_error(1, error32
, &error_found
, handle_errors
);
933 global_error(0, stat32
, &error_found
, handle_errors
);
935 error32
= (info
->nerr_global
>> 18) & 0x3ff;
936 stat32
= (info
->nerr_global
>> 4) & 0x7ff;
939 global_error(1, error32
, &error_found
, handle_errors
);
942 global_error(0, stat32
, &error_found
, handle_errors
);
944 e752x_check_hub_interface(info
, &error_found
, handle_errors
);
945 e752x_check_ns_interface(info
, &error_found
, handle_errors
);
946 e752x_check_sysbus(info
, &error_found
, handle_errors
);
947 e752x_check_membuf(info
, &error_found
, handle_errors
);
948 e752x_check_dram(mci
, info
, &error_found
, handle_errors
);
952 static void e752x_check(struct mem_ctl_info
*mci
)
954 struct e752x_error_info info
;
956 debugf3("%s()\n", __func__
);
957 e752x_get_error_info(mci
, &info
);
958 e752x_process_error_info(mci
, &info
, 1);
961 /* Program byte/sec bandwidth scrub rate to hardware */
962 static int set_sdram_scrub_rate(struct mem_ctl_info
*mci
, u32
*new_bw
)
964 const struct scrubrate
*scrubrates
;
965 struct e752x_pvt
*pvt
= (struct e752x_pvt
*) mci
->pvt_info
;
966 struct pci_dev
*pdev
= pvt
->dev_d0f0
;
969 if (pvt
->dev_info
->ctl_dev
== PCI_DEVICE_ID_INTEL_3100_0
)
970 scrubrates
= scrubrates_i3100
;
972 scrubrates
= scrubrates_e752x
;
974 /* Translate the desired scrub rate to a e752x/3100 register value.
975 * Search for the bandwidth that is equal or greater than the
976 * desired rate and program the cooresponding register value.
978 for (i
= 0; scrubrates
[i
].bandwidth
!= SDRATE_EOT
; i
++)
979 if (scrubrates
[i
].bandwidth
>= *new_bw
)
982 if (scrubrates
[i
].bandwidth
== SDRATE_EOT
)
985 pci_write_config_word(pdev
, E752X_MCHSCRB
, scrubrates
[i
].scrubval
);
990 /* Convert current scrub rate value into byte/sec bandwidth */
991 static int get_sdram_scrub_rate(struct mem_ctl_info
*mci
, u32
*bw
)
993 const struct scrubrate
*scrubrates
;
994 struct e752x_pvt
*pvt
= (struct e752x_pvt
*) mci
->pvt_info
;
995 struct pci_dev
*pdev
= pvt
->dev_d0f0
;
999 if (pvt
->dev_info
->ctl_dev
== PCI_DEVICE_ID_INTEL_3100_0
)
1000 scrubrates
= scrubrates_i3100
;
1002 scrubrates
= scrubrates_e752x
;
1004 /* Find the bandwidth matching the memory scrubber configuration */
1005 pci_read_config_word(pdev
, E752X_MCHSCRB
, &scrubval
);
1006 scrubval
= scrubval
& 0x0f;
1008 for (i
= 0; scrubrates
[i
].bandwidth
!= SDRATE_EOT
; i
++)
1009 if (scrubrates
[i
].scrubval
== scrubval
)
1012 if (scrubrates
[i
].bandwidth
== SDRATE_EOT
) {
1013 e752x_printk(KERN_WARNING
,
1014 "Invalid sdram scrub control value: 0x%x\n", scrubval
);
1018 *bw
= scrubrates
[i
].bandwidth
;
1023 /* Return 1 if dual channel mode is active. Else return 0. */
1024 static inline int dual_channel_active(u16 ddrcsr
)
1026 return (((ddrcsr
>> 12) & 3) == 3);
1029 /* Remap csrow index numbers if map_type is "reverse"
1031 static inline int remap_csrow_index(struct mem_ctl_info
*mci
, int index
)
1033 struct e752x_pvt
*pvt
= mci
->pvt_info
;
1041 static void e752x_init_csrows(struct mem_ctl_info
*mci
, struct pci_dev
*pdev
,
1044 struct csrow_info
*csrow
;
1045 unsigned long last_cumul_size
;
1046 int index
, mem_dev
, drc_chan
;
1047 int drc_drbg
; /* DRB granularity 0=64mb, 1=128mb */
1048 int drc_ddim
; /* DRAM Data Integrity Mode 0=none, 2=edac */
1050 u32 dra
, drc
, cumul_size
;
1053 for (index
= 0; index
< 4; index
++) {
1055 pci_read_config_byte(pdev
, E752X_DRA
+ index
, &dra_reg
);
1056 dra
|= dra_reg
<< (index
* 8);
1058 pci_read_config_dword(pdev
, E752X_DRC
, &drc
);
1059 drc_chan
= dual_channel_active(ddrcsr
);
1060 drc_drbg
= drc_chan
+ 1; /* 128 in dual mode, 64 in single */
1061 drc_ddim
= (drc
>> 20) & 0x3;
1063 /* The dram row boundary (DRB) reg values are boundary address for
1064 * each DRAM row with a granularity of 64 or 128MB (single/dual
1065 * channel operation). DRB regs are cumulative; therefore DRB7 will
1066 * contain the total memory contained in all eight rows.
1068 for (last_cumul_size
= index
= 0; index
< mci
->nr_csrows
; index
++) {
1069 /* mem_dev 0=x8, 1=x4 */
1070 mem_dev
= (dra
>> (index
* 4 + 2)) & 0x3;
1071 csrow
= &mci
->csrows
[remap_csrow_index(mci
, index
)];
1073 mem_dev
= (mem_dev
== 2);
1074 pci_read_config_byte(pdev
, E752X_DRB
+ index
, &value
);
1075 /* convert a 128 or 64 MiB DRB to a page size. */
1076 cumul_size
= value
<< (25 + drc_drbg
- PAGE_SHIFT
);
1077 debugf3("%s(): (%d) cumul_size 0x%x\n", __func__
, index
,
1079 if (cumul_size
== last_cumul_size
)
1080 continue; /* not populated */
1082 csrow
->first_page
= last_cumul_size
;
1083 csrow
->last_page
= cumul_size
- 1;
1084 csrow
->nr_pages
= cumul_size
- last_cumul_size
;
1085 last_cumul_size
= cumul_size
;
1086 csrow
->grain
= 1 << 12; /* 4KiB - resolution of CELOG */
1087 csrow
->mtype
= MEM_RDDR
; /* only one type supported */
1088 csrow
->dtype
= mem_dev
? DEV_X4
: DEV_X8
;
1091 * if single channel or x8 devices then SECDED
1092 * if dual channel and x4 then S4ECD4ED
1095 if (drc_chan
&& mem_dev
) {
1096 csrow
->edac_mode
= EDAC_S4ECD4ED
;
1097 mci
->edac_cap
|= EDAC_FLAG_S4ECD4ED
;
1099 csrow
->edac_mode
= EDAC_SECDED
;
1100 mci
->edac_cap
|= EDAC_FLAG_SECDED
;
1103 csrow
->edac_mode
= EDAC_NONE
;
1107 static void e752x_init_mem_map_table(struct pci_dev
*pdev
,
1108 struct e752x_pvt
*pvt
)
1111 u8 value
, last
, row
;
1116 for (index
= 0; index
< 8; index
+= 2) {
1117 pci_read_config_byte(pdev
, E752X_DRB
+ index
, &value
);
1118 /* test if there is a dimm in this slot */
1119 if (value
== last
) {
1120 /* no dimm in the slot, so flag it as empty */
1121 pvt
->map
[index
] = 0xff;
1122 pvt
->map
[index
+ 1] = 0xff;
1123 } else { /* there is a dimm in the slot */
1124 pvt
->map
[index
] = row
;
1127 /* test the next value to see if the dimm is double
1130 pci_read_config_byte(pdev
, E752X_DRB
+ index
+ 1,
1133 /* the dimm is single sided, so flag as empty */
1134 /* this is a double sided dimm to save the next row #*/
1135 pvt
->map
[index
+ 1] = (value
== last
) ? 0xff : row
;
1142 /* Return 0 on success or 1 on failure. */
1143 static int e752x_get_devs(struct pci_dev
*pdev
, int dev_idx
,
1144 struct e752x_pvt
*pvt
)
1146 struct pci_dev
*dev
;
1148 pvt
->bridge_ck
= pci_get_device(PCI_VENDOR_ID_INTEL
,
1149 pvt
->dev_info
->err_dev
, pvt
->bridge_ck
);
1151 if (pvt
->bridge_ck
== NULL
)
1152 pvt
->bridge_ck
= pci_scan_single_device(pdev
->bus
,
1155 if (pvt
->bridge_ck
== NULL
) {
1156 e752x_printk(KERN_ERR
, "error reporting device not found:"
1157 "vendor %x device 0x%x (broken BIOS?)\n",
1158 PCI_VENDOR_ID_INTEL
, e752x_devs
[dev_idx
].err_dev
);
1162 dev
= pci_get_device(PCI_VENDOR_ID_INTEL
,
1163 e752x_devs
[dev_idx
].ctl_dev
,
1169 pvt
->dev_d0f0
= dev
;
1170 pvt
->dev_d0f1
= pci_dev_get(pvt
->bridge_ck
);
1175 pci_dev_put(pvt
->bridge_ck
);
1179 /* Setup system bus parity mask register.
1180 * Sysbus parity supported on:
1181 * e7320/e7520/e7525 + Xeon
1183 static void e752x_init_sysbus_parity_mask(struct e752x_pvt
*pvt
)
1185 char *cpu_id
= cpu_data(0).x86_model_id
;
1186 struct pci_dev
*dev
= pvt
->dev_d0f1
;
1189 /* Allow module parameter override, else see if CPU supports parity */
1190 if (sysbus_parity
!= -1) {
1191 enable
= sysbus_parity
;
1192 } else if (cpu_id
[0] && !strstr(cpu_id
, "Xeon")) {
1193 e752x_printk(KERN_INFO
, "System Bus Parity not "
1194 "supported by CPU, disabling\n");
1199 pci_write_config_word(dev
, E752X_SYSBUS_ERRMASK
, 0x0000);
1201 pci_write_config_word(dev
, E752X_SYSBUS_ERRMASK
, 0x0309);
1204 static void e752x_init_error_reporting_regs(struct e752x_pvt
*pvt
)
1206 struct pci_dev
*dev
;
1208 dev
= pvt
->dev_d0f1
;
1209 /* Turn off error disable & SMI in case the BIOS turned it on */
1210 if (pvt
->dev_info
->err_dev
== PCI_DEVICE_ID_INTEL_3100_1_ERR
) {
1211 pci_write_config_dword(dev
, I3100_NSI_EMASK
, 0);
1212 pci_write_config_dword(dev
, I3100_NSI_SMICMD
, 0);
1214 pci_write_config_byte(dev
, E752X_HI_ERRMASK
, 0x00);
1215 pci_write_config_byte(dev
, E752X_HI_SMICMD
, 0x00);
1218 e752x_init_sysbus_parity_mask(pvt
);
1220 pci_write_config_word(dev
, E752X_SYSBUS_SMICMD
, 0x00);
1221 pci_write_config_byte(dev
, E752X_BUF_ERRMASK
, 0x00);
1222 pci_write_config_byte(dev
, E752X_BUF_SMICMD
, 0x00);
1223 pci_write_config_byte(dev
, E752X_DRAM_ERRMASK
, 0x00);
1224 pci_write_config_byte(dev
, E752X_DRAM_SMICMD
, 0x00);
1227 static int e752x_probe1(struct pci_dev
*pdev
, int dev_idx
)
1231 struct mem_ctl_info
*mci
;
1232 struct e752x_pvt
*pvt
;
1234 int drc_chan
; /* Number of channels 0=1chan,1=2chan */
1235 struct e752x_error_info discard
;
1237 debugf0("%s(): mci\n", __func__
);
1238 debugf0("Starting Probe1\n");
1240 /* check to see if device 0 function 1 is enabled; if it isn't, we
1241 * assume the BIOS has reserved it for a reason and is expecting
1242 * exclusive access, we take care not to violate that assumption and
1243 * fail the probe. */
1244 pci_read_config_byte(pdev
, E752X_DEVPRES1
, &stat8
);
1245 if (!force_function_unhide
&& !(stat8
& (1 << 5))) {
1246 printk(KERN_INFO
"Contact your BIOS vendor to see if the "
1247 "E752x error registers can be safely un-hidden\n");
1251 pci_write_config_byte(pdev
, E752X_DEVPRES1
, stat8
);
1253 pci_read_config_word(pdev
, E752X_DDRCSR
, &ddrcsr
);
1254 /* FIXME: should check >>12 or 0xf, true for all? */
1255 /* Dual channel = 1, Single channel = 0 */
1256 drc_chan
= dual_channel_active(ddrcsr
);
1258 mci
= edac_mc_alloc(sizeof(*pvt
), E752X_NR_CSROWS
, drc_chan
+ 1, 0);
1264 debugf3("%s(): init mci\n", __func__
);
1265 mci
->mtype_cap
= MEM_FLAG_RDDR
;
1266 /* 3100 IMCH supports SECDEC only */
1267 mci
->edac_ctl_cap
= (dev_idx
== I3100
) ? EDAC_FLAG_SECDED
:
1268 (EDAC_FLAG_NONE
| EDAC_FLAG_SECDED
| EDAC_FLAG_S4ECD4ED
);
1269 /* FIXME - what if different memory types are in different csrows? */
1270 mci
->mod_name
= EDAC_MOD_STR
;
1271 mci
->mod_ver
= E752X_REVISION
;
1272 mci
->dev
= &pdev
->dev
;
1274 debugf3("%s(): init pvt\n", __func__
);
1275 pvt
= (struct e752x_pvt
*)mci
->pvt_info
;
1276 pvt
->dev_info
= &e752x_devs
[dev_idx
];
1277 pvt
->mc_symmetric
= ((ddrcsr
& 0x10) != 0);
1279 if (e752x_get_devs(pdev
, dev_idx
, pvt
)) {
1284 debugf3("%s(): more mci init\n", __func__
);
1285 mci
->ctl_name
= pvt
->dev_info
->ctl_name
;
1286 mci
->dev_name
= pci_name(pdev
);
1287 mci
->edac_check
= e752x_check
;
1288 mci
->ctl_page_to_phys
= ctl_page_to_phys
;
1289 mci
->set_sdram_scrub_rate
= set_sdram_scrub_rate
;
1290 mci
->get_sdram_scrub_rate
= get_sdram_scrub_rate
;
1292 /* set the map type. 1 = normal, 0 = reversed
1293 * Must be set before e752x_init_csrows in case csrow mapping
1296 pci_read_config_byte(pdev
, E752X_DRM
, &stat8
);
1297 pvt
->map_type
= ((stat8
& 0x0f) > ((stat8
>> 4) & 0x0f));
1299 e752x_init_csrows(mci
, pdev
, ddrcsr
);
1300 e752x_init_mem_map_table(pdev
, pvt
);
1302 if (dev_idx
== I3100
)
1303 mci
->edac_cap
= EDAC_FLAG_SECDED
; /* the only mode supported */
1305 mci
->edac_cap
|= EDAC_FLAG_NONE
;
1306 debugf3("%s(): tolm, remapbase, remaplimit\n", __func__
);
1308 /* load the top of low memory, remap base, and remap limit vars */
1309 pci_read_config_word(pdev
, E752X_TOLM
, &pci_data
);
1310 pvt
->tolm
= ((u32
) pci_data
) << 4;
1311 pci_read_config_word(pdev
, E752X_REMAPBASE
, &pci_data
);
1312 pvt
->remapbase
= ((u32
) pci_data
) << 14;
1313 pci_read_config_word(pdev
, E752X_REMAPLIMIT
, &pci_data
);
1314 pvt
->remaplimit
= ((u32
) pci_data
) << 14;
1315 e752x_printk(KERN_INFO
,
1316 "tolm = %x, remapbase = %x, remaplimit = %x\n",
1317 pvt
->tolm
, pvt
->remapbase
, pvt
->remaplimit
);
1319 /* Here we assume that we will never see multiple instances of this
1320 * type of memory controller. The ID is therefore hardcoded to 0.
1322 if (edac_mc_add_mc(mci
)) {
1323 debugf3("%s(): failed edac_mc_add_mc()\n", __func__
);
1327 e752x_init_error_reporting_regs(pvt
);
1328 e752x_get_error_info(mci
, &discard
); /* clear other MCH errors */
1330 /* allocating generic PCI control info */
1331 e752x_pci
= edac_pci_create_generic_ctl(&pdev
->dev
, EDAC_MOD_STR
);
1334 "%s(): Unable to create PCI control\n", __func__
);
1336 "%s(): PCI error report via EDAC not setup\n",
1340 /* get this far and it's successful */
1341 debugf3("%s(): success\n", __func__
);
1345 pci_dev_put(pvt
->dev_d0f0
);
1346 pci_dev_put(pvt
->dev_d0f1
);
1347 pci_dev_put(pvt
->bridge_ck
);
1353 /* returns count (>= 0), or negative on error */
1354 static int __devinit
e752x_init_one(struct pci_dev
*pdev
,
1355 const struct pci_device_id
*ent
)
1357 debugf0("%s()\n", __func__
);
1359 /* wake up and enable device */
1360 if (pci_enable_device(pdev
) < 0)
1363 return e752x_probe1(pdev
, ent
->driver_data
);
1366 static void __devexit
e752x_remove_one(struct pci_dev
*pdev
)
1368 struct mem_ctl_info
*mci
;
1369 struct e752x_pvt
*pvt
;
1371 debugf0("%s()\n", __func__
);
1374 edac_pci_release_generic_ctl(e752x_pci
);
1376 if ((mci
= edac_mc_del_mc(&pdev
->dev
)) == NULL
)
1379 pvt
= (struct e752x_pvt
*)mci
->pvt_info
;
1380 pci_dev_put(pvt
->dev_d0f0
);
1381 pci_dev_put(pvt
->dev_d0f1
);
1382 pci_dev_put(pvt
->bridge_ck
);
1386 static const struct pci_device_id e752x_pci_tbl
[] __devinitdata
= {
1388 PCI_VEND_DEV(INTEL
, 7520_0
), PCI_ANY_ID
, PCI_ANY_ID
, 0, 0,
1391 PCI_VEND_DEV(INTEL
, 7525_0
), PCI_ANY_ID
, PCI_ANY_ID
, 0, 0,
1394 PCI_VEND_DEV(INTEL
, 7320_0
), PCI_ANY_ID
, PCI_ANY_ID
, 0, 0,
1397 PCI_VEND_DEV(INTEL
, 3100_0
), PCI_ANY_ID
, PCI_ANY_ID
, 0, 0,
1401 } /* 0 terminated list. */
1404 MODULE_DEVICE_TABLE(pci
, e752x_pci_tbl
);
1406 static struct pci_driver e752x_driver
= {
1407 .name
= EDAC_MOD_STR
,
1408 .probe
= e752x_init_one
,
1409 .remove
= __devexit_p(e752x_remove_one
),
1410 .id_table
= e752x_pci_tbl
,
1413 static int __init
e752x_init(void)
1417 debugf3("%s()\n", __func__
);
1419 /* Ensure that the OPSTATE is set correctly for POLL or NMI */
1422 pci_rc
= pci_register_driver(&e752x_driver
);
1423 return (pci_rc
< 0) ? pci_rc
: 0;
1426 static void __exit
e752x_exit(void)
1428 debugf3("%s()\n", __func__
);
1429 pci_unregister_driver(&e752x_driver
);
1432 module_init(e752x_init
);
1433 module_exit(e752x_exit
);
1435 MODULE_LICENSE("GPL");
1436 MODULE_AUTHOR("Linux Networx (http://lnxi.com) Tom Zimmerman\n");
1437 MODULE_DESCRIPTION("MC support for Intel e752x/3100 memory controllers");
1439 module_param(force_function_unhide
, int, 0444);
1440 MODULE_PARM_DESC(force_function_unhide
, "if BIOS sets Dev0:Fun1 up as hidden:"
1441 " 1=force unhide and hope BIOS doesn't fight driver for "
1442 "Dev0:Fun1 access");
1444 module_param(edac_op_state
, int, 0444);
1445 MODULE_PARM_DESC(edac_op_state
, "EDAC Error Reporting state: 0=Poll,1=NMI");
1447 module_param(sysbus_parity
, int, 0444);
1448 MODULE_PARM_DESC(sysbus_parity
, "0=disable system bus parity checking,"
1449 " 1=enable system bus parity checking, default=auto-detect");
1450 module_param(report_non_memory_errors
, int, 0644);
1451 MODULE_PARM_DESC(report_non_memory_errors
, "0=disable non-memory error "
1452 "reporting, 1=enable non-memory error reporting");