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:
John Baldwin 2003-05-27 19:42:18 +00:00
parent 480170d0b4
commit ebca65b627
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);