freebsd-nq/sys
Andrey A. Chernov e58072bda5 From ache:
Choose older MULTIPORT version, because lastest bde version
	not worked.
	Don't force HUPCL for bidirectional case.
From bde:
	Use bit (1 << (16 + 4)) in schedsoftcom() to avoid clash with
	non-serial h/w on IRQ4.
	Allow FIFO_TRIGGER in config.
	Clear com->mcr_image when clearing mcr for init of 4port.  The
	usual value MCR_IENABLE should have broken 4ports unless
	something happened to clear it later.
	Turn off interrupts as well as DTR after an error waiting for
	carrier (bidir dialin case).
	Drain fifo more carefully.
	Don't hang up if debugging.
	Rearrange siointr() -> siointr1() for multiport case for speed,
	lower latency and clarity.
	Use suser() to check perms.
	Provide missing splx() after failed perms checks.
	c_ispeed == 0 means c_ispeed = c_ospeed (POSIX).
	Set parameters (except speed) for c_ospeed == 0 as well as
	hanging up.
	Better initialization for console (fifo stuff...).
	Misc. cleanups.
	Fix dead hang if modem power is off.
1994-01-11 18:31:45 +00:00
..
alpha/include Put back the $Id$ string 1993-10-28 06:11:38 +00:00
amd64 Correct Vresume size, we have now 32 bits for it. 1994-01-10 23:15:09 +00:00
conf Now enabled the line for the 3C509 driver. 1994-01-10 18:53:52 +00:00
ddb Patches from John Brezak (necessary for the syscall->trapframe conversion 1994-01-03 07:54:10 +00:00
dev From ache: 1994-01-11 18:31:45 +00:00
i386 From ache: 1994-01-11 18:31:45 +00:00
isa From ache: 1994-01-11 18:31:45 +00:00
kern Convert syscall to trapframe. Based on work done by John Brezak. 1994-01-03 07:55:47 +00:00
powerpc/include adding libc/quad: 1993-12-19 05:14:46 +00:00
scsi sddump code is now standard, no more options SDDUMP needed in the kernel 1994-01-06 18:08:03 +00:00
sys Separate read/write and format GAPs. 1993-12-21 05:11:10 +00:00