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:
parent
67cec6fd5b
commit
ea3b42f82a
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user