]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce explicit break statements in the various chipsets'
authorgallatin <gallatin@FreeBSD.org>
Thu, 31 Aug 2000 16:19:27 +0000 (16:19 +0000)
committergallatin <gallatin@FreeBSD.org>
Thu, 31 Aug 2000 16:19:27 +0000 (16:19 +0000)
commit10142f72b778cc949625c44837e2c84d41f5f030
tree356b59a92797a26684e5bddd2da908b7e7547f86
parentc7b18640f73d1506099681f39168ca0e94146d46
Introduce explicit break statements in the various chipsets'
foo_pcib_[read|write]_config() functions rather than relying on
a break or return being in the CFG macro.

This fixes a panic later in the boot process on a UP1000.  From
inspection, it looks like this fixes a similar problem in the tsunami code.

Approved by: dfr
sys/alpha/pci/apecs_pci.c
sys/alpha/pci/cia_pci.c
sys/alpha/pci/irongate_pci.c
sys/alpha/pci/lca_pci.c
sys/alpha/pci/t2_pci.c
sys/alpha/pci/tsunami_pci.c