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
This commit is contained in:
jhb 2003-05-27 19:42:18 +00:00
parent 67cec6fd5b
commit ea3b42f82a
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -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);