Re: Power Patches

2004-01-26 Thread Hajimu UMEMOTO
Hi, > On Fri, 02 Jan 2004 11:23:11 -0700 (MST) > "M. Warner Losh" <[EMAIL PROTECTED]> said: imp> This looks like it isn't mapping the cis in correctly. Can you turn imp> on hw.cardbus.debug_cis=1? I assumed you meant hw.cardbus.cis_debug. ;) cardbus0: Resource not specified in CIS: id=

Re: Power Patches

2004-01-06 Thread Mark Santcroos
On Sat, Jan 03, 2004 at 06:47:13PM -0800, Nate Lawson wrote: > I get a panic on my T23 due to the ATA driver not being detected so no > rootvp. Same here on a Dell Latitude C640. Mark ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: Power Patches

2004-01-05 Thread John Baldwin
On 04-Jan-2004 Nate Lawson wrote: > I get a panic on my T23 due to the ATA driver not being detected so no > rootvp. Attached are dmesg both before and after the patch. The cbb0 > issue is a regression since I have specified it to use an unused IO range > via this tunable (the same range Windows

Re: Power Patches

2004-01-05 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: : Could you provide an updated patch? I've been working on creating an updated one, but I need to patch a couple of things before it will be ready. If all goes well, I'll have it out this afternoon (I'm testing a couple of last

Re: Power Patches

2004-01-05 Thread Daniel Lang
Hi Warner, M. Warner Losh wrote on Thu, Jan 01, 2004 at 11:30:09PM -0700: [..] > http://people.freebsd.org/~imp/power.20040101.diff [..] Hmmm, alas, the patch does not apply clean any more. It seems a recent commit to dev/pccbb/pccbb.c breaks this part of the patch. Not patching the file breaks

Re: Power Patches

2004-01-05 Thread langd-freebsd-hackers
Hi Warner, M. Warner Losh wrote on Thu, Jan 01, 2004 at 11:30:09PM -0700: [..] > http://people.freebsd.org/~imp/power.20040101.diff [..] Hmmm, alas, the patch does not apply clean any more. It seems a recent commit to dev/pccbb/pccbb.c breaks this part of the patch. Not patching the file breaks

Re: Power Patches

2004-01-04 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Nate Lawson <[EMAIL PROTECTED]> writes: : I get a panic on my T23 due to the ATA driver not being detected so no : rootvp. Attached are dmesg both before and after the patch. The cbb0 : issue is a regression since I have specified it to use an unused IO

Re: Power Patches

2004-01-03 Thread Norikatsu Shigemura
On Thu, 01 Jan 2004 23:30:09 -0700 (MST) "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > You should try it if: > 1) You are using hw.pci.unsupported_io=1. Turn it off and use > these patches. Let me know if it doesn't. Typically it > appears that this helps people hitting t

Re: Power Patches

2004-01-02 Thread David Gilbert
I installed your power patches dated 20040101 on my Dell D-800. The boot fails in a curious way. It finds the ATA controller, but doesn't find either the disk or the CDROM in the machine. I did a -v boot, but I didn't see anything more significant. I don't know what you need to

Re: Power Patches

2004-01-02 Thread Masahide -mac- NODA
Hi, all. From: "M. Warner Losh" <[EMAIL PROTECTED]> Subject: Power Patches Date: Thu, 01 Jan 2004 23:30:09 -0700 (MST) Message-ID: <[EMAIL PROTECTED]> imp> John Baldwin, Nate and I are putting the final touches on the imp> power/resource patches. Please try them out

Re: Power Patches

2004-01-02 Thread Lukas Ertl
On Fri, 2 Jan 2004, M. Warner Losh wrote: > Can you send me the results of the following command: > > pciconf -r pci0:30:0 0:0xff Here it is: # pciconf -r pci0:30:0 0:0xff 24488086 80800107 06040081 0001 40080200 22808040 cff0c020 eff0e800 000

Re: Power Patches

2004-01-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Lukas Ertl <[EMAIL PROTECTED]> writes: : *) I still need to set hw.pci.allow_unsupported_io_range="1", otherwise :cbb0 wouldn't attach: OK. Can you send me the results of the following command: pciconf -r pci0:30:0 0:0xff Thanks! And thank you fo

Re: Power Patches

2004-01-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Hajimu UMEMOTO <[EMAIL PROTECTED]> writes: : It fails to attach my Atheros card (I/O-Data WN-AG/CB): : : Jan 3 01:34:04 lyrics kernel: cardbus0: Resource not specified in CIS: id=10, size=800 : Jan 3 01:34:04 lyrics kernel: cardbus0: Resource not

Re: Power Patches

2004-01-02 Thread Hajimu UMEMOTO
Hi, > On Thu, 01 Jan 2004 23:30:09 -0700 (MST) > "M. Warner Losh" <[EMAIL PROTECTED]> said: imp> John Baldwin, Nate and I are putting the final touches on the imp> power/resource patches. Please try them out and let me know how well imp> they work for you. imp> http://people.freebsd.org

Re: Power Patches

2004-01-02 Thread Lukas Ertl
On Thu, 1 Jan 2004, M. Warner Losh wrote: > You should try it if: > > 1) You are using hw.pci.unsupported_io=1. Turn it off and use > these patches. Let me know if it doesn't. Typically it > appears that this helps people hitting the double > allocation problem.

Power Patches

2004-01-01 Thread M. Warner Losh
John Baldwin, Nate and I are putting the final touches on the power/resource patches. Please try them out and let me know how well they work for you. http://people.freebsd.org/~imp/power.20040101.diff These patches do the following: 1) reserves resources on child enumeration. This means