NetBSD/sys/arch/arc
gdamore 34537908ab Add an option COM_REGMAP to allow com(4) to use an array of register indices.
This allows us to convert aucom to just another com attachment, and cleanup
some code in the com_arbus.c.

Additionally, we use a common com_cleanup routine rather than having a
zillion copies of it in the attachment points.

This has been tested on a number architectures, and it has been shown to get
close to comparable performance when COM_REGMAP is defined, and comparable
when it is not defined.

Approved by core@.  Fixes PR port-evbmips/32362.
2006-07-13 22:56:00 +00:00
..
arc Make some local functions static. 2006-06-25 16:52:01 +00:00
compile
conf Add 8k more SYMTAB_SPACE so that it fits again. 2006-07-09 16:52:54 +00:00
dev Use MI <dev/ic/pcdisplay.h> rather than MD <machine/display.h>. 2006-07-01 17:15:46 +00:00
dti Misc minor cleanup for arc interrupt handlers: 2006-06-24 03:50:38 +00:00
include No need to export autoconf.h to userland. 2006-07-01 17:24:19 +00:00
isa Use register macro defined in <dev/ic/i8259reg.h>. 2006-07-02 04:22:38 +00:00
jazz Add an option COM_REGMAP to allow com(4) to use an array of register indices. 2006-07-13 22:56:00 +00:00
pci Misc minor cleanup for arc interrupt handlers: 2006-06-24 03:50:38 +00:00
stand
Makefile
TODO