From 87687de1ea5ea0f6b20eb1ee599cd8141e06c0e3 Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Sat, 6 Nov 2021 10:19:07 +0100 Subject: [PATCH] comment --- NetBSD/9.0/usr/src/sys/dev/sbus/sbusfpga_sdram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetBSD/9.0/usr/src/sys/dev/sbus/sbusfpga_sdram.c b/NetBSD/9.0/usr/src/sys/dev/sbus/sbusfpga_sdram.c index a07a598..ed6172a 100644 --- a/NetBSD/9.0/usr/src/sys/dev/sbus/sbusfpga_sdram.c +++ b/NetBSD/9.0/usr/src/sys/dev/sbus/sbusfpga_sdram.c @@ -324,7 +324,7 @@ sbusfpga_sdram_attach(device_t parent, device_t self, void *aux) sbsc->sc_burst); // the controller is now initialized in the PROM from values computed by sdram_init() - // if the board isn't a ZTex 2.13a, new bitslip/delays value might be needed + // if the board isn't a ZTex 2.13a with a 100 MHz core, new bitslip/delays value might be needed /* if (!sdram_init(sc)) { aprint_error_dev(self, "couldn't initialize SDRAM\n");