summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
diff options
context:
space:
mode:
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