Re: hw.pci.enable_io_modes default value.

2002-09-02 Thread Sheldon Hearn

On (2002/09/01 19:12), Marc Fonvieille wrote:

 I had freeze at boot problem with my laptop and -CURRENT:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=42262
 
 I found the solution: setting hw.pci.enable_io_modes to 0.
 So I have a question: that sysctl has to be =1 by default? I mean if I
 have that issue with it and my laptop, maybe I'll not be the only one
 with that problem.
 
 Well I'm sure there is a good reason for that default setting. Perhaps
 we could write somewhere that setting may lead to hangs with some
 hardware :)

Don't be too sure. :-)

revision 1.194
date: 2002/07/26 07:58:16;  author: imp;  state: Exp;  lines: +36 -21
Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes.  It can also
be set at boot time.  It defaults to 1 now since it can be set in the
boot loader.  If this proves unwise, we can reset it to defaulting to 0.

If enough people have trouble with this default, we might want to set it
to 0, since

1) We can't please everyone.
2) We should try to please people with working hardware first.

Ciao,
Sheldon.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: hw.pci.enable_io_modes default value.

2002-09-02 Thread M. Warner Losh

In message: [EMAIL PROTECTED]
Sheldon Hearn [EMAIL PROTECTED] writes:
: On (2002/09/01 19:12), Marc Fonvieille wrote:
: 
:  I had freeze at boot problem with my laptop and -CURRENT:
:  
:  http://www.freebsd.org/cgi/query-pr.cgi?pr=42262
:  
:  I found the solution: setting hw.pci.enable_io_modes to 0.
:  So I have a question: that sysctl has to be =1 by default? I mean if I
:  have that issue with it and my laptop, maybe I'll not be the only one
:  with that problem.
:  
:  Well I'm sure there is a good reason for that default setting. Perhaps
:  we could write somewhere that setting may lead to hangs with some
:  hardware :)
: 
: Don't be too sure. :-)
: 
: revision 1.194
: date: 2002/07/26 07:58:16;  author: imp;  state: Exp;  lines: +36 -21
: Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes.  It can also
: be set at boot time.  It defaults to 1 now since it can be set in the
: boot loader.  If this proves unwise, we can reset it to defaulting to 0.
: 
: If enough people have trouble with this default, we might want to set it
: to 0, since
: 
: 1) We can't please everyone.
: 2) We should try to please people with working hardware first.

I made it 1 because I wanted to get feedback on what hardware is
broken.  So far only two people have complained.  Hundreds complained
when the default was 0.  Seems like the choice was good to me still.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: hw.pci.enable_io_modes default value.

2002-09-02 Thread Marc Fonvieille

On Mon, Sep 02, 2002 at 12:32:28PM -0600, M. Warner Losh wrote:
 
 I made it 1 because I wanted to get feedback on what hardware is
 broken.  So far only two people have complained.  Hundreds complained
 when the default was 0.  Seems like the choice was good to me still.


I knew there was a good reason :)

Now the problem is archived in the mailing list, it will be useful for
other users.

Marc

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



hw.pci.enable_io_modes default value.

2002-09-01 Thread Marc Fonvieille

Hello,

I had freeze at boot problem with my laptop and -CURRENT:

http://www.freebsd.org/cgi/query-pr.cgi?pr=42262

I found the solution: setting hw.pci.enable_io_modes to 0.
So I have a question: that sysctl has to be =1 by default? I mean if I
have that issue with it and my laptop, maybe I'll not be the only one
with that problem.

Well I'm sure there is a good reason for that default setting. Perhaps
we could write somewhere that setting may lead to hangs with some
hardware :)

Marc

PS: btw kern/42262 can be closed :)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message