Dual UART WildCard Module driver

This kernel extension contains the driver for use with the UART WildCard. If you are using a UART WildCard module, then you will probably want this driver. This driver differs slightly from the standard UART Wildcard driver in that it allows for queued reception using the real time interrupt (RTI). This driver does everything the standard one does, but costs about 100 bytes more in RAM (for the queuing buffers) and is very slightly larger. If you're not tight on space, you might as well use this driver as it is more feature rich.