freebsd-dev/sys/boot/i386/libi386
Poul-Henning Kamp 3bb24c35f2 Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:
Peter had repocopied sys/disklabel.h to sys/diskpc98.h and sys/diskmbr.h.

These two new copies are still intact copies of disklabel.h and
therefore protected by #ifndef _SYS_DISKLABEL_H_ so #including them
in programs which already include <sys.disklabel.h> is currently a
no-op.

This commit adds a number of such #includes.

Once I have verified that I have fixed all the places which need fixing,
I will commit the updated versions of the three #include files.

Sponsored by:   DARPA & NAI Labs.
2002-10-01 07:24:55 +00:00
..
biosacpi.c Resolve conflicts arising from the ACPI CA 20020611 import. 2002-07-09 17:54:02 +00:00
bioscd.c DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore. 2002-05-15 11:32:53 +00:00
biosdisk.c Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: 2002-10-01 07:24:55 +00:00
biosmem.c use __packed. 2002-09-23 18:54:32 +00:00
biospci.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
biospnp.c use __packed. 2002-09-23 18:54:32 +00:00
bootinfo32.c Add boot_serial and boot_multicons variables to set RB_SERIAL and 2002-06-20 06:29:42 +00:00
bootinfo64.c Add boot_serial and boot_multicons variables to set RB_SERIAL and 2002-06-20 06:29:42 +00:00
bootinfo.c Add boot_serial and boot_multicons variables to set RB_SERIAL and 2002-06-20 06:29:42 +00:00
comconsole.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
devicename.c Add a device driver for the BIOS device for CD-ROM's booted via El Torito 2001-11-05 18:58:33 +00:00
elf32_freebsd.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
elf64_freebsd.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
elf_freebsd.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
gatea20.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
i386_copy.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
i386_module.c Parse hint.acpi.0.disabled correctly. 2002-09-05 11:16:23 +00:00
libi386.h Add a device driver for the BIOS device for CD-ROM's booted via El Torito 2001-11-05 18:58:33 +00:00
Makefile Initiate deorbit burn of i386 a.out kld "support" in loader. Note that 2002-08-29 02:02:28 +00:00
nullconsole.c Add support for the "nullconsole" console type, for systems with 2000-09-20 18:13:36 +00:00
pread.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pxe.c Don't set the gateway address if the netmask is zero or we're on 2001-03-14 23:53:25 +00:00
pxe.h use __packed. 2002-09-23 18:54:32 +00:00
pxetramp.s Whitespace fixes. 2001-10-04 10:18:00 +00:00
time.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
vidconsole.c Fix the ANSI color escape sequence \E[m. 2001-10-02 13:11:35 +00:00