re: CVS commit: src

2018-01-19 Thread matthew green
oh, i think i see what the problem is. not sure how i missed that, though much of my earlier testing was done without that change in place, it was only after review from oster@ that we pushed to remove more of the unused 'row' stuff. .mrg.

re: CVS commit: src

2018-01-19 Thread matthew green
> The kernel with this changes cannot configure the RAIDframe device > with old raidctl(8) as follows, since RF_Config_s has been changed > (remove numRow) but no compat code. > > | dk_lookup on device: failed! > | RAIDFRAME: failed rf_ConfigureDisks with 2 > | raidctl: ioctl (RAIDFRAME_CONFIGURE

Re: CVS commit: src

2018-01-19 Thread Takeshi Nakayama
>>> "matthew green" wrote > Module Name: src > Committed By: mrg > Date: Thu Jan 18 00:32:49 UTC 2018 > > Modified Files: > src/sbin/raidctl: raidctl.8 raidctl.c rf_configure.c > src/sys/conf: files > src/sys/dev/raidframe: files.raidframe raidframeio.h raidframevar.h

Re: CVS commit: src/sys/net

2018-01-19 Thread Maxime Villard
Le 19/01/2018 à 13:31, Takeshi Nakayama a écrit : Module Name:src Committed By: nakayama Date: Fri Jan 19 12:31:28 UTC 2018 Modified Files: src/sys/net: if_ethersubr.c Log Message: Fix inverted logic. To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257 src/