Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2010 20:40:15 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/xen/blkfront blkfront.c
Message-ID:  <201012062040.oB6KebPQ033903@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2010-12-06 20:40:15 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/xen/blkfront blkfront.c 
  Log:
  SVN rev 216241 on 2010-12-06 20:40:15Z by cperciva
  
  Set correct maximum I/O length.  We can only handle I/O of up to
  max_request_segments * PAGE_SIZE if the I/O is page-aligned; the
  largest I/O we can guarantee will work is PAGE_SIZE less than that.
  This unbreaks 'diskinfo -t'.
  
  Revision  Changes    Path
  1.18      +1 -1      src/sys/dev/xen/blkfront/blkfront.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012062040.oB6KebPQ033903>