diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2011-01-13 14:29:27 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2011-01-13 14:29:27 +0000 |
commit | 9cfc80857bc59223c750744ffe5df091c455b35c (patch) | |
tree | 88b93107fcaf5a6152d80cabc92fbae5ab96739c /usr.sbin/pcidump | |
parent | f3ec113ea2bbeec535a87a16510a6473bc2b05a5 (diff) |
Add an entry for "Advanced Capabilities for Conventional PCI"
to the list of capabilities, present in recent Intel chipsets.
ok kettenis@
Diffstat (limited to 'usr.sbin/pcidump')
-rw-r--r-- | usr.sbin/pcidump/pcidump.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pcidump/pcidump.c b/usr.sbin/pcidump/pcidump.c index 4407f96caac..87b4499ddf4 100644 --- a/usr.sbin/pcidump/pcidump.c +++ b/usr.sbin/pcidump/pcidump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcidump.c,v 1.28 2011/01/13 14:17:21 jsg Exp $ */ +/* $OpenBSD: pcidump.c,v 1.29 2011/01/13 14:29:26 jsg Exp $ */ /* * Copyright (c) 2006, 2007 David Gwynne <loki@animata.net> @@ -91,7 +91,8 @@ const char *pci_capnames[] = { "Secure", "PCI Express", "Extended Message Signaled Interrupts (MSI-X)", - "SATA" + "SATA", + "PCI Advanced Features" }; int |