patch-2.2.12 linux/drivers/isdn/hisax/bkm_a8.c
Next file: linux/drivers/isdn/hisax/callc.c
Previous file: linux/drivers/isdn/hisax/bkm_a4t.c
Back to the patch index
Back to the overall index
- Lines: 46
- Date:
Wed Aug 25 17:29:47 1999
- Orig file:
v2.2.11/linux/drivers/isdn/hisax/bkm_a8.c
- Orig date:
Mon Aug 9 16:05:55 1999
diff -u --recursive --new-file v2.2.11/linux/drivers/isdn/hisax/bkm_a8.c linux/drivers/isdn/hisax/bkm_a8.c
@@ -1,4 +1,4 @@
-/* $Id: bkm_a8.c,v 1.4 1999/07/14 11:43:15 keil Exp $
+/* $Id: bkm_a8.c,v 1.6 1999/08/11 21:01:24 keil Exp $
* bkm_a8.c low level stuff for Scitel Quadro (4*S0, passive)
* derived from the original file sedlbauer.c
* derived from the original file niccy.c
@@ -7,6 +7,12 @@
* Author Roland Klabunde (R.Klabunde@Berkom.de)
*
* $Log: bkm_a8.c,v $
+ * Revision 1.6 1999/08/11 21:01:24 keil
+ * new PCI codefix
+ *
+ * Revision 1.5 1999/08/10 16:01:48 calle
+ * struct pci_dev changed in 2.3.13. Made the necessary changes.
+ *
* Revision 1.4 1999/07/14 11:43:15 keil
* correct PCI_SUBSYSTEM_VENDOR_ID
*
@@ -36,7 +42,7 @@
extern const char *CardType[];
-const char sct_quadro_revision[] = "$Revision: 1.4 $";
+const char sct_quadro_revision[] = "$Revision: 1.6 $";
/* To survive the startup phase */
typedef struct {
@@ -371,7 +377,7 @@
&sub_sys_id);
if (sub_sys_id == ((SCT_SUBSYS_ID << 16) | SCT_SUBVEN_ID)) {
found = 1;
- pci_ioaddr1 = dev_a8->base_address[1];
+ pci_ioaddr1 = get_pcibase(dev_a8, 1);
pci_irq = dev_a8->irq;
pci_bus = dev_a8->bus->number;
pci_device_fn = dev_a8->devfn;
@@ -433,7 +439,7 @@
pcibios_write_config_dword(pci_bus, pci_device_fn,
PCI_BASE_ADDRESS_1, pci_ioaddr1);
#ifdef COMPAT_HAS_NEW_PCI
- dev_a8->base_address[1] = pci_ioaddr1;
+ get_pcibase(dev_a8, 1) = pci_ioaddr1;
#endif /* COMPAT_HAS_NEW_PCI */
}
/* End HACK */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)