Home
last modified time | relevance | path

Searched hist:"91 fb36cfa8eff73a8aa678a3266dec51b7b6cad4" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.cdiff 91fb36cfa8eff73a8aa678a3266dec51b7b6cad4 Sun Jun 21 07:36:58 CEST 2015 Colin Percival <cperciva@FreeBSD.org> Move the bus_dma_tag creation and per-transaction data allocation from
xbd_initialize to xbd_connect. Both of these initialization steps need
to know what the maximum possible I/O size will be, and when we gain
support for indirect segment I/Os we won't know that value until we
reach xbd_connect. Since none of this data is used before xbd_connect
completes, moving the initialization is harmless.

This commit should not result in any functional changes.