History log of /freebsd-9.3-release/tools/tools/pirtool/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


165935 11-Jan-2007 imp

Remove 3rd clause, per email from bms


164124 09-Nov-2006 bms

Update copyright date.

MFC after: 3 weeks


164123 09-Nov-2006 bms

Use C99 types.

MFC after: 3 weeks


164122 09-Nov-2006 bms

Rewrite the format of pirtool output to match what the kernel currently
prints out if bootverbose is set. This is to facilitate the code being
removed from the kernel at a later date.

While we're here, fix the __packed structures, and add some other
PCI interrupt router IDs.

Submitted by: jhb (with some tweaks)
MFC after: 3 weeks


140589 21-Jan-2005 bms

Braino. Revert previous commit, NO_MAN was already corrected.

Noticed by: imp


140586 21-Jan-2005 bms

Catch up with NO_MAN->NOMAN change.


140585 21-Jan-2005 bms

If a device resides in physical slot 0, report it as being on-board as
per PIR specification.
Add the VIA VT82C686 PCI interrupt routing function as a known chipset.


140584 21-Jan-2005 bms

Fix a masking error. Update copyright.


140583 21-Jan-2005 bms

Do not treat an invalid PIR table checksum as a fatal error condition, but
do print a warning about it.
Correct a stupid logic error.
Update copyrights. Fix whitespace bug.

MFC after: 1 week


139103 21-Dec-2004 ru

Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by: core


136910 24-Oct-2004 ru

For variables that are only checked with defined(), don't provide
any fake value.


124196 06-Jan-2004 bms

Add pirtool, a tool for dumping the $PIR table on i386 machines at runtime.

Requested by: mdodd