summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386/i386_copy.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-09-14 18:27:06 +0000
committermsmith <msmith@FreeBSD.org>1998-09-14 18:27:06 +0000
commit97d5b830761c0a62490a16c2f4942930afcbba94 (patch)
tree9b227328959ed217910f704d659822fa67002976 /sys/boot/i386/libi386/i386_copy.c
parent34e8f6424cbf5128e7dc3149486965dd4e17c6fe (diff)
downloadFreeBSD-src-97d5b830761c0a62490a16c2f4942930afcbba94.zip
FreeBSD-src-97d5b830761c0a62490a16c2f4942930afcbba94.tar.gz
Resynch with working sources before BTX integration.
- Use format-independant module allocator. - Conditionalise ISA PnP support. - Simplify PnP enumerator interface. - Improve module/object searching. - Add missing depend/install targets in BTX makefiles. - Pass the kernel environment and module data in extended bootinfo fields. - Add a pointer to the end of the kernel + modules in bootinfo. - Fix parsing of old-style kernel arguments.
Diffstat (limited to 'sys/boot/i386/libi386/i386_copy.c')
-rw-r--r--sys/boot/i386/libi386/i386_copy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/i386/libi386/i386_copy.c b/sys/boot/i386/libi386/i386_copy.c
index 8f614204..53e1c79 100644
--- a/sys/boot/i386/libi386/i386_copy.c
+++ b/sys/boot/i386/libi386/i386_copy.c
@@ -46,8 +46,6 @@ i386_readin(int fd, vm_offset_t dest, size_t len)
vpbcopy(buf, dest, chunk);
}
free(buf);
- if (resid != 0)
- printf("i386_readin: %d bytes short\n", resid);
return(len - resid);
}
OpenPOWER on IntegriCloud