]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Edit the interrupt name strings to shorten them. This is believed to
authorBruce Evans <bde@FreeBSD.org>
Sun, 30 Apr 2006 01:39:46 +0000 (01:39 +0000)
committerBruce Evans <bde@FreeBSD.org>
Sun, 30 Apr 2006 01:39:46 +0000 (01:39 +0000)
commit4545c62547a98e7143f9111afdad0d3355e8dee5
tree764f86128eed21c45623b4340b3d7f78dd74f7a9
parent18d3a03e137cb205268efb7309ebe0bc8692b3e7
Edit the interrupt name strings to shorten them.  This is believed to
only affect amd64 and i386.  alpha uses "intr N" instead of "irqN" and
mostly has no device names.  ia64 uses only device names.

- Edit interrupt names once after they are read from the kernel and not
  every time they are displayed.
- Discard bogus trailing spaces so that the next step doesn't move things
  to oblivion.
- If an interrupt name starts with "irqN:" (as it usually does in on
  amd64 and i386), then move "irqN" to the end and strip ":", since we
  have no space for the ":" and don't want to start descriptions with
  "N" after stripping "irq" in the next step (since "N" would look like
  a count).  This step may need reworking for interrupt names containing
  several device names -- then moving the irq number to the end would
  lose it instead of losing some device names.
- Remove "irq" from an interrupt name if and only if the original name is
  too long to display.
usr.bin/systat/vmstat.c