[BACK]Return to acpi.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / acpi

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/acpi/acpi.c between version 1.133 and 1.134

version 1.133, 2009/09/16 16:34:49 version 1.134, 2009/11/14 09:54:10
Line 989  acpi_print(void *aux, const char *pnp)
Line 989  acpi_print(void *aux, const char *pnp)
                         else {                          else {
                                 int i;                                  int i;
   
                                 for (i = 0; i < sizeof(acpi_knowndevs) /                                  for (i = 0; i < __arraycount(acpi_knowndevs);
                                     sizeof(acpi_knowndevs[0]); i++) {                                      i++) {
                                         if (strcmp(acpi_knowndevs[i].pnp,                                          if (strcmp(acpi_knowndevs[i].pnp,
                                             pnpstr) == 0) {                                              pnpstr) == 0) {
                                                 aprint_normal("[%s] ",                                                  aprint_normal("[%s] ",

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134

CVSweb <webmaster@jp.NetBSD.org>