Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 1996 23:12:48 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_physio.c
Message-ID:  <199606260612.XAA10380@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      96/06/25 23:12:47

  Branch:      sys/kern  RELENG_2_1_0
  Modified:    sys/kern  kern_physio.c
  Log:
  Fix a panic that occurs when an I/O is attempted with more than
  MAXPHYS/PAGE_SIZE pages. This occurs when there is a non-page aligned
  I/O of MAXPHYS size. The fix is to trim the request to MAXPHYS-PAGE_SIZE.
  It apparantly wasn't noticed previously because of other bugs.
  
  Revision  Changes    Path
  1.11.4.2  +12 -8     src/sys/kern/kern_physio.c



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