summaryrefslogtreecommitdiff
path: root/usr/src/common/pci/pci_strings.c
diff options
context:
space:
mode:
authorMarcel Telka <Marcel.Telka@nexenta.com>2013-06-24 09:23:31 +0200
committerRobert Mustacchi <rm@joyent.com>2013-06-24 15:12:20 -0700
commit13c8743e4d3cc6d9653687512c0d48d2b653513d (patch)
tree0b4f277220e3107d3ccd895d1f91482fb52ffd5e /usr/src/common/pci/pci_strings.c
parent257c04ecb24858f6d68020a41589306f554ea434 (diff)
downloadillumos-joyent-13c8743e4d3cc6d9653687512c0d48d2b653513d.tar.gz
3814 Support for SATA III Reviewed by: Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/common/pci/pci_strings.c')
-rw-r--r--usr/src/common/pci/pci_strings.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/common/pci/pci_strings.c b/usr/src/common/pci/pci_strings.c
index 42501f5e05..0b04a06e7e 100644
--- a/usr/src/common/pci/pci_strings.c
+++ b/usr/src/common/pci/pci_strings.c
@@ -23,8 +23,9 @@
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-
-#pragma ident "%Z%%M% %I% %E% SMI"
+/*
+ * Copyright 2013 Nexenta Systems, Inc. All rights reserved.
+ */
#include <sys/types.h>
#include <sys/stat.h>
@@ -42,7 +43,7 @@ const pci_class_strings_t class_pci[] = {
1, 5, 0x20, "ATA controller with single DMA", "ata",
1, 5, 0x30, "ATA controller with chained DMA", "ata",
1, 6, 0, "Serial ATA Direct Port Access (DPA)", "sata",
- 1, 6, 1, "SATA AHCI 1.0 Interface", "sata",
+ 1, 6, 1, "SATA AHCI Interface", "sata",
1, 6, 2, "Serial Storage Bus Interface", "sata",
1, 7, 0, "Serial Attached SCSI Controller", "sas",
1, 7, 1, "Serial Storage Bus Interface", "sas",