summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2008-11-13 19:49:16 +0000
committermav <mav@FreeBSD.org>2008-11-13 19:49:16 +0000
commit95caf1de4f657df21e6a586d53225e8e1953f8f9 (patch)
tree66df6111bcdc50ef0c44bf26f6003292cdbd4be7 /usr.sbin/pciconf
parentc737fde5da8ad82be2a77a725aa2efdea4213788 (diff)
downloadFreeBSD-src-95caf1de4f657df21e6a586d53225e8e1953f8f9.zip
FreeBSD-src-95caf1de4f657df21e6a586d53225e8e1953f8f9.tar.gz
Add ADMA, SATA and SAS mass storage subclasses.
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r--usr.sbin/pciconf/pciconf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c
index 1a7786b..4234a84 100644
--- a/usr.sbin/pciconf/pciconf.c
+++ b/usr.sbin/pciconf/pciconf.c
@@ -272,6 +272,9 @@ static struct
{PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"},
{PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"},
{PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"},
+ {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"},
+ {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"},
+ {PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"},
{PCIC_NETWORK, -1, "network"},
{PCIC_NETWORK, PCIS_NETWORK_ETHERNET, "ethernet"},
{PCIC_NETWORK, PCIS_NETWORK_TOKENRING, "token ring"},
OpenPOWER on IntegriCloud