freebsd-dev/sys/dev/ichsmb
Brian Somers 0d10741255 This signal handling code is worse than a no-op. If a
signal is received during the msleep, the msleep is retried
indefinitely as it just keeps returning ERESTART because of
the pending signal.

Instead, just don't PCATCH - the signal can wait.

Sponsored by:	Sophos/ActiveState
2006-01-03 17:01:43 +00:00
..
ichsmb_pci.c Make ichsmb unloadable. 2005-07-29 00:20:50 +00:00
ichsmb_reg.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ichsmb_var.h Make ichsmb(4) child device handling properly. 2005-06-10 16:12:43 +00:00
ichsmb.c This signal handling code is worse than a no-op. If a 2006-01-03 17:01:43 +00:00