summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjakllsch <jakllsch@NetBSD.org>2010-12-12 00:38:07 +0000
committerjakllsch <jakllsch@NetBSD.org>2010-12-12 00:38:07 +0000
commitd3bb5116889a72f739c0e4e7a292e3f75f2becd2 (patch)
treee8c9f60c76fa3105518b88e4f18805a6658ce035 /sys/dev
parent38bff46b7f1aa630aba9fddfb563a670601e3e14 (diff)
Actually, 31244 does not refer to the Silicon Image SiI3124,
but the now-obscure Intel GD31244.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ata/sata_subr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ata/sata_subr.c b/sys/dev/ata/sata_subr.c
index 1f6c899df1d..e347540c7bd 100644
--- a/sys/dev/ata/sata_subr.c
+++ b/sys/dev/ata/sata_subr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sata_subr.c,v 1.13 2010/12/11 22:45:31 matt Exp $ */
+/* $NetBSD: sata_subr.c,v 1.14 2010/12/12 00:38:07 jakllsch Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
* Common functions for Serial ATA.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sata_subr.c,v 1.13 2010/12/11 22:45:31 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sata_subr.c,v 1.14 2010/12/12 00:38:07 jakllsch Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -85,7 +85,7 @@ sata_reset_interface(struct ata_channel *chp, bus_space_tag_t sata_t,
int i;
/* bring the PHYs online.
- * The work-around for errata #1 for the 3124 says that we must
+ * The work-around for errata #1 of the Intel GD31244 says that we must
* write 0 to the port first to be sure of correctly initializing
* the device. It doesn't hurt for other devices.
*/