freebsd-skq/sys/dev
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
..
ed Yanked out history section as it is unlikely there will be any further 1994-01-03 17:17:19 +00:00
ep First beta version of the 3C509 driver changed for FreeBSD. Known 1994-01-10 19:13:50 +00:00
fdc Use separate fields for format GAP and read/write GAP. 1993-12-21 05:09:21 +00:00
ic Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 13:48:52 +00:00
ie Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and 1993-11-25 01:38:01 +00:00
kbd Russian keymap (RUKEYMAP) changes: 1993-11-04 01:49:20 +00:00
mcd Make everything compile with -Wtraditional. Make it easier to distribute 1993-12-19 00:55:01 +00:00
mse Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and 1993-11-25 01:38:01 +00:00
sio From ache: 1994-01-11 18:31:45 +00:00
speaker wmesg was too long (>7), fixed 1993-11-29 19:26:32 +00:00
syscons Convert syscall to trapframe. Based on work done by John Brezak. 1994-01-03 07:55:47 +00:00