freebsd-dev/sys/i386
David Greenman d6eb591433 Patch from Brian Smith (modified a little by me) to allow kernel config
file override to disable fifo on 16550s:

I bought a board with two 16550's, but one of those ports has a mouse
on it.  The sio driver always enables the fifo, which is a bad thing
for mice and X.  The mouse is jerky and hard to use.  The simple thing
is be to treat one of the ports as a non-fifo'ed UART, and I use the
flags option in my config file.

So, my config file has:
device      sio0    at isa? port "IO_COM1" tty irq 4 flags 0x2 vector siointr
device      sio1    at isa? port "IO_COM2" tty irq 3 vector siointr

(patch deleted)
1994-01-31 06:12:18 +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 Remove commented out PROCFS, it is standard. 1994-01-29 21:41:36 +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 Make I/O memory explicitly non-cacheable. This is purely an asthetic 1994-01-31 04:39:37 +00:00
include VM system performance improvements from John Dyson and myself. The 1994-01-31 04:19:00 +00:00
isa Patch from Brian Smith (modified a little by me) to allow kernel config 1994-01-31 06:12:18 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00