summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-03-05 18:30:12 +0000
committerimp <imp@FreeBSD.org>2005-03-05 18:30:12 +0000
commita2e81fc93f4273fc79567fc60405bfcf7d210748 (patch)
treeafbc163f5f3767268b1fd7ccab0387eedffd6a2a /sys/dev/fb
parent5536442ca3f02a1d15b0694da7424ab1f803b2ae (diff)
downloadFreeBSD-src-a2e81fc93f4273fc79567fc60405bfcf7d210748.zip
FreeBSD-src-a2e81fc93f4273fc79567fc60405bfcf7d210748.tar.gz
Use BUS_PROBE_DEFAULT for pci probe return value
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/s3_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c
index 6096bdf..70f3b6b 100644
--- a/sys/dev/fb/s3_pci.c
+++ b/sys/dev/fb/s3_pci.c
@@ -456,7 +456,7 @@ s3pci_probe(device_t dev)
bus_set_resource(dev, SYS_RES_IOPORT, 1,
S3_ENHANCED_IO, S3_ENHANCED_IO_SIZE);
- return 0;
+ return BUS_PROBE_DEFAULT;
};
OpenPOWER on IntegriCloud