summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-05-27 19:42:18 +0000
committerjhb <jhb@FreeBSD.org>2003-05-27 19:42:18 +0000
commitea3b42f82ad2fc41a8ee976c0f4531792447ec34 (patch)
tree1fa84cc2dab53dfd8ed6090c55fed5fb5f58392b /sys/dev/agp
parent67cec6fd5b8c438e54c0febaed2c879fbd263a97 (diff)
downloadFreeBSD-src-ea3b42f82ad2fc41a8ee976c0f4531792447ec34.zip
FreeBSD-src-ea3b42f82ad2fc41a8ee976c0f4531792447ec34.tar.gz
Grr, fix compile. The bane of trying to split out patches into two
commits. Reported by: Lukas Ertl <l.ertl@univie.ac.at> With hat: re Pointy hat to: jhb
Diffstat (limited to 'sys/dev/agp')
-rw-r--r--sys/dev/agp/agp_intel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c
index b5facdd..f424171 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);
OpenPOWER on IntegriCloud