From owner-freebsd-hardware Sun Aug 13 07:37:24 1995 Return-Path: hardware-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA25334 for hardware-outgoing; Sun, 13 Aug 1995 07:37:24 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id HAA25328 for ; Sun, 13 Aug 1995 07:37:15 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id AAA29997; Mon, 14 Aug 1995 00:32:58 +1000 Date: Mon, 14 Aug 1995 00:32:58 +1000 From: Bruce Evans Message-Id: <199508131432.AAA29997@godzilla.zeta.org.au> To: gary@palmer.demon.co.uk, vince@penzance.econ.yale.edu Subject: Re: Upgrade to my machine Cc: freebsd-hardware@FreeBSD.org, john@zyqad.co.uk, msmith@atrad.adelaide.edu.au, rgrimes@gndrsh.aac.dev.com Sender: hardware-owner@FreeBSD.org Precedence: bulk >> I forgot who mentioned on the list that 4 GB was the limit. What >>brand is the 9GB SCSI on news.cdrom.com? >Sorry? They're lying/mistaken. It used to be a 2GB limit (not 4 - they >were unsigned ints), but that restriction vanished quite a while ago >(somewhere between 2.0 and 2.0.5). AFAIR, it's now 1TB. The limit for disk addresses used to be 4GB (not 2 - they (sic) were unsigned ints), due to localized bugs in the disk block to byte conversion macros. This was fixed quite a while ago. Now the limit is 31 bits of disk block address and 9 bits of DEV_BSIZE size for a total of 2^40 = 1TB. The limit for file sizes and mmap offsets and/or addresses is 2GB due to sign extension bugs everywhere. Bruce