Don't use a bogus bus number for Ross host-pci bridges.
PR: kern/15278 Submitted by: Ahmed Benani <ahmed_benani@urbanet.ch>
This commit is contained in:
parent
65831093e9
commit
c954d7368a
@ -395,7 +395,9 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
|
||||
case 0x00051166:
|
||||
s = "Ross (?) host to PCI bridge";
|
||||
/* just guessing the secondary bus register number ... */
|
||||
#if 0
|
||||
*busnum = pci_cfgread(cfg, 0x45, 1);
|
||||
#endif
|
||||
break;
|
||||
|
||||
/* Integrated Micro Solutions -- vendor 0x10e0 */
|
||||
|
@ -395,7 +395,9 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
|
||||
case 0x00051166:
|
||||
s = "Ross (?) host to PCI bridge";
|
||||
/* just guessing the secondary bus register number ... */
|
||||
#if 0
|
||||
*busnum = pci_cfgread(cfg, 0x45, 1);
|
||||
#endif
|
||||
break;
|
||||
|
||||
/* Integrated Micro Solutions -- vendor 0x10e0 */
|
||||
|
@ -395,7 +395,9 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
|
||||
case 0x00051166:
|
||||
s = "Ross (?) host to PCI bridge";
|
||||
/* just guessing the secondary bus register number ... */
|
||||
#if 0
|
||||
*busnum = pci_cfgread(cfg, 0x45, 1);
|
||||
#endif
|
||||
break;
|
||||
|
||||
/* Integrated Micro Solutions -- vendor 0x10e0 */
|
||||
|
@ -395,7 +395,9 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
|
||||
case 0x00051166:
|
||||
s = "Ross (?) host to PCI bridge";
|
||||
/* just guessing the secondary bus register number ... */
|
||||
#if 0
|
||||
*busnum = pci_cfgread(cfg, 0x45, 1);
|
||||
#endif
|
||||
break;
|
||||
|
||||
/* Integrated Micro Solutions -- vendor 0x10e0 */
|
||||
|
@ -395,7 +395,9 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
|
||||
case 0x00051166:
|
||||
s = "Ross (?) host to PCI bridge";
|
||||
/* just guessing the secondary bus register number ... */
|
||||
#if 0
|
||||
*busnum = pci_cfgread(cfg, 0x45, 1);
|
||||
#endif
|
||||
break;
|
||||
|
||||
/* Integrated Micro Solutions -- vendor 0x10e0 */
|
||||
|
@ -395,7 +395,9 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
|
||||
case 0x00051166:
|
||||
s = "Ross (?) host to PCI bridge";
|
||||
/* just guessing the secondary bus register number ... */
|
||||
#if 0
|
||||
*busnum = pci_cfgread(cfg, 0x45, 1);
|
||||
#endif
|
||||
break;
|
||||
|
||||
/* Integrated Micro Solutions -- vendor 0x10e0 */
|
||||
|
Loading…
Reference in New Issue
Block a user