Re: Thecus N1200 fix

2012-03-14 Thread Mark Kettenis
> Date: Sat, 10 Mar 2012 22:59:24 +0100 > From: Tobias Ulmer > > (Ivan: would be nice if you could test it and tell us about any > success/failure) > > socppc saves registers r3 (fwfdtsave) and r29 (fwargsave) in locore.S. > initppc() checks for the absence of a flat device tree structure, in wh

Re: ACPI: Should not the arithmetic operations on AML virtual machine be unsigned?

2012-03-14 Thread Mark Kettenis
> From: Christophe =?ISO-8859-1?Q?Sta=EFesse?= > > Hello :-) > > Here are the diff -u. I've used the 5.0-RELEASE sys.tar.gz to compile > the kernel. > > dsdt.c : aml_evalexpr now operates with 64-bit unsigned integers as it > should. (quick hack, not throughoutly tested). > > --- dsdt.c.old

Re: Patch from FreeBSD to support 1gigabit Marvell 88E8056/88E1149

2012-03-14 Thread Brad Davis
The patch installed and is working correctly on a generic (i386,MP) 5.0 distribution. On 3/11/2012 1:16 AM, Jonathan Gray wrote: On Wed, Mar 07, 2012 at 07:20:50AM -0700, Brad Davis wrote: On Tue, Feb 28, 2012 at 16:43:21 +1100, Jonathan Gray wrote: This is not quite what FreeBSD has: If you

Re: one usb_mem pool per host controller

2012-03-14 Thread Tobias Ulmer
On Tue, Mar 13, 2012 at 10:59:36PM -0400, Ted Unangst wrote: > I don't think it's necessary to allocate this structure. Just stick > it in usbd_bus entirely. > Alright, the intention was not to add another struct to the usb_mem header, but I don't feel strongly about it. The feedback so far ind