Re: RAIDframe issues on 3.8

2005-12-07 Thread Brian A. Seklecki
> started filing PR's for RAIDframe stuff in OpenBSD -- there have been > a lot of changes/fixes to RAIDframe in the last 5 years that aren't I have $100 via Paypal for the person who commits RAID enabled boot blocks for Sparc[64] and i386/amd64 on OpenBSD. I have an $100 additional via Paypal

Re: RAIDframe issues on 3.8

2005-12-07 Thread Greg Oster
Dave Diller writes: > > > > > Oh... and from the "obivous bugs" department: In rf_openbsdkintf.c > > > > case RAIDFRAME_GET_COMPONENT_LABEL: > > > > there is a: > > > > RF_Free( clabel, sizeof(RF_ComponentLabel_t)); > > > > missing before the: > > > > return(EINVAL); > > > > But that won't hel

Re: RAIDframe issues on 3.8

2005-12-07 Thread Dave Diller
> Oh... and from the "obivous bugs" department: In rf_openbsdkintf.c > > case RAIDFRAME_GET_COMPONENT_LABEL: > > there is a: > > RF_Free( clabel, sizeof(RF_ComponentLabel_t)); > > missing before the: > > return(EINVAL); > > But that won't help with the problem your describing... (just noticed >

Re: RAIDframe issues on 3.8

2005-12-07 Thread Greg Oster
Dave Diller writes: > > Here's what's been changed in the kernel not a lot. I don't understand why > it would panic on a simple reconstruct command. I might be able to understand, but my crystal ball is at the cleaners, and I can't guess what your panic message looked like, nor what the tra