Commit f3f8e122 authored by Kai Germaschewski's avatar Kai Germaschewski

New driver for HFC PCI based ISDN cards

This is the first working version.
parent 0e386918
This diff is collapsed.
......@@ -17,9 +17,11 @@ struct hfcpci_adapter {
spinlock_t hw_lock;
unsigned int irq;
void *mmio;
char *fifo;
u8 *fifo;
dma_addr_t fifo_dma;
struct FsmInst l1m;
struct FsmTimer timer;
struct sk_buff *tx_skb;
int last_fcnt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment