In message <[EMAIL PROTECTED]>, 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 [EMAIL PROTECTED] "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: -current kernel problems (spec_getpages... Poul-Henning Kamp
- Re: -current kernel problems (spec_getpages &am... John W. DeBoskey
- Re: -current kernel problems (spec_getpages... Julian Elischer
- Re: -current kernel problems (spec_getpages... Matthew Dillon
- tentative fix (was Re: -current kernel ... Matthew Dillon
- Re: -current kernel problems (spec_getp... Poul-Henning Kamp
- Re: -current kernel problems (spec... Christopher Masto
- Re: -current kernel problems (... Poul-Henning Kamp
- Re: -current kernel problems (... Christopher Masto
- Re: -current kernel problems (... Christopher Masto
- Re: -current kernel problems (... Poul-Henning Kamp
- Re: -current kernel problems (... Matthew Dillon
- Re: -current kernel problems (... Greg Lehey
- Re: -current kernel problems (... Poul-Henning Kamp
- Re: -current kernel problems (... Greg Lehey
- Re: -current kernel problems (... Matthew Dillon
- Re: -current kernel problems (... Poul-Henning Kamp
- Re: -current kernel problems (spec... Greg Lehey
- Re: -current kernel problems (... John W. DeBoskey
- Re: -current kernel problems (spec_getpages... John Polstra
- RE: -current kernel problems (spec_getpages & vm_fau... Pillai, Girish