diff options
| author | Warner Losh <imp@FreeBSD.org> | 2015-01-14 05:41:31 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2015-01-14 05:41:31 +0000 |
| commit | 8bf007e1e6a9d5b82ff18016bf9ca15e5f64671b (patch) | |
| tree | 4b4bca3d43d93c4ce5f5432484a39f3421c5d874 /sys/dev/cardbus | |
| parent | 5355ab20080de14788f7a5e513d668b49beee642 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cardbus')
| -rw-r--r-- | sys/dev/cardbus/cardbus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index c591fe98042e..5771d4c6faa2 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -106,6 +106,8 @@ cardbus_attach(device_t cbdev) device_printf(cbdev, "failed to allocate bus number\n"); return (ENXIO); } +#else + device_printf(cbdev, "Your bus numbers may be AFU\n"); #endif return (0); } |
