summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-05-27 19:42:18 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-05-27 19:42:18 +0000
commitebca65b62784a4a2e0950c8d0c63bf2db86fd404 (patch)
tree1fa84cc2dab53dfd8ed6090c55fed5fb5f58392b
parent480170d0b4811caa1d5096dd0d1fabc7b0cf6a59 (diff)
Notes
-rw-r--r--sys/dev/agp/agp_intel.c1
-rw-r--r--sys/pci/agp_intel.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c
index b5facdd3f382..f424171d845b 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 b5facdd3f382..f424171d845b 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);