Re: disabling drivers at runtime?

2009-03-26 Thread Jacob Meuser
On Thu, Mar 26, 2009 at 06:45:09AM +0100, Sebastian Rother wrote: On Wed, 25 Mar 2009 21:56:48 -0400 Daniel Ouellet dan...@presscom.net wrote: Sebastian Rother wrote: Is it possible to disable for example ehci at runtime? As far as I understand I can use config -e -f /bsd to modify the

Re: disabling drivers at runtime?

2009-03-26 Thread Daniel Ouellet
Instead of exit, you type quit and it will save the changes, oppose to exit that do not. That method does not work! I tried it! Just FYI, in the FAQ it does saw in the first paragraph at the start of the second line These changes will then take place on your next reboot.. So no it's not

Re: disabling drivers at runtime?

2009-03-26 Thread Sebastian Rother
On Thu, 26 Mar 2009 10:50:13 -0400 Daniel Ouellet dan...@presscom.net wrote: Instead of exit, you type quit and it will save the changes, oppose to exit that do not. That method does not work! I tried it! Just FYI, in the FAQ it does saw in the first paragraph at the start of the

disabling drivers at runtime?

2009-03-25 Thread Sebastian Rother
Is it possible to disable for example ehci at runtime? As far as I understand I can use config -e -f /bsd to modify the BSD kernel but the changes just get applied after a reboot. Is there any method to may disable a specific driver only at runtime? Lets say like ehci? Kind regards, Sebastian

Re: disabling drivers at runtime?

2009-03-25 Thread Vadim Zhukov
On 26 March 2009 c. 02:11:16 Sebastian Rother wrote: Is it possible to disable for example ehci at runtime? As far as I understand I can use config -e -f /bsd to modify the BSD kernel but the changes just get applied after a reboot. Is there any method to may disable a specific driver only at

Re: disabling drivers at runtime?

2009-03-25 Thread Daniel Ouellet
Sebastian Rother wrote: Is it possible to disable for example ehci at runtime? As far as I understand I can use config -e -f /bsd to modify the BSD kernel but the changes just get applied after a reboot. Is there any method to may disable a specific driver only at runtime? Lets say like ehci?

Re: disabling drivers at runtime?

2009-03-25 Thread Daniel Ouellet
Sebastian Rother wrote: Is it possible to disable for example ehci at runtime? As far as I understand I can use config -e -f /bsd to modify the BSD kernel but the changes just get applied after a reboot. And I forgot that point here too, sorry, my bad. Yes you would need to reboot to get the

Re: disabling drivers at runtime?

2009-03-25 Thread Alexander Yurchenko
On Thu, Mar 26, 2009 at 12:11:16AM +0100, Sebastian Rother wrote: Is it possible to disable for example ehci at runtime? As far as I understand I can use config -e -f /bsd to modify the BSD kernel but the changes just get applied after a reboot. Is there any method to may disable a specific

Re: disabling drivers at runtime?

2009-03-25 Thread Sebastian Rother
On Thu, 26 Mar 2009 02:55:38 +0300 Vadim Zhukov persg...@gmail.com wrote: On 26 March 2009 P3. 02:11:16 Sebastian Rother wrote: Is it possible to disable for example ehci at runtime? As far as I understand I can use config -e -f /bsd to modify the BSD kernel but the changes just get

Re: disabling drivers at runtime?

2009-03-25 Thread Sebastian Rother
On Wed, 25 Mar 2009 21:56:48 -0400 Daniel Ouellet dan...@presscom.net wrote: Sebastian Rother wrote: Is it possible to disable for example ehci at runtime? As far as I understand I can use config -e -f /bsd to modify the BSD kernel but the changes just get applied after a reboot. And I

Re: disabling drivers at runtime?

2009-03-25 Thread Sebastian Rother
On Wed, 25 Mar 2009 21:52:14 -0400 Daniel Ouellet dan...@presscom.net wrote: Sebastian Rother wrote: Is it possible to disable for example ehci at runtime? As far as I understand I can use config -e -f /bsd to modify the BSD kernel but the changes just get applied after a reboot. Is