summaryrefslogtreecommitdiff
path: root/sys/dev/gem
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-03-05 18:30:12 +0000
committerWarner Losh <imp@FreeBSD.org>2005-03-05 18:30:12 +0000
commit538565c4a516bd50ffcffbb855026ad914300b73 (patch)
treeafbc163f5f3767268b1fd7ccab0387eedffd6a2a /sys/dev/gem
parentb77e575e1dd3257e0ae72a69ee1897510f7a27ed (diff)
Notes
Diffstat (limited to 'sys/dev/gem')
-rw-r--r--sys/dev/gem/if_gem_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/gem/if_gem_pci.c b/sys/dev/gem/if_gem_pci.c
index 58988900e86f..57c95c7a0821 100644
--- a/sys/dev/gem/if_gem_pci.c
+++ b/sys/dev/gem/if_gem_pci.c
@@ -149,7 +149,7 @@ gem_pci_probe(dev)
gsc = device_get_softc(dev);
gsc->gsc_gem.sc_variant =
gem_pci_devlist[i].gpd_variant;
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
}