Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152151961
D23561.id67924.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
508 B
Referenced Files
None
Subscribers
None
D23561.id67924.diff
View Options
Index: sys/dev/amd_ecc_inject/ecc_inject.c
===================================================================
--- sys/dev/amd_ecc_inject/ecc_inject.c
+++ sys/dev/amd_ecc_inject/ecc_inject.c
@@ -203,7 +203,8 @@
{
uint32_t val;
- if (cpu_vendor_id != CPU_VENDOR_AMD || CPUID_TO_FAMILY(cpu_id) < 0x10) {
+ if ((cpu_vendor_id != CPU_VENDOR_AMD || CPUID_TO_FAMILY(cpu_id) < 0x10) &&
+ cpu_vendor_id != CPU_VENDOR_HYGON) {
printf("DRAM ECC error injection is not supported\n");
return (ENXIO);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 14, 2:23 AM (9 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31416309
Default Alt Text
D23561.id67924.diff (508 B)
Attached To
Mode
D23561: ecc_inject: Add Hygon Dhyana support
Attached
Detach File
Event Timeline
Log In to Comment