summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ata/sata_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/sata_subr.c b/sys/dev/ata/sata_subr.c
index 92bc6095212..f6dcb08fc0d 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.7 2006/11/27 20:29:12 dogcow Exp $ */
+/* $NetBSD: sata_subr.c,v 1.8 2006/11/30 23:07:31 bouyer Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@ sata_speed(uint32_t sstatus)
static const char *sata_speedtab[] = {
"no negotiated speed",
"1.5Gb/s",
- "3.0GB/s",
+ "3.0Gb/s",
"<unknown 3>",
"<unknown 4>",
"<unknown 5>",