* [PATCH] pci: make pci_direct_conf1 structure nonstatic
@ 2003-02-04 8:45 Andrey Panin
2003-02-04 8:59 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Andrey Panin @ 2003-02-04 8:45 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 509 bytes --]
Hi,
this triial patch is needed to use pci access functions from
i386/pci/direct.c by the visws pci code. To achieve this patch
makes pci_direct_conf1 structure (which hold pci pointers of access
functions) nonstatic. PCI id for SGI lithium hostbridge is added also.
SGI visws supports pci type 1 pci access, but needs different
bus and irq enumeration logic.
Please consider applying.
Best regards.
--
Andrey Panin | Embedded systems software developer
pazke@orbita1.ru | PGP key: wwwkeys.pgp.net
[-- Attachment #2: patch-pci --]
[-- Type: text/plain, Size: 926 bytes --]
diff -urN -X /usr/share/dontdiff linux-2.5.59.vanilla/arch/i386/pci/direct.c linux-2.5.59/arch/i386/pci/direct.c
--- linux-2.5.59.vanilla/arch/i386/pci/direct.c Wed Jan 15 20:37:20 2003
+++ linux-2.5.59/arch/i386/pci/direct.c Mon Feb 3 15:55:11 2003
@@ -83,7 +83,7 @@
PCI_FUNC(devfn), where, size, value);
}
-static struct pci_ops pci_direct_conf1 = {
+struct pci_ops pci_direct_conf1 = {
.read = pci_conf1_read,
.write = pci_conf1_write,
};
diff -urN -X /usr/share/dontdiff linux-2.5.59.vanilla/include/linux/pci_ids.h linux-2.5.59/include/linux/pci_ids.h
--- linux-2.5.59.vanilla/include/linux/pci_ids.h Wed Jan 15 20:28:37 2003
+++ linux-2.5.59/include/linux/pci_ids.h Mon Feb 3 15:55:12 2003
@@ -844,6 +844,7 @@
#define PCI_VENDOR_ID_SGI 0x10a9
#define PCI_DEVICE_ID_SGI_IOC3 0x0003
+#define PCI_VENDOR_ID_SGI_LITHIUM 0x1002
#define PCI_VENDOR_ID_ACC 0x10aa
#define PCI_DEVICE_ID_ACC_2056 0x0000
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] pci: make pci_direct_conf1 structure nonstatic
2003-02-04 8:45 [PATCH] pci: make pci_direct_conf1 structure nonstatic Andrey Panin
@ 2003-02-04 8:59 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2003-02-04 8:59 UTC (permalink / raw)
To: linux-kernel
On Tue, Feb 04, 2003 at 11:45:26AM +0300, Andrey Panin wrote:
> Hi,
>
> this triial patch is needed to use pci access functions from
> i386/pci/direct.c by the visws pci code. To achieve this patch
> makes pci_direct_conf1 structure (which hold pci pointers of access
> functions) nonstatic. PCI id for SGI lithium hostbridge is added also.
>
> SGI visws supports pci type 1 pci access, but needs different
> bus and irq enumeration logic.
>
> Please consider applying.
Linus usually only applies patches that have him in the To (or maybe Cc)
line. It might also worth to send all the small patches as a series
(i.e. [PATCH] bring visw back alive (1/10)) so he sees a grand goal)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-04 8:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-04 8:45 [PATCH] pci: make pci_direct_conf1 structure nonstatic Andrey Panin
2003-02-04 8:59 ` Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.