From 513837a2a254808c437fd19a04e26b65acfaaab2 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 6 Jul 2002 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2002-07-06 --- pc/sdata.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pc/sdata.c b/pc/sdata.c index 52f62c449fa7aacaad7295c31cb71634dd29521e..fb941eaea49216d5e34e7d17beb6a66c13316452 100644 --- a/pc/sdata.c +++ b/pc/sdata.c @@ -588,15 +588,15 @@ retry: } else{ if(drive->info[Ivalid] & 0x0001){ - drive->c = drive->info[Ilcyl]; - drive->h = drive->info[Ilhead]; - drive->s = drive->info[Ilsec]; - } - else{ drive->c = drive->info[Iccyl]; drive->h = drive->info[Ichead]; drive->s = drive->info[Icsec]; } + else{ + drive->c = drive->info[Ilcyl]; + drive->h = drive->info[Ilhead]; + drive->s = drive->info[Ilsec]; + } if(drive->info[Icapabilities] & 0x0200){ drive->sectors = (drive->info[Ilba1]<<16) |drive->info[Ilba0];