From 81ac2d260640e7e8f1c7e6cc885938ddd66104ef Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 15 Sep 2002 08:43:23 +0000 Subject: [PATCH] Fix i810 after i830 commit. Submitted by: David Dawes --- sys/dev/agp/agp_i810.c | 2 ++ sys/pci/agp_i810.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index 4353f80a3f2..fdab4b660be 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 */ diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index 4353f80a3f2..fdab4b660be 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 */