Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-09 Thread John Baldwin
On Friday, July 06, 2012 7:25:55 pm Kaho Toshikazu wrote: > Hello, > > John Baldwin wrote: > > > Almost all systems use one of the IDs we do support as a _CID if not a _HID. > > In fact, in this case it likely seems to be a BIOS bug as it used the same > > value for the _CID and _HID. I suspe

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-06 Thread Kaho Toshikazu
Hello, John Baldwin wrote: > Almost all systems use one of the IDs we do support as a _CID if not a _HID. > In fact, in this case it likely seems to be a BIOS bug as it used the same > value for the _CID and _HID. I suspect it is supposed to be using 0303 as its > _CID. I don't think the B

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-06 Thread John Baldwin
On Thursday, July 05, 2012 11:04:07 pm Kaho Toshikazu wrote: > Hello John Baldwin, and all, > > John Baldwin wrote: > > > The system in general in 9.0 and later is more strict about honoring what > > the > > BIOS says in terms of allocating resources, so we have to be more correct > > in >

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread Matthias Apitz
El día Thursday, July 05, 2012 a las 05:22:22PM -0400, John Baldwin escribió: > So far I can't think of a non-hackish way to special case keyboard and > mouse controllers, though I'm close to doing so (i.e. just ignore any > device that tries to allocate resources in the "default" range for those

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread Kaho Toshikazu
Hello John Baldwin, and all, John Baldwin wrote: > The system in general in 9.0 and later is more strict about honoring what the > BIOS says in terms of allocating resources, so we have to be more correct in > probing devices. The only wrinkles so far do in fact seem to stem from the > key

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread John Baldwin
On Thursday, July 05, 2012 4:25:21 pm Matthias Apitz wrote: > El día Thursday, July 05, 2012 a las 07:39:18AM -0400, John Baldwin escribió: > > > On Thursday, July 05, 2012 5:20:35 am Kaho Toshikazu wrote: > > > Hello, > > > > > > > Interesting question remains: why it works in the older revisi

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread Matthias Apitz
El día Thursday, July 05, 2012 a las 07:39:18AM -0400, John Baldwin escribió: > On Thursday, July 05, 2012 5:20:35 am Kaho Toshikazu wrote: > > Hello, > > > > > Interesting question remains: why it works in the older revision r21? > > > > I don't know exactly resource management, but ISA

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread John Baldwin
On Thursday, July 05, 2012 5:20:35 am Kaho Toshikazu wrote: > Hello, > > > Interesting question remains: why it works in the older revision r21? > > I don't know exactly resource management, but ISA_PNP_PROBE() > ignores device.hints if acpi unknown device takes resources. > I think this

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread Kaho Toshikazu
Hello Matthias Apitz, and ML members, Thanks to upload acpi dump. Your keyboard controller ID is "PNP030B", and your posted patch may be correct. Please undo your reversion, and try your patch. Matthias Apitz wrote: > > and there is now an entry for "PS2K" (not for "KBC"): > > > >

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread Kaho Toshikazu
Hello, > Interesting question remains: why it works in the older revision r21? I don't know exactly resource management, but ISA_PNP_PROBE() ignores device.hints if acpi unknown device takes resources. I think this problem is related to some acpi changes. -- k...@elam.kais.kyoto-u.ac.jp

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread Matthias Apitz
El día Thursday, July 05, 2012 a las 03:36:22PM +0900, Kaho Toshikazu escribió: > Hello Matthias Apitz, and ML members, > > Thanks to upload acpi dump. Your keyboard controller ID is "PNP030B", > and your posted patch may be correct. Please undo your reversion, > and try your patch. Hello K

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-04 Thread Matthias Apitz
El día Thursday, July 05, 2012 a las 07:28:33AM +0200, Matthias Apitz escribió: > and there is now an entry for "PS2K" (not for "KBC"): > > Device (PS2K) > { > Name (_HID, EisaId ("PNP030B")) > Name (_CID, EisaId ("PNP030B"))

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-04 Thread Matthias Apitz
El día Wednesday, July 04, 2012 a las 07:33:08PM +0900, Kaho Toshikazu escribió: > Hello, > > Can you put the file "acpidump-r21.txt" on the Internet? > When you run `grep "Device" /tmp/acpidump-r21.txt` > to get device list, can you find "PS2K" or "KBC" or similar word? Hello, For

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-04 Thread Kaho Toshikazu
Hello, Can you put the file "acpidump-r21.txt" on the Internet? When you run `grep "Device" /tmp/acpidump-r21.txt` to get device list, can you find "PS2K" or "KBC" or similar word? Matthias Apitz wrote: > The command `acpidump -dt` in both releases (r21 and r235646) gives > an er

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-03 Thread Matthias Apitz
El día Tuesday, July 03, 2012 a las 09:51:37AM +0900, Kaho Toshikazu escribió: > Hello Matthias Apitz and -current member, > > "sys/dev/atkbdc/atkbdc_isa.c" may not have your keyboard controller's ID. > Run `acpidump -dt` and search your keyboard description. > Is your keyboard controller "P

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-02 Thread Kaho Toshikazu
Hello Matthias Apitz and -current member, "sys/dev/atkbdc/atkbdc_isa.c" may not have your keyboard controller's ID. Run `acpidump -dt` and search your keyboard description. Is your keyboard controller "PNP0303" ? -- k...@ed.niigata-u.ac.jp > El d$(D+c*$(B Sunday, July 01, 2012 a las 06:2

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-01 Thread Erich Dollansky
Hi, On Sunday, July 01, 2012 01:58:49 PM Matthias Apitz wrote: > El día Sunday, July 01, 2012 a las 06:29:28AM +0700, Erich Dollansky escribió: > > > > and no older versions. I will install the USB booted system to harddisk > > > and hope when booted from disk and not from USB the keyboard is wor

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-01 Thread Hans Petter Selasky
On Sunday 01 July 2012 01:29:28 Erich Dollansky wrote: > Hi, > > On Saturday, June 30, 2012 10:11:31 PM Matthias Apitz wrote: > > El día Saturday, June 30, 2012 a las 01:49:58PM +0700, Erich Dollansky escribió: > > > Can you try FreeBSD 7.4 or 8.3? > > > > > > It is sad to say but some times sup

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-01 Thread Matthias Apitz
El día Sunday, July 01, 2012 a las 06:29:28AM +0700, Erich Dollansky escribió: Hi, > > and no older versions. I will install the USB booted system to harddisk > > and hope when booted from disk and not from USB the keyboard is working. > > I installed the system r235646 to disk and it shows th

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-06-30 Thread Erich Dollansky
Hi, On Saturday, June 30, 2012 10:11:31 PM Matthias Apitz wrote: > El día Saturday, June 30, 2012 a las 01:49:58PM +0700, Erich Dollansky > escribió: > > > > > Can you try FreeBSD 7.4 or 8.3? > > > > It is sad to say but some times support for older hardware gets cut out for > > whatever reas

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-06-30 Thread Matthias Apitz
El día Saturday, June 30, 2012 a las 01:49:58PM +0700, Erich Dollansky escribió: > > > > I have a boot-able USB key with r235646 which works fine in all my > > > > laptops so far; today I got as a gift an older FS Amilo D 7830 which has > > > > enough resources to use it as new build machine (1 GB

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-06-30 Thread Erich Dollansky
Hi, On Saturday, June 30, 2012 01:25:33 PM Matthias Apitz wrote: > El día Friday, June 29, 2012 a las 04:45:57PM +0200, Hans Petter Selasky > escribió: > > > On Friday 29 June 2012 15:34:23 Matthias Apitz wrote: > > > Hello, > > > > > > I have a boot-able USB key with r235646 which works fine i

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-06-29 Thread Matthias Apitz
El día Friday, June 29, 2012 a las 04:45:57PM +0200, Hans Petter Selasky escribió: > On Friday 29 June 2012 15:34:23 Matthias Apitz wrote: > > Hello, > > > > I have a boot-able USB key with r235646 which works fine in all my > > laptops so far; today I got as a gift an older FS Amilo D 7830 whic

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-06-29 Thread Hans Petter Selasky
On Saturday 30 June 2012 06:43:16 Matthias Apitz wrote: > El día Friday, June 29, 2012 a las 04:45:57PM +0200, Hans Petter Selasky escribió: > > On Friday 29 June 2012 15:34:23 Matthias Apitz wrote: > > > Hello, > > > > > > I have a boot-able USB key with r235646 which works fine in all my > > >

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-06-29 Thread Matthias Apitz
El día Friday, June 29, 2012 a las 04:45:57PM +0200, Hans Petter Selasky escribió: > On Friday 29 June 2012 15:34:23 Matthias Apitz wrote: > > Hello, > > > > I have a boot-able USB key with r235646 which works fine in all my > > laptops so far; today I got as a gift an older FS Amilo D 7830 whic

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-06-29 Thread Hans Petter Selasky
On Friday 29 June 2012 15:34:23 Matthias Apitz wrote: > Hello, > > I have a boot-able USB key with r235646 which works fine in all my > laptops so far; today I got as a gift an older FS Amilo D 7830 which has > enough resources to use it as new build machine (1 GByte RAM, 80 GByte > disk). I boote

no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-06-29 Thread Matthias Apitz
Hello, I have a boot-able USB key with r235646 which works fine in all my laptops so far; today I got as a gift an older FS Amilo D 7830 which has enough resources to use it as new build machine (1 GByte RAM, 80 GByte disk). I booted it with from the USB key and after the system is up it does no