diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-02-24 21:32:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-02-24 21:32:56 +0000 |
| commit | d701c91325ad017b3b048c8156637f75a76f5043 (patch) | |
| tree | f959f312c2878ebd7618b3ed92dc0a662e4f2f65 /sys/pci/xrpu.c | |
| parent | c6250ecfd716691c21ba6435f6cd98fd1bfdef59 (diff) | |
Notes
Diffstat (limited to 'sys/pci/xrpu.c')
| -rw-r--r-- | sys/pci/xrpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c index 1394291a3577..0ca567f8853c 100644 --- a/sys/pci/xrpu.c +++ b/sys/pci/xrpu.c @@ -215,7 +215,7 @@ xrpu_probe(device_t self) return ENXIO; device_set_desc(self, desc); - return 0; + return (BUS_PROBE_DEFAULT); } static int |
