mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
f73f117cf0
correct console number for the VT_WAITACTIVE ioctl. Invalid console numbers caused waiting on an invalid pointer. Use bcopyw() instead of move_up() and move_down(). bcopyw() handles overlapped copies and should be faster. Actually use bcopy(). bcopy() is slightly faster if video memory is 16-bit and about twice as fast if it is 32-bit. bcopy() is said to fail on someGA's, but syscons already depends on it working for other accesses to video memory. |
||
---|---|---|
.. | ||
ic | ||
atrtc.c | ||
fd.c | ||
fdc.h | ||
fdreg.h | ||
kbdtables.h | ||
rtc.h | ||
sio.c | ||
sioreg.h | ||
syscons.c | ||
timerreg.h |