summaryrefslogtreecommitdiff
path: root/usr.sbin/pcictl
AgeCommit message (Expand)Author
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