mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
480170d0b4
commit
ebca65b627
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue