freebsd-nq/sys/i386
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
..
boot Deleted the private cleandir target. It didn't had a rule for the 1993-12-11 20:35:15 +00:00
conf Now enabled the line for the 3C509 driver. 1994-01-10 18:53:52 +00:00
eisa Add comment to MAX_SLOTS that it may need to be 16 and to check against 1994-01-11 07:24:32 +00:00
i386 Removed wx driver hooks 1994-01-04 20:08:56 +00:00
include Increased maximum and default 'size' limits to more reasonable values. 1994-01-03 16:00:52 +00:00
isa From ache: 1994-01-11 18:31:45 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00