summaryrefslogtreecommitdiff
path: root/usr.sbin/pciconf
AgeCommit message (Expand)Author
2025-05-19pciconf(8): Dump the correct number of bytesNavdeep Parhar
2025-05-19pciconf(8): Fix the -x option and its documentationNavdeep Parhar
2024-04-10pciconf(8): dump AMD IOMMU Base CapabilityKonstantin Belousov
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-20pciconf: add PCIe 5.0 and PCIe 6.0 link speedsEd Maste
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-11-07pciconf(8): Decode ACS extended capability.Navdeep Parhar
2022-02-09pciconf: Fix PCIS_CRYPTO_ENTERTAIN copy/paste.Alexander Motin
2021-06-01pciconf: Fix up pciconf -lc outputDavid Bright
2021-04-12Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner
2021-04-06pciconf: Use VM_MEMATTR_DEVICE on supported architecturesMarcin Wojtas
2020-10-27Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer
2020-09-30pciconf: print PCIe CTL max read request.Konstantin Belousov
2020-03-20When printing out the contents of the VSEC, include the contents of theScott Long
2020-02-20Print out some newly added PCIe extended capabilities and subclasses.Konstantin Belousov
2020-02-17pciconf: List names of all known extended PCIe capabilities.Konstantin Belousov
2020-01-15Fix a spacing error from the previous commit for -ll mode. Add a littleScott Long
2020-01-02Add a compact columnar output format, available by specifying a second '-l'Scott Long
2019-12-13Add accessors for the Vendor Specific Extended Capability (VSEC)Scott Long
2019-10-13Fix the botched field ordering in the last commit. While here, fixScott Long
2019-10-12Change from the non-standard nomenclature of "chip" and "card" to theScott Long
2019-08-23Report Clock Power Management support and status.Alexander Motin
2019-07-23pciconf: report PCI Gen4 speedsAndrew Gallatin
2018-08-03Require write access when mmapping BAR.Konstantin Belousov
2018-08-03Fix word-size dumping.Konstantin Belousov
2018-08-01Add -D option to pciconf(8) to mmap and dump content of the device BAR.Konstantin Belousov
2018-01-05Remove dead code (comma is either 0 or 1 for sure, no need to test).Warner Losh
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-13Add constants and descriptions for some new PCI class definitionsScott Long
2017-02-11pciconf(8): Replace an assert with errxConrad Meyer
2017-01-12pciconf(8): Reallow trailing colon in selectorsConrad Meyer
2016-10-21Add names for some DASP devices.Alexander Motin
2016-08-05Fix some logic in PCIe HotPlug; display EI statusEric van Gyzen
2016-05-17Don't repeat the the word 'the'Eitan Adler
2016-04-02Output information about PCI-e devices with slots.John Baldwin
2016-04-02Various updates to the PCI-express capability output.John Baldwin
2016-02-26pciconf: Silence a GCC warning.Pedro F. Giffuni
2016-02-26Change format string in pciconf EA to jxWojciech Macek
2016-02-26Add support for Enhanced Allocation in pciconfWojciech Macek
2016-02-19Fix possible out-of-bounds access detected by Ulrich Spörleins "scan-build".Stefan Eßer
2016-02-18Use __unused instead of casting to void to silence the unused parameterStefan Eßer
2016-02-18Make WARNS=6 safe.Stefan Eßer
2015-11-23Add a new -B flag for use with list mode (-l) that lists details aboutJohn Baldwin