WAN: remove SCA support from SCA-II drivers
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
This commit is contained in:
@ -41,9 +41,6 @@ static const char* devname = "PCI200SYN";
|
||||
|
||||
#define PCI200SYN_PLX_SIZE 0x80 /* PLX control window size (128b) */
|
||||
#define PCI200SYN_SCA_SIZE 0x400 /* SCA window size (1Kb) */
|
||||
#define ALL_PAGES_ALWAYS_MAPPED
|
||||
#define NEED_DETECT_RAM
|
||||
#define NEED_SCA_MSCI_INTR
|
||||
#define MAX_TX_BUFFERS 10
|
||||
|
||||
static int pci_clock_freq = 33000000;
|
||||
@ -433,7 +430,7 @@ static int __devinit pci200_pci_init_one(struct pci_dev *pdev,
|
||||
pci200_pci_remove_one(pdev);
|
||||
return -ENOBUFS;
|
||||
}
|
||||
sca_init_sync_port(port); /* Set up SCA memory */
|
||||
sca_init_port(port); /* Set up SCA memory */
|
||||
|
||||
printk(KERN_INFO "%s: PCI200SYN node %d\n",
|
||||
dev->name, port->phy_node);
|
||||
|
Reference in New Issue
Block a user