TTY code problems in current
Roman Kurakin
rik at cronyx.ru
Mon Jul 4 12:09:34 GMT 2005
Hi,
I observe some problems with my driver in async mode.
One of the panics I see is in function putc() from tty_subr.c.
It seems that this panic due to the fact that clist is not protected
by any locks if driver works in smpsafe mode without Giant.
The panic occur beacuse of pointer modification (the new value
of the pointer eq. to NULL.
Any comments?
rik
More information about the freebsd-current
mailing list