From owner-freebsd-current Thu Mar 23 18:00:00 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA05371 for current-outgoing; Thu, 23 Mar 1995 18:00:00 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA05365 for ; Thu, 23 Mar 1995 17:59:45 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id RAA07464; Thu, 23 Mar 1995 17:59:29 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id RAA00393; Thu, 23 Mar 1995 17:59:29 -0800 Message-Id: <199503240159.RAA00393@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Bruce Evans cc: current@FreeBSD.org Subject: Re: cvs commit: src/sys/scsi sd.c In-reply-to: Your message of "Fri, 24 Mar 95 03:31:41 +1000." <199503231731.DAA22454@godzilla.zeta.org.au> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 23 Mar 1995 17:59:28 -0800 Sender: current-owner@FreeBSD.org Precedence: bulk >I have committed the the changes for slices to the sd driver: I see that there is a problem with some multiply defined macro definitions in sd.c that need to be fixed. ... >There will be some new boot messages such as the following: > >sd0s1: start 32, end = 262143, size 262112: OK >sd0s2: start 262144, end = 1816575, size 1554432: OK >sd0s3: start 1816576, end = 2078719, size 262144: OK >sd0s5: start 1816608, end = 2078719, size 262112: OK >sd1s1: start 32, end = 524287, size 524256: OK >sd1s2: start 524288, end = 1572863, size 1048576: OK >sd0s1: start 32, end = 262143, size 262112: OK >sd0s2: start 262144, end = 1816575, size 1554432: OK >sd0s3: start 1816576, end = 2078719, size 262144: OK >sd0s5: start 1816608, end = 2078719, size 262112: OK >[messages not related to slices...] >sd0s1: start 32, end = 262143, size 262112: OK >sd0s2: start 262144, end = 1816575, size 1554432: OK >sd0s3: start 1816576, end = 2078719, size 262144: OK >sd0s5: start 1816608, end = 2078719, size 262112: OK This is far too much output for the standard bootup and should only occur when the '-v' verbose option is used at the boot prompt. -DG