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:
Doug Rabson 1999-12-05 18:41:34 +00:00
parent 65831093e9
commit c954d7368a
6 changed files with 12 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */