Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2007 12:57:46 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/pc98/libpc98 biosdisk.c
Message-ID:  <200710251257.l9PCvkaq015919@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nyan        2007-10-25 12:57:46 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/pc98/libpc98 biosdisk.c 
  Log:
  MFi386: part of revision 1.51
  
    Rework the read/write support in the bios disk driver some to cut down
    on duplicated code.
    - All of the bounce buffer and retry logic duplicated in bd_read() and
      bd_write() are merged into a single bd_io() routine that takes an
      extra direction argument.  bd_read() and bd_write() are now simple
      wrappers around bd_io().
  
  Revision  Changes    Path
  1.37      +83 -161   src/sys/boot/pc98/libpc98/biosdisk.c



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