scottl ae1ca6fd73 Introduce a spinlock for synchronizing access to the video output hardware
in syscons.  This replaces a simple access semaphore that was assumed to be
protected by Giant but often was not.  If two threads that were otherwise
SMP-safe called printf at the same time, there was a high likelyhood that
the semaphore would get corrupted and result in a permanently frozen video
console.  This is similar to what is already done in the serial console
drivers.
2006-09-13 15:48:15 +00:00
..
2006-08-25 06:29:16 +00:00
2005-12-04 02:12:43 +00:00
2006-07-17 21:00:42 +00:00
2006-05-28 22:15:28 +00:00
2005-03-14 06:51:29 +00:00
2006-08-20 10:29:08 +00:00
2006-08-28 04:28:25 +00:00
2006-08-13 23:16:59 +00:00