From owner-freebsd-current Thu Aug 26 14:45:43 1999 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id C627C15CE3; Thu, 26 Aug 1999 14:45:35 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id XAA01675; Thu, 26 Aug 1999 23:45:01 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Christopher Masto Cc: grog@FreeBSD.ORG, Matthew Dillon , "John W. DeBoskey" , julian@whistle.com, freebsd-current@FreeBSD.ORG Subject: Re: -current kernel problems (spec_getpages & vm_fault) In-reply-to: Your message of "Thu, 26 Aug 1999 17:41:27 EDT." <19990826174127.C8492@netmonger.net> Date: Thu, 26 Aug 1999 23:45:01 +0200 Message-ID: <1673.935703901@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19990826174127.C8492@netmonger.net>, Christopher Masto writes: >> Index: vinum.c >> =================================================================== >> RCS file: /home/ncvs/src/sys/dev/vinum/vinum.c,v >> retrieving revision 1.29 >> diff -u -r1.29 vinum.c >> --- vinum.c 1999/08/24 02:18:55 1.29 >> +++ vinum.c 1999/08/26 21:04:03 >> @@ -271,6 +271,9 @@ >> int devminor; /* minor number */ >> >> devminor = minor(dev); >> + dev->si_bsize_phys = DEV_BSIZE; >> + dev->si_bsize_best = BLKDEV_IOSIZE; >> + dev->si_bsize_max = MAXBSIZE; > >Bingo! Thank you. Cool, I expect grog will commit it soon. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message