summaryrefslogtreecommitdiffstats
path: root/sys/dev/altera/sdcard
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2013-10-29 13:48:41 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2013-10-29 13:48:41 +0000
commitc02e4b8c7938d7c3a0ff94f404b54ad938dec161 (patch)
treec49824fa819caab65c0593fc9ad2aef0b98c1731 /sys/dev/altera/sdcard
parent7f8b5a0c13102386894384fb6033126c8a7f626b (diff)
downloadFreeBSD-src-c02e4b8c7938d7c3a0ff94f404b54ad938dec161.zip
FreeBSD-src-c02e4b8c7938d7c3a0ff94f404b54ad938dec161.tar.gz
These nexus attachments do not execute a real probe and so need
BUS_PROBE_NOWILDCARD set.
Diffstat (limited to 'sys/dev/altera/sdcard')
-rw-r--r--sys/dev/altera/sdcard/altera_sdcard_nexus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/altera/sdcard/altera_sdcard_nexus.c b/sys/dev/altera/sdcard/altera_sdcard_nexus.c
index 88abe1f..bd5c6b8 100644
--- a/sys/dev/altera/sdcard/altera_sdcard_nexus.c
+++ b/sys/dev/altera/sdcard/altera_sdcard_nexus.c
@@ -62,7 +62,7 @@ altera_sdcard_nexus_probe(device_t dev)
{
device_set_desc(dev, "Altera Secure Data Card IP Core");
- return (BUS_PROBE_DEFAULT);
+ return (BUS_PROBE_NOWILDCARD);
}
static int
OpenPOWER on IntegriCloud