freebsd-dev/sys/dev
Bruce Evans f73f117cf0 Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use the
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.
1995-01-03 16:56:05 +00:00
..
aic7xxx Update the sequencer code to handle both channels of Twin channel devices. 1994-12-31 19:26:54 +00:00
de Restore my changes in rev 1.11 that Garrett killed in his commit. 1994-12-22 23:42:25 +00:00
ed Possible fix for NE2000 problems...the remote byte count wasn't word 1995-01-01 06:38:14 +00:00
ep Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
fdc Here is a minor patch for FreeBSD 2.0R to allow it to recognize 1994-12-04 20:22:20 +00:00
ic DMA automode patch, fix SB16 clicks 1994-11-01 17:26:50 +00:00
ie Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
kbd Changes to allow keypad 5 produce \E[E like SCO/ANSI term does 1994-12-31 11:38:39 +00:00
lnc Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
mcd Merge several probe diagnostics into one. 1994-12-24 13:24:02 +00:00
mse From: Lars Fredriksen <fredriks@mcs.com> 1994-11-08 05:41:34 +00:00
pci Submitted by: 1994-11-02 23:47:14 +00:00
ppbus Added $Id$ 1994-08-02 07:55:43 +00:00
sio Keep track of the devconf state. 1994-12-27 13:07:07 +00:00
speaker Fix range checking bug, pointed by peter@haywire.dialix.com 1994-10-14 16:37:58 +00:00
syscons Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use the 1995-01-03 16:56:05 +00:00
vn Continue implementing disk slices and labels for the vn driver. Everything 1994-12-16 16:50:15 +00:00