OXSEMI 16C950/4 detection patch for 2.3.99-pre1

From: Keonsoon Hwang (kwork@static.co.kr)
Date: Mon Mar 20 2000 - 04:02:34 EST


Hi
 
  I've been working with 2.3.99-pre1 with our multiport card. And I found a problem on detecting oxsemi
chip on kernel 2.3.99-pre1.
  
  source: serial.c
  function: autoconfig_startech_uarts
     .
    if(state->type == PORT_16550A) {
   
// channel reset before read IDs
     serial_outp(info, UART_LCR, 0); // to ensure not 0xBF
     serial_icr_write(info,UART_CKS,0);
     serial_icr_write(info,UART_CSR,0); // software reset
  .

Above 3 lines should be added before reading IDs of 950.
If you're interesting about OX16PCI954 based multi port card, Please send me e-mail.
I have some evaluation boards for developer.
Thanks.

Regards,
Keonsoon Hwang

email: jazz@static.co.kr
phone: +82-2-577-6598
fax: +82-2-577-4104

Static
544-3 DoGok-1-Dong
#301 SeoWon Bldg.
KangNam-Gu, Seoul, 135-271
Korea
  

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Mar 23 2000 - 21:00:29 EST