mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 16:42:56 -08:00
The PCIe link speed values are printed in GT/s not Gb/s.
This commit is contained in:
parent
d5fc1bc805
commit
271436a77a
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: pcidump.c,v 1.30 2012/05/16 12:58:39 jsg Exp $ */
|
||||
/* $OpenBSD: pcidump.c,v 1.31 2012/05/16 13:01:50 jsg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2006, 2007 David Gwynne <loki@animata.net>
|
||||
@ -323,7 +323,7 @@ dump_pcie_linkspeed(int bus, int dev, int func, uint8_t ptr)
|
||||
printf(" / ");
|
||||
print_pcie_ls(cspeed);
|
||||
|
||||
printf(" Gb/s Link Width: x%d / x%d\n", swidth, cwidth);
|
||||
printf(" GT/s Link Width: x%d / x%d\n", swidth, cwidth);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user