RFC: Optionally verbose SYSINIT

2006-05-10 Thread Benno Rice
lable to anyone else further down the line who's porting to a new architecture. Comments? Questions? -- Benno Rice [EMAIL PROTECTED] Index: conf/options === RCS file: /home/ncvs/src/sys/conf/options,v retrieving revision 1

RFC: Minor changes to uart(4)'s ns8250/ns16550 support.

2006-05-10 Thread Benno Rice
e changes. I've already run these past marcel and he's ok with them. If anyone using uart(4) to drive one of these parts could test this and let me know if they run into any problems, that'd rock. Many thanks! -- B

Re: Lower power SMP boxes?

2003-02-05 Thread Benno Rice
On Thu, 2003-02-06 at 00:17, Narvi wrote: > On 5 Feb 2003, Benno Rice wrote: [snip] > > In fact quite a lot of PowerPC boards use OpenPIC as it's specified in > > the CHRP spec, which IBM and Apple follow for the most part. I know > > that Motorola's MPC10x host-p

Re: Lower power SMP boxes?

2003-02-04 Thread Benno Rice
st-pci bridge chipsets also have an OpenPIC-compatible PIC in them. I also wouldn't be surprised if the Mai Logic chipset used on the Teron CX motherboards has one as well. -- Benno Rice <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: va_copy in libc

2002-05-19 Thread Benno Rice
On Sun, 2002-05-19 at 22:24, Benno Rice wrote: > While trying to build libc for PowerPC, I ran into the problem that for > some reason gcc gave me this: [snip] Actually, ignore this. It just hid the problem, not fixed it. -- Benno Rice [EMAIL PROTECTED] signature.asc Description: T

va_copy in libc

2002-05-19 Thread Benno Rice
; /* original argument pointer */ ... orgap = ap; Replacing the orgap = ap with va_copy(orgap, ap) (as in the attached diff) makes the problem go away. Does anyone mind if I commit this? -- Benno Rice [EMAIL PROTECTED] Index: lib/libc/stdio/vfprintf.c

FreeBSD/powerpc work to date

2001-05-21 Thread Benno Rice
sys. Replies set to go to freebsd-ppc. -- Benno Rice [EMAIL PROTECTED] PGP signature

Re: IrDA and FreeBSD

2001-02-14 Thread Benno Rice
ay turn out to be different from theirs so we are not just copying. Using Linux's code won't be very easy with the Netgraph way of doing things, from what I can see. My initial code for the IrDA netgraph nodes I was working on is available at: http://people.freebsd.org/~benno/irda.tar.gz -- Benno Rice [EMAIL PROTECTED] PGP signature