summaryrefslogtreecommitdiff
path: root/usr.sbin/pcictl
AgeCommit message (Expand)Author
2019-11-30Use .Sy, not .Em, for bold-faced WARNING of impending doom.riastradh
2016-09-27apply the previous typo in another place as well.mrg
2016-09-27Sort sections. Formatting nitpicks. Fix typo.wiz
2016-09-25add some examples: "pcictl pci0 list" and "pcictl pci0 list -N".mrg
2016-09-24introduce a better pci_drvname() and PCI_IOC_DRVNAME as pciio_drvnameonbus()mrg
2014-09-10Fix pasto.wiz
2014-09-10Sternly advise against `pcictl read/write'. Use .Cm, not .Nm, while here.riastradh
2014-09-01read and write commands for pcictl, from riastradh@ and wiz@manu
2014-08-31Sort options.wiz
2014-08-31add -N option to print the driver name as returned by pci_drvname(3).mrg
2014-08-26Use more appropriate macro for command line command argument.wiz
2011-08-30static + __deadjoerg
2011-02-25make pcictl pci0 list dump all busses by default, unless a bus number isjmcneill
2011-02-25Add quoting for minus, for PostScript output.wiz
2011-02-25Today I learned that 'pcictl pci0 list -b -1' lists devices on all busses.jmcneill
2009-07-04make functions staticcegger
2009-07-04remove unused global variable.cegger
2009-07-04use EXIT_FAILURE in places I missed in previous.cegger
2009-07-04- use EXIT_FAILURE, EXIT_SUCCESScegger
2009-04-18Fix WARNS=4 issues (-Wsign-compare -Wextra)lukem
2009-03-09Fix preamble to match order set out by mdoc(7). Discussed with wiz.joerg
2007-02-08Make the output of 'list -n' aligned by always printing 8 hex digits.hubertf
2007-01-29Xref drvctl(8), bump datehubertf
2006-10-03New sentence, new line.wiz
2006-10-01Add "list -n" to print ID and class numerical, instead of resolving to strings:hubertf
2006-08-24avoid very long loop when you run pcictl on a PCI bus which has no devices on...bsh
2004-04-24Update for new pci_devinfo(3) signature.kleink
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-08-18fix typo.yyamano
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2001-11-08Don't abuse opendisk(3) to open PCI bus devices which are no disks. Thistron
2001-09-17use strtol instead of atoi to catch non numeric valuesjoda
2001-09-15By poppular demand, don't wildcard "bus" on the "list" commandthorpej
2001-09-14Fix missing : in a getopt() string.thorpej
2001-09-13pcictl(8) -- a program for frobbing the PCI bus, and also an examplethorpej