Em Dom, 2007-07-01 às 12:21 -0400, Marvin Stodolsky escreveu: > Ludi, > > In C code, comments are blocks like > > /* > * This assumes you have a 1.8432 MHz clock for your UART. > * > * It'd be nice if someone built a serial card with a 24.576 MHz > * clock, since the 16550A is capable of handling a top speed of 1.5 > * megabits/second; but this requires the faster clock. > */ > > or single lines like > /* Standard COM flags (except for COM4, because of the 8514 problem) */ > > One can comment out > a code line > by putting in between > /* a code line */ > and it will be skipped as a comment during compiling. > > But since config.h is not included in your current > include/asm-i386/serial.h > nothing has to be done. > > Someone with more C code knowledge than me will have to work on the error: > ----------------- > home/desktop/Desktop/agrsm/agrsoftmodem.c: In function 'x_request_irq': > /home/desktop/Desktop/agrsm/agrsoftmodem.c:223: warning: passing > argument 2 of 'request_irq' from incompatible pointer type > /home/desktop/Desktop/agrsm/agrsoftmodem.c:367:53: error: macro > "INIT_WORK" passed 3 arguments, but takes just 2 > > MarvS Ah, ok. I understand now. Thanks again Marvin.