OpenBSD CVS

CVS log for src/usr.sbin/pcidump/pcidump.8


[BACK] Up to [local] / src / usr.sbin / pcidump

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 16 11:13:34 2013 UTC (10 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, HEAD
Changes since 1.11: +3 -4 lines
Diff to previous 1.11 (colored)

use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 19 23:06:10 2010 UTC (13 years, 5 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.10: +5 -3 lines
Diff to previous 1.10 (colored)

Add -xxx option that print PCIe extended config space.

ok mikeb@, deraadt@

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 22 21:53:42 2010 UTC (14 years, 2 months ago) by weerd
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Add missing text from license. Originally found in safte(4) in July
2005, this was copied around quite a bit.

ok jmc@ deraadt@ dlg@ claudio@ grange@ marco@

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 5 20:32:49 2009 UTC (14 years, 7 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.8: +15 -2 lines
Diff to previous 1.8 (colored)

Implement -r option that dunps the contents of a PCI ROM to file.

ok oga@

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 5 19:19:02 2009 UTC (15 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored)

Allow pcidump -xxv to work (show all the info)
ok phessler

Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 7 09:23:32 2008 UTC (15 years, 8 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.6: +26 -8 lines
Diff to previous 1.6 (colored)

dump pci devices from all the domains available in the system. this gives
a proper view of what is plugged into the box, previously only the first
domain was displayed.

from Paul de Weerd <weerd@weirdnet.nl> with help and feedback from
kettenis@. thanks paul :)

Revision 1.6 / (download) - annotate - [select for diffs], Sun Mar 2 17:59:10 2008 UTC (16 years, 3 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

PCI devices are specified by bus:dev:func, not dev:bus:func.  Adjust usage
and man page.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 18 19:48:16 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

simplify macro call;

Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 18 00:33:45 2007 UTC (16 years, 6 months ago) by kettenis
Branch: MAIN
Changes since 1.3: +6 -2 lines
Diff to previous 1.3 (colored)

Add support for dumping PCI config space in hex.

ok dlg@

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 22 08:29:09 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.2: +19 -11 lines
Diff to previous 1.2 (colored)

various improvements;

Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 22 01:14:45 2007 UTC (16 years, 7 months ago) by dlg
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

infromation -> information

from paul de weerd

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 22 01:12:28 2007 UTC (16 years, 7 months ago) by dlg
Branch: MAIN

put pcidump in the tree, a little tool for reading the pci configuration
spaces.

requested by kettenis@ ok kettenis@ deraadt@ marco@ and lots of others

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.