Re: svn commit: r202441 - head/sys/conf

2010-01-17 Thread Attilio Rao
2010/1/17 Bjoern A. Zeeb : > On Sun, 17 Jan 2010, TAKAHASHI Yoshihiro wrote: > >> In article <3bbf2fe11001160736h185d8916ma0ba074f6a6a6...@mail.gmail.com> >> Attilio Rao writes: >> >>> Thanks for reporting this. >>> This further patch should fix the problem for i386 and possibly pc98 >>> (linked w

Re: svn commit: r202441 - head/sys/conf

2010-01-17 Thread Bjoern A. Zeeb
On Sun, 17 Jan 2010, TAKAHASHI Yoshihiro wrote: In article <3bbf2fe11001160736h185d8916ma0ba074f6a6a6...@mail.gmail.com> Attilio Rao writes: Thanks for reporting this. This further patch should fix the problem for i386 and possibly pc98 (linked with your patch): http://www.freebsd.org/~attili

Re: svn commit: r202441 - head/sys/conf

2010-01-16 Thread TAKAHASHI Yoshihiro
In article <3bbf2fe11001160736h185d8916ma0ba074f6a6a6...@mail.gmail.com> Attilio Rao writes: > Thanks for reporting this. > This further patch should fix the problem for i386 and possibly pc98 > (linked with your patch): > http://www.freebsd.org/~attilio/atpic.diff Please apply the same change t

Re: svn commit: r202441 - head/sys/conf

2010-01-16 Thread Attilio Rao
2010/1/16 TAKAHASHI Yoshihiro : > In article <201001161224.o0gcocoi094...@svn.freebsd.org> > Attilio Rao writes: > >> Log: >>   Unbreak the build for pc98. Specify the newly introduced, for ia32, >>   DEV_ATPIC also for pc98. > > This is not enough to real fix since DEV_ATPIC is never defined on >

Re: svn commit: r202441 - head/sys/conf

2010-01-16 Thread TAKAHASHI Yoshihiro
In article <201001161224.o0gcocoi094...@svn.freebsd.org> Attilio Rao writes: > Log: > Unbreak the build for pc98. Specify the newly introduced, for ia32, > DEV_ATPIC also for pc98. This is not enough to real fix since DEV_ATPIC is never defined on pc98. I attached my incomplete patch. Even

svn commit: r202441 - head/sys/conf

2010-01-16 Thread Attilio Rao
Author: attilio Date: Sat Jan 16 12:24:12 2010 New Revision: 202441 URL: http://svn.freebsd.org/changeset/base/202441 Log: Unbreak the build for pc98. Specify the newly introduced, for ia32, DEV_ATPIC also for pc98. Pointy hat to:me Modified: head/sys/conf/options.pc98 Modifie