Re: [PATCH 1/1] - increase acpi owner_id max

2007-01-30 Thread Aaron Young
lugs. > > Thanks, > Bob > > > > -----Original Message- > > From: Aaron Young [mailto:[EMAIL PROTECTED] > > Sent: Friday, January 26, 2007 4:03 PM > > To: Moore, Robert > > Cc: John Keller; linux-acpi@vger.kernel.org; [EMAIL PROTECTED]; lin

Re: [PATCH 1/1] - increase acpi owner_id max

2007-01-26 Thread Aaron Young
> > The OwnerId field within a namespace node is 8 bits, and this is the > main constraint on the maximum OwnerId. You can't simply bump up the > number of owner ids without changing this field. Isn't this accomplished with the mod to aclocal.h below - i.e. by making a acpi_owner_id a u16 ins

Re: [PATCH 3/3] - Add support for acpi_load_table/acpi_unload_table_id

2006-12-15 Thread Aaron Young
patch to be redistributed under any license (GPL or non-GPL) consistent with the project. PS. We'd like this to get into 2.6.20. If there's anything we (John K. and I) can do to help, please let us know. Thanks, -Aaron Young > > > This patch makes acp

Re: Standardize shutdown of the system from enviroment control

2005-08-09 Thread Aaron Young
sermodehelper) > > With normal sysvinit both will end up the same, but I suspect the > > shutdown variant, maybe with a sysctl to chose the exact path to call > > would be cleaner. What do you guys think about adding a common function > > to do this. > > Sounds reasonable