Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/ic (spdmem.c)



Module Name:    src
Committed By:   msaitoh
Date:           Fri Mar 27 05:33:08 UTC 2015

Modified Files:
        src/sys/dev/ic: spdmem.c spdmemreg.h

Log Message:
Add DDR4 support a bit.


Looking at the actual code change here

@@ -76,6 +76,7 @@ static const char* spdmem_basic_types[]
 	"DDR2 SDRAM FB",
 	"DDR2 SDRAM FB Probe",
 	"DDR3 SDRAM"
+	"DDR4 SDRAM"
 };

 static const char* spdmem_superset_types[] = {


There appears to be a missing comma, leading to the bug I just reported in

http://mail-index.netbsd.org/current-users/2015/04/01/msg027013.html



:)


I would fix it myself, but currently my NetBSD machine is not networked.



-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index