Re: [Quick question] serial core issue

2007-03-29 Thread Aubrey Li
On 3/30/07, Lee Revell <[EMAIL PROTECTED]> wrote: On 3/29/07, Aubrey Li <[EMAIL PROTECTED]> wrote: > When register serial driver as a console, the driver function > > my_remove() > my_shutdown() > > seems be never called. > > So the driver can't reclaim resource when the command "reboot" is

Re: [Quick question] serial core issue

2007-03-29 Thread Lee Revell
On 3/29/07, Aubrey Li <[EMAIL PROTECTED]> wrote: When register serial driver as a console, the driver function my_remove() my_shutdown() seems be never called. So the driver can't reclaim resource when the command "reboot" is issued. Is it intended? Please post your code for review and

[Quick question] serial core issue

2007-03-29 Thread Aubrey Li
When register serial driver as a console, the driver function my_remove() my_shutdown() seems be never called. So the driver can't reclaim resource when the command "reboot" is issued. Is it intended? -Aubrey - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[Quick question] serial core issue

2007-03-29 Thread Aubrey Li
When register serial driver as a console, the driver function my_remove() my_shutdown() seems be never called. So the driver can't reclaim resource when the command reboot is issued. Is it intended? -Aubrey - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [Quick question] serial core issue

2007-03-29 Thread Lee Revell
On 3/29/07, Aubrey Li [EMAIL PROTECTED] wrote: When register serial driver as a console, the driver function my_remove() my_shutdown() seems be never called. So the driver can't reclaim resource when the command reboot is issued. Is it intended? Please post your code for review and someone

Re: [Quick question] serial core issue

2007-03-29 Thread Aubrey Li
On 3/30/07, Lee Revell [EMAIL PROTECTED] wrote: On 3/29/07, Aubrey Li [EMAIL PROTECTED] wrote: When register serial driver as a console, the driver function my_remove() my_shutdown() seems be never called. So the driver can't reclaim resource when the command reboot is issued. Is it