Add a rather obnoxious warning if you don't have NEW_PCIB defined
since it's a total crap shoot if things will work.
This commit is contained in:
parent
5355ab2008
commit
8bf007e1e6
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user