summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2008-09-02 10:29:35 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2008-09-02 10:29:35 +0000
commit787fffcee76586c23d2157b80cd167ee70d96024 (patch)
treeea8c6cc6f45cbb5cdf0617dcb7f1a212d949581f /sys
parent216b2cd0926d338fcea638bfa764853646aa351d (diff)
missing break;
ok oga@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/agp_intel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/agp_intel.c b/sys/dev/pci/agp_intel.c
index 5b2b2b03b0b..b2d6aeeb458 100644
--- a/sys/dev/pci/agp_intel.c
+++ b/sys/dev/pci/agp_intel.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: agp_intel.c,v 1.10 2008/01/04 00:23:26 kettenis Exp $ */
+/* $OpenBSD: agp_intel.c,v 1.11 2008/09/02 10:29:34 jsg Exp $ */
/* $NetBSD: agp_intel.c,v 1.3 2001/09/15 00:25:00 thorpej Exp $ */
/*-
@@ -192,7 +192,7 @@ agp_intel_attach(struct agp_softc *sc, struct pci_attach_args *pa)
case CHIP_I443:
pci_conf_write(sc->sc_pc, sc->sc_pcitag, AGP_INTEL_AGPCTRL,
AGPCTRL_AGPRSE | AGPCTRL_GTLB);
-
+ break;
default:
pci_conf_write(sc->sc_pc, sc->sc_pcitag, AGP_INTEL_AGPCTRL,
pci_conf_read(sc->sc_pc, sc->sc_pcitag, AGP_INTEL_AGPCTRL)