aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-09-15 08:43:23 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-09-15 08:43:23 +0000
commit81ac2d260640e7e8f1c7e6cc885938ddd66104ef (patch)
treefe2595a03ca4d32fd4c33176abd9b18131f55cdb /sys/dev/agp
parent03b716c4bd43c994c7491be415e7fced799a7a2a (diff)
Notes
Diffstat (limited to 'sys/dev/agp')
-rw-r--r--sys/dev/agp/agp_i810.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c
index 4353f80a3f2a6..fdab4b660be57 100644
--- a/sys/dev/agp/agp_i810.c
+++ b/sys/dev/agp/agp_i810.c
@@ -222,9 +222,11 @@ agp_i810_attach(device_t dev)
case 0x71258086:
case 0x11328086:
sc->chiptype = CHIP_I810;
+ break;
case 0x35778086:
case 0x25628086:
sc->chiptype = CHIP_I830;
+ break;
};
/* Same for i810 and i830 */