From owner-freebsd-current@FreeBSD.ORG Sat May 10 13:45:30 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E52137B404 for ; Sat, 10 May 2003 13:45:30 -0700 (PDT) Received: from remt26.cluster1.charter.net (remt26.cluster1.charter.net [209.225.8.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id E793D43FBF for ; Sat, 10 May 2003 13:45:28 -0700 (PDT) (envelope-from glennpj@charter.net) Received: from [24.158.214.251] (HELO gforce.johnson.home) by remt26.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 20417343; Sat, 10 May 2003 16:45:27 -0400 Received: from gforce.johnson.home (localhost [127.0.0.1]) by gforce.johnson.home (8.12.9/8.12.9) with ESMTP id h4AKjQEi009666; Sat, 10 May 2003 15:45:26 -0500 (CDT) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.9/8.12.9/Submit) id h4AKjQnv009665; Sat, 10 May 2003 15:45:26 -0500 (CDT) From: Glenn Johnson Date: Sat, 10 May 2003 15:45:25 -0500 To: arno@heho.snv.jussieu.fr Message-ID: <20030510204525.GA9633@gforce.johnson.home> Mail-Followup-To: arno@heho.snv.jussieu.fr, freebsd-current@freebsd.org References: <20030510180249.GA908@gforce.johnson.home> <20030510192210.GA27818@moya.lambermont.dyndns.org> <20030510193212.GA1576@gforce.johnson.home> <200305102145.45089.avleeuwen@piwebs.com> <20030510201150.GA28042@moya.lambermont.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: atapicam X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 20:45:30 -0000 On Sat, May 10, 2003 at 10:20:01PM +0200, arno@heho.snv.jussieu.fr wrote: > > > > > > # cdrecord -scanbus > > > > > > Cdrecord 2.0 (i386-unknown-freebsd5.1) Copyright (C) 1995-2002 J?rg > > ^^^ > > ;-) > > > > > > Suggestions anyone ? (yes burncd works) > > > > > > portupgrade -f /var/db/pkg/cdrtools-2.0 > > > > I'm using cdrtools-2.0 already. > > This is from a commit message from April the 29th : > > From: "Kenneth D. Merry" > Subject: cvs commit: src/sys/cam cam_ccb.h > To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org > Date: Tue, 29 Apr 2003 17:35:22 -0700 (PDT) > > ken 2003/04/29 17:35:22 PDT > > FreeBSD src repository > > Modified files: > sys/cam cam_ccb.h > sys/cam/scsi scsi_all.c scsi_all.h scsi_da.c > Log: > Add support to CAM for devices with more than 2^32 blocks. (2TB if you're > using 512 byte blocks). > > cam_ccb.h: Bump up volume_size and cylinders in ccb_calc_geometry to > 64 bits and 32 bits respectively, so we can hold larger > device sizes. cylinders would overflow at about 500GB. > Bump CAM_VERSION for this change. Note that this will > require a recompile of all applications that talk to the > pass(4) driver. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > > (after verifying that 'camcontrol devlist' still works) Yes, that solves it for me. Thanks. -- Glenn Johnson glennpj@charter.net