Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2001 10:58:33 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/i386/libi386 Makefile bioscd.c bootinfo.c devicename.c libi386.h
Message-ID:  <200111051858.fA5IwYs77537@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/11/05 10:58:33 PST

  Modified files:
    sys/boot/i386/libi386 Makefile bootinfo.c devicename.c 
                          libi386.h 
  Added files:
    sys/boot/i386/libi386 bioscd.c 
  Log:
  Add a device driver for the BIOS device for CD-ROM's booted via El Torito
  no emulation mode.  Unlike other BIOS devices, this device uses 2048 byte
  sectors.  Also, the bioscd driver does not have to worry about slices
  or partitions.
  
  Revision  Changes    Path
  1.21      +3 -3      src/sys/boot/i386/libi386/Makefile
  1.1       +358 -0    src/sys/boot/i386/libi386/bioscd.c (new)
  1.30      +14 -5     src/sys/boot/i386/libi386/bootinfo.c
  1.5       +12 -4     src/sys/boot/i386/libi386/devicename.c
  1.15      +11 -1     src/sys/boot/i386/libi386/libi386.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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