agp/intel: Fix pci_get_subdevice() / pci_get_device() confusion
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 29 Sep 2013 08:43:49 +0000 (10:43 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 29 Sep 2013 08:44:07 +0000 (10:44 +0200)
commit26b66f2853a1d3f971eee8402a45e1f3c6a9a274
tree392bc4ee6f6efe877aaed53e8b34b51367733683
parent31d142df01a0c8a4040c04d6d2f173efab20716e
agp/intel: Fix pci_get_subdevice() / pci_get_device() confusion

The IDs are the sames with Intel chipsets but it's best to check
for the right thing anyway.

Spotted-by: swildner
sys/dev/agp/agp_i810.c