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
ichsmb_reg.h
ichsmb_var.h
ichsmb.c This signal handling code is worse than a no-op. If a 2006-01-03 17:01:43 +00:00