svn commit: r204319 - head/sys/conf

2010-02-25 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Feb 25 15:44:54 2010 New Revision: 204319 URL: http://svn.freebsd.org/changeset/base/204319 Log: MFi386: the part of r204309 to fix pc98 kernel Introduce the new kernel sub-tree x86 which should contain all the code shared and generalized between our current amd

svn commit: r204753 - head/sys/pc98/cbus

2010-03-05 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Mar 5 11:11:42 2010 New Revision: 204753 URL: http://svn.freebsd.org/changeset/base/204753 Log: MFx86: the part of r204641 In order to do that cleanly, lapic_setup_clock(), on both ia32 and amd64, now accepts as arguments the desired sources to handle, and retu

Re: svn commit: r206922 - head/sys/x86/isa

2010-04-20 Thread TAKAHASHI Yoshihiro
> int cpu = PCPU_GET(cpuid); > - if (lapic_cyclic_clock_func[cpu] != NULL) > - (*lapic_cyclic_clock_func[cpu])(frame); > + if (cyclic_clock_func[cpu] != NULL) > + (*cyclic_clock_func[cpu])(frame); > #endif > > if (using_atrtc_timer) { The same

svn commit: r207355 - head/sys/pc98/pc98

2010-04-28 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Apr 29 06:22:07 2010 New Revision: 207355 URL: http://svn.freebsd.org/changeset/base/207355 Log: MFi386: revision 206553 - Change printf() calls to uprintf() for sigreturn(). - Normalize the messages to include both pid and thread name. Modified: head/sys/pc9