return 0;
Most 16C95x cards use the drivers or generic Windows "Communications Port" drivers. 16c95x serial port driver
// Map the serial port's I/O address io_base = ioremap(SERIAL_PORT, 0x10); if (!io_base) return -ENOMEM; return 0; Most 16C95x cards use the drivers