cvs commit: src/sys/boot/i386/libi386 biosdisk.c src/sys/boot/pc98/libpc98 biosdisk.c

John Baldwin jhb at FreeBSD.org
Thu Nov 8 12:19:58 PST 2007


jhb         2007-11-08 20:19:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/boot/i386/libi386 biosdisk.c 
    sys/boot/pc98/libpc98 biosdisk.c 
  Log:
  MFC: Rework the read/write support in the bios disk driver some to cut down
  on duplicated code and support 64-bit LBAs for GPT.  This also changes the
  code to always use EDD on devices that support it which matches the rest of
  the x86 bootstrap.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.48.2.3  +116 -198  src/sys/boot/i386/libi386/biosdisk.c
  1.34.2.3  +83 -161   src/sys/boot/pc98/libpc98/biosdisk.c


More information about the cvs-src mailing list