patch-2.4.6 linux/drivers/macintosh/macserial.h
Next file: linux/drivers/macintosh/via-pmu.c
Previous file: linux/drivers/macintosh/macserial.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Jun 27 13:37:35 2001
- Orig file:
v2.4.5/linux/drivers/macintosh/macserial.h
- Orig date:
Sun Feb 4 10:21:25 2001
diff -u --recursive --new-file v2.4.5/linux/drivers/macintosh/macserial.h linux/drivers/macintosh/macserial.h
@@ -115,6 +115,7 @@
char is_irda; /* is connected to an IrDA codec */
unsigned char tx_active; /* character is being xmitted */
unsigned char tx_stopped; /* output is suspended */
+ unsigned char power_wait; /* waiting for power-up delay to expire */
/* We need to know the current clock divisor
* to read the bps rate the chip has currently
@@ -186,6 +187,8 @@
void *dma_priv;
struct timer_list poll_dma_timer;
#define RX_DMA_TIMER (jiffies + 10*HZ/1000)
+
+ struct timer_list powerup_timer;
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)