[BACK]Return to pci_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / x86 / pci

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

Diff for /src/sys/arch/x86/pci/pci_machdep.c between version 1.22.4.1 and 1.22.4.2

version 1.22.4.1, 2007/04/10 12:11:18 version 1.22.4.2, 2007/08/20 18:39:16
Line 247  pci_attach_hook(struct device *parent, s
Line 247  pci_attach_hook(struct device *parent, s
 {  {
   
         if (pba->pba_bus == 0)          if (pba->pba_bus == 0)
                 printf(": configuration mode %d", pci_mode);                  aprint_normal(": configuration mode %d", pci_mode);
 #ifdef MPBIOS  #ifdef MPBIOS
         mpbios_pci_attach_hook(parent, self, pba);          mpbios_pci_attach_hook(parent, self, pba);
 #endif  #endif

Legend:
Removed from v.1.22.4.1  
changed lines
  Added in v.1.22.4.2

CVSweb <webmaster@jp.NetBSD.org>