[BK PATCH] PnP changes for 2.5.53

From: Greg KH (greg@kroah.com)
Date: Mon Dec 30 2002 - 17:18:37 EST


Here are some PnP changes from Jaroslav Kysela that finally remove the
isa pnp fields from the pci_dev and pci_bus structures. They also fix
up a few other problems in some of the pnp drivers.

Please pull from:
        bk://kernel.bkbits.net/gregkh/linux/pnp-2.5

thanks,

greg k-h

 Documentation/isapnp.txt | 193 +-------------------------------------------
 drivers/pcmcia/i82365.c | 26 ++---
 drivers/pnp/card.c | 14 ++-
 drivers/pnp/core.c | 3
 drivers/pnp/driver.c | 16 ++-
 drivers/pnp/idlist.h | 3
 drivers/pnp/interface.c | 20 ++++
 drivers/pnp/isapnp/Makefile | 4
 drivers/pnp/isapnp/compat.c | 27 ++----
 drivers/pnp/isapnp/core.c | 58 ++++++-------
 drivers/pnp/isapnp/proc.c | 1
 drivers/pnp/pnpbios/core.c | 27 +++---
 drivers/pnp/resource.c | 107 ++++++++++++++++--------
 drivers/serial/8250_pnp.c | 7 +
 include/linux/isapnp.h | 138 -------------------------------
 include/linux/pci.h | 32 +++----
 include/linux/pnp.h | 47 ++++++++--
 17 files changed, 253 insertions(+), 470 deletions(-)
-----

ChangeSet@1.970.3.2, 2002-12-30 13:49:02-08:00, greg@kroah.com
  Merge

 include/linux/pci.h | 13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
------

ChangeSet@1.865.47.2, 2002-12-26 19:42:08+01:00, perex@suse.cz
  PnP update
    - removed ISAPnP members from PCI structures
    - isapnp.h cleanups (removal of duplicates)
    - added compatible functions (pnp_find_dev and pnp_find_card)
    - i82365 (pcmcia driver) - ported to new PnP layer

 drivers/pcmcia/i82365.c | 26 +++-----
 drivers/pnp/isapnp/Makefile | 4 -
 drivers/pnp/isapnp/compat.c | 27 ++++----
 drivers/pnp/isapnp/core.c | 54 ++++++++---------
 drivers/pnp/isapnp/proc.c | 1
 include/linux/isapnp.h | 138 --------------------------------------------
 include/linux/pci.h | 19 ------
 include/linux/pnp.h | 12 ++-
 8 files changed, 66 insertions(+), 215 deletions(-)
------

ChangeSet@1.865.47.1, 2002-12-26 16:56:19+01:00, perex@suse.cz
  PnP update
    - added configuration templates - configuration can be changed from the probe() callback
    - new PnP ID - NSC6001
    - fixes in PnP BIOS code - no more oopses
    - fixed typos and thinkos in 8250_pnp.c

 Documentation/isapnp.txt | 193 +--------------------------------------------
 drivers/pnp/card.c | 14 ++-
 drivers/pnp/core.c | 3
 drivers/pnp/driver.c | 16 ++-
 drivers/pnp/idlist.h | 3
 drivers/pnp/interface.c | 20 ++++
 drivers/pnp/isapnp/core.c | 4
 drivers/pnp/pnpbios/core.c | 27 +++---
 drivers/pnp/resource.c | 107 +++++++++++++++++-------
 drivers/serial/8250_pnp.c | 7 +
 include/linux/pnp.h | 35 ++++++--
 11 files changed, 176 insertions(+), 253 deletions(-)
------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Dec 31 2002 - 22:00:17 EST