linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] pci_release_region and pci_request_region
@ 2001-03-03 15:13 Andrew Morton
  2001-03-03 17:44 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2001-03-03 15:13 UTC (permalink / raw)
  To: lkml

2.4.3-pre1 has been uploaded.  The following drivers will
not work as modules:

./drivers/net/via-rhine.c
./drivers/net/yellowfin.c
./drivers/net/epic100.c
./drivers/net/8139too.c
./drivers/net/rcpci45.c
./drivers/net/sundance.c

Two new functions need to be exported:

--- linux-2.4.3-pre1/drivers/pci/pci.c	Sat Mar  3 20:52:24 2001
+++ linux-akpm/drivers/pci/pci.c	Sun Mar  4 02:01:07 2001
@@ -1367,6 +1367,8 @@
 EXPORT_SYMBOL(pci_root_buses);
 EXPORT_SYMBOL(pci_enable_device);
 EXPORT_SYMBOL(pci_find_capability);
+EXPORT_SYMBOL(pci_release_regions);
+EXPORT_SYMBOL(pci_request_regions);
 EXPORT_SYMBOL(pci_find_class);
 EXPORT_SYMBOL(pci_find_device);
 EXPORT_SYMBOL(pci_find_slot);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] pci_release_region and pci_request_region
  2001-03-03 15:13 [patch] pci_release_region and pci_request_region Andrew Morton
@ 2001-03-03 17:44 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2001-03-03 17:44 UTC (permalink / raw)
  To: Andrew Morton; +Cc: lkml

Andrew Morton wrote:
> 
> 2.4.3-pre1 has been uploaded.  The following drivers will
> not work as modules:
> 
> ./drivers/net/via-rhine.c
> ./drivers/net/yellowfin.c
> ./drivers/net/epic100.c
> ./drivers/net/8139too.c
> ./drivers/net/rcpci45.c
> ./drivers/net/sundance.c

Bah, life is so much better when everything is compiled into the kernel
anyway :)


> --- linux-2.4.3-pre1/drivers/pci/pci.c  Sat Mar  3 20:52:24 2001
> +++ linux-akpm/drivers/pci/pci.c        Sun Mar  4 02:01:07 2001
> @@ -1367,6 +1367,8 @@
>  EXPORT_SYMBOL(pci_root_buses);
>  EXPORT_SYMBOL(pci_enable_device);
>  EXPORT_SYMBOL(pci_find_capability);
> +EXPORT_SYMBOL(pci_release_regions);
> +EXPORT_SYMBOL(pci_request_regions);
>  EXPORT_SYMBOL(pci_find_class);
>  EXPORT_SYMBOL(pci_find_device);
>  EXPORT_SYMBOL(pci_find_slot);

Thanks,

	Jeff


-- 
Jeff Garzik       | "You see, in this world there's two kinds of
Building 1024     |  people, my friend: Those with loaded guns
MandrakeSoft      |  and those who dig. You dig."  --Blondie

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-03-03 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-03 15:13 [patch] pci_release_region and pci_request_region Andrew Morton
2001-03-03 17:44 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).