Date: Thu, 31 Aug 2000 09:19:28 -0700 (PDT) From: Andrew Gallatin <gallatin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci apecs_pci.c cia_pci.c irongate_pci.c lca_pci.c t2_pci.c tsunami_pci.c Message-ID: <200008311619.JAA67142@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gallatin 2000/08/31 09:19:28 PDT
Modified files:
sys/alpha/pci apecs_pci.c cia_pci.c irongate_pci.c
lca_pci.c t2_pci.c tsunami_pci.c
Log:
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
Revision Changes Path
1.7 +5 -1 src/sys/alpha/pci/apecs_pci.c
1.8 +9 -1 src/sys/alpha/pci/cia_pci.c
1.3 +5 -1 src/sys/alpha/pci/irongate_pci.c
1.7 +5 -1 src/sys/alpha/pci/lca_pci.c
1.3 +5 -1 src/sys/alpha/pci/t2_pci.c
1.9 +5 -1 src/sys/alpha/pci/tsunami_pci.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008311619.JAA67142>
