ioat(4): Always log capabilities on attach
Different, relatively recent Intel Xeon hardware support radically different features. E.g., BDX support CRC32 while BDX-DE does not. Reviewed by: rpokala (spiritually) Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
f8f92e9180
commit
48fed014cb
@ -407,7 +407,7 @@ ioat3_attach(device_t device)
|
||||
ioat = DEVICE2SOFTC(device);
|
||||
ioat->capabilities = ioat_read_dmacapability(ioat);
|
||||
|
||||
ioat_log_message(1, "Capabilities: %b\n", (int)ioat->capabilities,
|
||||
ioat_log_message(0, "Capabilities: %b\n", (int)ioat->capabilities,
|
||||
IOAT_DMACAP_STR);
|
||||
|
||||
xfercap = ioat_read_xfercap(ioat);
|
||||
|
Loading…
x
Reference in New Issue
Block a user