diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-09 22:23:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-09 22:23:01 +0000 |
commit | 13877fff155861ca23f095d822dbc3b6938b7c9a (patch) | |
tree | 4577066e63edf1570a0a9ca32ea2bcf5335575d1 /sys/arch/i386 | |
parent | fbbf71ac0ca5699b1382df76f62b2436318ef893 (diff) |
Heads... not Tracks
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/libsa/cmd_i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/cmd_i386.c b/sys/arch/i386/stand/libsa/cmd_i386.c index 084ce815521..4d8db5efb49 100644 --- a/sys/arch/i386/stand/libsa/cmd_i386.c +++ b/sys/arch/i386/stand/libsa/cmd_i386.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd_i386.c,v 1.8 1997/10/02 04:30:23 mickey Exp $ */ +/* $OpenBSD: cmd_i386.c,v 1.9 1997/10/09 22:23:00 deraadt Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff, Tobias Weingartner @@ -54,7 +54,7 @@ Xdiskinfo() u_int32_t di; int i; - printf("Disk\tCylinders\tTracks\tSectors\n"); + printf("Disk\tCylinders\tHeads\tSectors\n"); for(i = 0x80; i < 0x84; i++){ if ((di = biosdinfo(i))) printf("0x%x\t %d \t%d\t%d\n", i, |