]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Fix spelling of Hz
authorMartin Mares <mj@ucw.cz>
Mon, 22 Aug 2005 21:34:51 +0000 (21:34 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:18:26 +0000 (14:18 +0200)
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-68

ChangeLog
TODO
lspci.c

index 5691e2a845707588ad6cb757374c79025f06c594..91ec87f0bcf419c4113cbf40511b8428f4e54f1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-22  Martin Mares  <mj@ucw.cz>
+
+       * lspci.c: Corrected spelling of "Hz" (it was "hz" at several places).
+       Thanks to Krzysztof Oledzki <ole@ans.pl> for pointing that out.
+
 2004-08-19  Martin Mares  <mj@ucw.cz>
 
        * pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,
diff --git a/TODO b/TODO
index 302330696e7100ee4427bf871e8e157c2152a023..48ffc482eb86511a2cc5161e2d0fb65ad1264406 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,3 +8,7 @@
 - spelling: buses x busses
 
 - update the web page
+
+PCIIDS:
+- another mirror at Atrey?
+- delete old DB at SF
diff --git a/lspci.c b/lspci.c
index 943c1cdc71066fb12bff247fd87db29b9b6560c0..3c7bc9b58a7ee93eb3eebdd5bc916cb7362b06db 100644 (file)
--- a/lspci.c
+++ b/lspci.c
@@ -1,7 +1,7 @@
 /*
  *     The PCI Utilities -- List All PCI Devices
  *
- *     Copyright (c) 1997--2004 Martin Mares <mj@ucw.cz>
+ *     Copyright (c) 1997--2005 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
@@ -1450,7 +1450,7 @@ show_htype1(struct device *d)
     }
 
   if (verbose > 1)
-    printf("\tSecondary status: 66Mhz%c FastB2B%c ParErr%c DEVSEL=%s >TAbort%c <TAbort%c <MAbort%c <SERR%c <PERR%c\n",
+    printf("\tSecondary status: 66MHz%c FastB2B%c ParErr%c DEVSEL=%s >TAbort%c <TAbort%c <MAbort%c <SERR%c <PERR%c\n",
             FLAG(sec_stat, PCI_STATUS_66MHZ),
             FLAG(sec_stat, PCI_STATUS_FAST_BACK),
             FLAG(sec_stat, PCI_STATUS_PARITY),
@@ -1602,7 +1602,7 @@ show_verbose(struct device *d)
             FLAG(cmd, PCI_COMMAND_WAIT),
             FLAG(cmd, PCI_COMMAND_SERR),
             FLAG(cmd, PCI_COMMAND_FAST_BACK));
-      printf("\tStatus: Cap%c 66Mhz%c UDF%c FastB2B%c ParErr%c DEVSEL=%s >TAbort%c <TAbort%c <MAbort%c >SERR%c <PERR%c\n",
+      printf("\tStatus: Cap%c 66MHz%c UDF%c FastB2B%c ParErr%c DEVSEL=%s >TAbort%c <TAbort%c <MAbort%c >SERR%c <PERR%c\n",
             FLAG(status, PCI_STATUS_CAP_LIST),
             FLAG(status, PCI_STATUS_66MHZ),
             FLAG(status, PCI_STATUS_UDF),
@@ -1650,7 +1650,7 @@ show_verbose(struct device *d)
       if (cmd & PCI_COMMAND_FAST_BACK)
        printf("fast Back2Back, ");
       if (status & PCI_STATUS_66MHZ)
-       printf("66Mhz, ");
+       printf("66MHz, ");
       if (status & PCI_STATUS_UDF)
        printf("user-definable features, ");
       printf("%s devsel",