Re: Experimental ACPI driver.

1999-09-28 Thread Ilya Naumov
$BWT(B , 28 $BSE(B1999, $BwY(B $BNAPISALI(B: > Apply this patch. thanks, it works: ACPI: Found ACPI BIOS data at 0xc00f6c10 (<123456>, RSDT@7ff3000) acpi0: <123456> on motherboard acpi0: ADDR RANGE 7ff3000 d000 (mapped 0xc779c000) acpi0: ADDR RANGE 7ff 3000 (mapped 0xc77a9000) acpi0

Re: Experimental ACPI driver.

1999-09-27 Thread Doug Rabson
On Mon, 27 Sep 1999, Mitsuru IWASAKI wrote: > Hi, Mike. > # I'm very happy because of your reply :) > > > > > We wrote experimental ACPI driver for 4.0-CURRENT. > > > > > > This was just one week work so its functionallity is very very poor :-) > > > but I think it is good idea to start with th

Re: Experimental ACPI driver.

1999-09-26 Thread Mitsuru IWASAKI
Hi, Mike. # I'm very happy because of your reply :) > > > We wrote experimental ACPI driver for 4.0-CURRENT. > > > > This was just one week work so its functionallity is very very poor :-) > > but I think it is good idea to start with this for developping ACPI > > driver for FreeBSD because it i

Re: Experimental ACPI driver.

1999-09-26 Thread Takanori Watanabe
In message <[EMAIL PROTECTED]>, Mike Smith wrote: >Both Doug Rabson and myself have been tinkering with this, and there's >someone that's been looking at an AML parser/interpreter in the last >couple of weeks. At this point in time, the parser and object manager >are the most vital components.

Re: Experimental ACPI driver.

1999-09-26 Thread Mike Smith
> Hi, there. > > > We wrote experimental ACPI driver for 4.0-CURRENT. > > This was just one week work so its functionallity is very very poor :-) > but I think it is good idea to start with this for developping ACPI > driver for FreeBSD because it is enough small to understand it. I'm not sure

Re: Experimental ACPI driver.

1999-09-24 Thread Mitsuru IWASAKI
Hi, there. > We wrote experimental ACPI driver for 4.0-CURRENT. This was just one week work so its functionallity is very very poor :-) but I think it is good idea to start with this for developping ACPI driver for FreeBSD because it is enough small to understand it. If someone already started