diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-03-24 15:24:23 -0400 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-11-21 20:49:47 -0500 |
commit | 302243922b374b147380f61774b44612eb2040fd (patch) | |
tree | fb621846fb4fd94b203a10bb2686bc41a8c5a9de /drivers/net/wan/pci200syn.c | |
parent | 88597364573a46a57496c62ff0ee4b8148831ed0 (diff) |
WAN: remove SCA support from SCA-II drivers
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'drivers/net/wan/pci200syn.c')
-rw-r--r-- | drivers/net/wan/pci200syn.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/wan/pci200syn.c b/drivers/net/wan/pci200syn.c index f4aa3263790d..c2620beb7f75 100644 --- a/drivers/net/wan/pci200syn.c +++ b/drivers/net/wan/pci200syn.c | |||
@@ -41,9 +41,6 @@ static const char* devname = "PCI200SYN"; | |||
41 | 41 | ||
42 | #define PCI200SYN_PLX_SIZE 0x80 /* PLX control window size (128b) */ | 42 | #define PCI200SYN_PLX_SIZE 0x80 /* PLX control window size (128b) */ |
43 | #define PCI200SYN_SCA_SIZE 0x400 /* SCA window size (1Kb) */ | 43 | #define PCI200SYN_SCA_SIZE 0x400 /* SCA window size (1Kb) */ |
44 | #define ALL_PAGES_ALWAYS_MAPPED | ||
45 | #define NEED_DETECT_RAM | ||
46 | #define NEED_SCA_MSCI_INTR | ||
47 | #define MAX_TX_BUFFERS 10 | 44 | #define MAX_TX_BUFFERS 10 |
48 | 45 | ||
49 | static int pci_clock_freq = 33000000; | 46 | static int pci_clock_freq = 33000000; |
@@ -433,7 +430,7 @@ static int __devinit pci200_pci_init_one(struct pci_dev *pdev, | |||
433 | pci200_pci_remove_one(pdev); | 430 | pci200_pci_remove_one(pdev); |
434 | return -ENOBUFS; | 431 | return -ENOBUFS; |
435 | } | 432 | } |
436 | sca_init_sync_port(port); /* Set up SCA memory */ | 433 | sca_init_port(port); /* Set up SCA memory */ |
437 | 434 | ||
438 | printk(KERN_INFO "%s: PCI200SYN node %d\n", | 435 | printk(KERN_INFO "%s: PCI200SYN node %d\n", |
439 | dev->name, port->phy_node); | 436 | dev->name, port->phy_node); |