From owner-cvs-all Mon Nov 5 10:58:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0746137B405; Mon, 5 Nov 2001 10:58:34 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA5IwYs77537; Mon, 5 Nov 2001 10:58:34 -0800 (PST) (envelope-from jhb) Message-Id: <200111051858.fA5IwYs77537@freefall.freebsd.org> From: John Baldwin Date: Mon, 5 Nov 2001 10:58:33 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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