Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 105 → Rev 616

/shark/trunk/drivers/oldchar/scom.c
20,11 → 20,11
 
/**
------------
CVS : $Id: scom.c,v 1.1 2003-03-24 10:54:17 pj Exp $
CVS : $Id: scom.c,v 1.2 2004-03-09 08:49:13 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-03-24 10:54:17 $
Revision: $Revision: 1.2 $
Last update: $Date: 2004-03-09 08:49:13 $
------------
 
Author: Massimiliano Giorgi
265,7 → 265,7
if (!(com_link[port].status & FAST_INSTALLED)) {
bit_on(com_link[port].status,FAST_INSTALLED);
bit_on(com_link[shared].status,FAST_INSTALLED);
handler_set(hndl,com_fast,NIL);
handler_set(hndl,com_fast,NIL, TRUE);
#ifdef __DEBUG_SERIAL__
cputs("Handler OK\n");
#endif