summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-05 18:58:33 +0000
committerjhb <jhb@FreeBSD.org>2001-11-05 18:58:33 +0000
commit094cb29b1151595b1d62c786f4f942d3a11fe157 (patch)
tree0052d165cb914858205c5e81032180dff27ccb6e /sys/boot/i386/libi386/Makefile
parentc077e35a66d15f941c73fdf96aeb87b7a6387c51 (diff)
downloadFreeBSD-src-094cb29b1151595b1d62c786f4f942d3a11fe157.zip
FreeBSD-src-094cb29b1151595b1d62c786f4f942d3a11fe157.tar.gz
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.
Diffstat (limited to 'sys/boot/i386/libi386/Makefile')
-rw-r--r--sys/boot/i386/libi386/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile
index 6bcf8dc..7026cd0 100644
--- a/sys/boot/i386/libi386/Makefile
+++ b/sys/boot/i386/libi386/Makefile
@@ -6,8 +6,8 @@ NOPROFILE=
INTERNALLIB= true
INTERNALSTATICLIB= true
-SRCS= aout_freebsd.c biosacpi.c biosdisk.c biosmem.c biospnp.c biospci.c \
- bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \
+SRCS= aout_freebsd.c biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
+ biospci.c bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \
i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.s \
time.c vidconsole.c
OpenPOWER on IntegriCloud