freebsd-dev/sys/i386
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
..
apm Don't push/pop the return-val register. (DUH!) 1994-12-16 07:31:47 +00:00
bios Don't push/pop the return-val register. (DUH!) 1994-12-16 07:31:47 +00:00
boot Really provide support for 3COM cards now. 1994-12-31 17:16:50 +00:00
conf Handle the aic7770 driver's dependancies correctly. 1994-12-31 19:27:29 +00:00
eisa Handle both channels of Twin channeled devices. Respect the configuration 1994-12-31 19:31:56 +00:00
i386 From Bill Paul: 1994-12-31 17:11:59 +00:00
ibcs2 Fix bug around VOP_READDIR, now takes 6 parameters not 4. 1994-12-14 22:03:48 +00:00
include Replace sv_ex_tw by padding (it is no longer used; the tag word in sv_env 1995-01-03 03:57:46 +00:00
isa Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use the 1995-01-03 16:56:05 +00:00
pci Restore my changes in rev 1.11 that Garrett killed in his commit. 1994-12-22 23:42:25 +00:00
scsi Handle both channels of Twin channeled devices. Respect the configuration 1994-12-31 19:31:56 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00