Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ata Actually, 31244 does not refer to the Silicon Im...
details: https://anonhg.NetBSD.org/src/rev/b173bb311f5a
branches: trunk
changeset: 759513:b173bb311f5a
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sun Dec 12 00:38:07 2010 +0000
description:
Actually, 31244 does not refer to the Silicon Image SiI3124,
but the now-obscure Intel GD31244.
diffstat:
sys/dev/ata/sata_subr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 26d82d08dbc2 -r b173bb311f5a sys/dev/ata/sata_subr.c
--- a/sys/dev/ata/sata_subr.c Sun Dec 12 00:19:44 2010 +0000
+++ b/sys/dev/ata/sata_subr.c Sun Dec 12 00:38:07 2010 +0000
@@ -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 @@
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.
*/
Home |
Main Index |
Thread Index |
Old Index