summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-18 06:22:11 +0000
committerphk <phk@FreeBSD.org>1994-11-18 06:22:11 +0000
commit9737a356a7cab4836092b0a6f5d8352d71995a2e (patch)
tree3f667ab3840c5564accc046ae04fb3597bbaa7ae /sys
parent6d2907f74c3e81c5f9615a92eddc1b6be5ff1494 (diff)
downloadFreeBSD-src-9737a356a7cab4836092b0a6f5d8352d71995a2e.zip
FreeBSD-src-9737a356a7cab4836092b0a6f5d8352d71995a2e.tar.gz
one ) less.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/biosboot/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c
index 89b0a4b..3cf1eeb 100644
--- a/sys/i386/boot/biosboot/boot.c
+++ b/sys/i386/boot/biosboot/boot.c
@@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
- * $Id: boot.c,v 1.22 1994/11/07 11:26:26 davidg Exp $
+ * $Id: boot.c,v 1.23 1994/11/18 05:02:14 phk Exp $
*/
@@ -75,7 +75,7 @@ int drive;
/* Pick up the story from the Bios on geometry of disks */
for(ret = 0; ret < N_BIOS_GEOM; ret ++)
- bootinfo.bios_geom[ret] = get_diskinfo(ret + 0x80));
+ bootinfo.bios_geom[ret] = get_diskinfo(ret + 0x80);
printf("\n>> FreeBSD BOOT @ 0x%x: %d/%d k of memory\n",
ouraddr,
OpenPOWER on IntegriCloud