Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 13:11:37 +1030
From:      Greg Lehey <grog@lemis.com>
To:        Bruce Evans <bde@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/i386/isa wd.c src/sys/kern subr_diskmbr.c
Message-ID:  <20000129131137.Y583@freebie.lemis.com>
In-Reply-To: <200001281022.CAA57957@freefall.freebsd.org>
References:  <200001281022.CAA57957@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, 28 January 2000 at  2:22:09 -0800, Bruce Evans wrote:
> bde         2000/01/28 02:22:08 PST
> 
>   Modified files:
>     sys/i386/isa         wd.c 
>     sys/kern             subr_diskmbr.c 
>   Log:
>   Don't permit generation of non-physical disk addresses.
>   
>   subr_diskmbr.c:
>   Don't "helpfully" enlarge our idea of the disk size to cover all the
>   primary slices.  Instead, truncate or discard slices that don't seem
>   to be on the disk.  The enlargement was a hack for disks that don't
>   report their size (e.g., MFM disks).  It is just wrong in general.
>   
>   wd.c:
>   In CHS mode, limit the disk size so that cylinder numbers >= 65536
>   cannot occur.  This normally only affects disks larger than 33.8GB.
>   CHS mode accesses to addresses above the limit are now properly broken
>   (an error is returned instead of garbage for reads and disk corruption
>   for writes).
>   
>   PR:		15611

Do you intend to close the PR?

Greg
-- 
Finger grog@lemis.com for PGP public key
See complete headers for address and phone numbers


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000129131137.Y583>