From ebca65b62784a4a2e0950c8d0c63bf2db86fd404 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 27 May 2003 19:42:18 +0000 Subject: [PATCH] Grr, fix compile. The bane of trying to split out patches into two commits. Reported by: Lukas Ertl With hat: re Pointy hat to: jhb --- sys/dev/agp/agp_intel.c | 1 + sys/pci/agp_intel.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index b5facdd3f38..f424171d845 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -130,6 +130,7 @@ agp_intel_attach(device_t dev) struct agp_intel_softc *sc = device_get_softc(dev); struct agp_gatt *gatt; u_int32_t type = pci_get_devid(dev); + u_int32_t value; int error; error = agp_generic_attach(dev); diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c index b5facdd3f38..f424171d845 100644 --- a/sys/pci/agp_intel.c +++ b/sys/pci/agp_intel.c @@ -130,6 +130,7 @@ agp_intel_attach(device_t dev) struct agp_intel_softc *sc = device_get_softc(dev); struct agp_gatt *gatt; u_int32_t type = pci_get_devid(dev); + u_int32_t value; int error; error = agp_generic_attach(dev);