Add "missing scratch-pad register" to the first of the two ports

on the Argosy SP-320 dual-port async PCcard.

An amazing piece of hardware seen from an ISO9000 point of view.
This commit is contained in:
phk 2002-09-27 22:02:46 +00:00
parent cc0058119e
commit 2af09b2073

View File

@ -52,8 +52,8 @@ const struct puc_device_description rscom_devices = {
{ 0, 0, 0, 0 },
{ 0, 0, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x0, 0x00, DEFAULT_RCLK },
{ PUC_PORT_TYPE_COM, 0x1, 0x00, DEFAULT_RCLK },
{ PUC_PORT_TYPE_COM, 0x0, 0x00, DEFAULT_RCLK, 0x100000 },
{ PUC_PORT_TYPE_COM, 0x1, 0x00, DEFAULT_RCLK, 0 },
}
};