summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_i810.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/agp_i810.c')
-rw-r--r--sys/pci/agp_i810.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c
index 4353f80..fdab4b6 100644
--- a/sys/pci/agp_i810.c
+++ b/sys/pci/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 */
OpenPOWER on IntegriCloud