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
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
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
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
>
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
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