Re: HEADSUP: Driver mega-commit ahead.

2003-03-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Poul-Henning Kamp" <[EMAIL PROTECTED]> writes: : This particular sweep gives os much better cross-branch source : portability and therefore I think it is exactly the kind of thing : we want before the RELENG_5 branch. I for one plan on MFC'ing the "NULL

Re: HEADSUP: Driver mega-commit ahead.

2003-03-02 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "M aksim Yevmenkin" writes: >Dear Poul-Henning, > >i think the following is not correct > >RCS file: /home/ncvs/src/sys/netgraph/ng_device.c,v >retrieving revision 1.2 >diff -u -r1.2 ng_device.c >--- netgraph/ng_device.c 2 Feb 2003 13:30:00 - 1.2 >+++

Re: HEADSUP: Driver mega-commit ahead.

2003-03-02 Thread Marcel Moolenaar
On Sun, Mar 02, 2003 at 02:25:55PM -0700, Scott Long wrote: > > RE@ had in principal agreed with this work, since it will make 5-STABLE > and 6-CURRENT more compatible. That's all I wanted to know. Thanks, -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] To Unsubscribe: se

Re: HEADSUP: Driver mega-commit ahead.

2003-03-02 Thread Scott Long
Marcel Moolenaar wrote: On Sun, Mar 02, 2003 at 09:14:13PM +0100, Poul-Henning Kamp wrote: I plan to commit http://phk.freebsd.dk/patch/cdevsw.patch one of the first days of the week. Basically, it changes cdevsw initializations to use C99 sparse format, and thereby eliminates 859 lines of

Re: HEADSUP: Driver mega-commit ahead.

2003-03-02 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Marcel Moolenaar writes : >On Sun, Mar 02, 2003 at 09:26:31PM +0100, Poul-Henning Kamp wrote: >> In message <[EMAIL PROTECTED]>, Marcel Moolenaar writes >> : >> >On Sun, Mar 02, 2003 at 09:14:13PM +0100, Poul-Henning Kamp wrote: >> >> >> >> I plan to commit >> >>

Re: HEADSUP: Driver mega-commit ahead.

2003-03-02 Thread Marcel Moolenaar
On Sun, Mar 02, 2003 at 09:26:31PM +0100, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Marcel Moolenaar writes > : > >On Sun, Mar 02, 2003 at 09:14:13PM +0100, Poul-Henning Kamp wrote: > >> > >> I plan to commit > >>http://phk.freebsd.dk/patch/cdevsw.patch > >> one of the first d

RE: HEADSUP: Driver mega-commit ahead.

2003-03-02 Thread Maksim Yevmenkin
PROTECTED] Subject:Re: HEADSUP: Driver mega-commit ahead. In message <[EMAIL PROTECTED]>, Marcel Moolenaar writes : >On Sun, Mar 02, 2003 at 09:14:13PM +0100, Poul-Henning Kamp wrote: >> >> I plan to commit >> http://phk.freebsd.dk/patch/cdevsw.patch >>

Re: HEADSUP: Driver mega-commit ahead.

2003-03-02 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Marcel Moolenaar writes : >On Sun, Mar 02, 2003 at 09:14:13PM +0100, Poul-Henning Kamp wrote: >> >> I plan to commit >> http://phk.freebsd.dk/patch/cdevsw.patch >> one of the first days of the week. >> >> Basically, it changes cdevsw initializations to use C99

Re: HEADSUP: Driver mega-commit ahead.

2003-03-02 Thread Marcel Moolenaar
On Sun, Mar 02, 2003 at 09:14:13PM +0100, Poul-Henning Kamp wrote: > > I plan to commit > http://phk.freebsd.dk/patch/cdevsw.patch > one of the first days of the week. > > Basically, it changes cdevsw initializations to use C99 sparse > format, and thereby eliminates 859 lines of redundant

HEADSUP: Driver mega-commit ahead.

2003-03-02 Thread Poul-Henning Kamp
I plan to commit http://phk.freebsd.dk/patch/cdevsw.patch one of the first days of the week. Basically, it changes cdevsw initializations to use C99 sparse format, and thereby eliminates 859 lines of redundant defaultvalue initializations. After this patch has been committed, we will be