2004-03-21 18:08:58

by Adam Belay

[permalink] [raw]
Subject: [BK PATCH] PnP Updates for 2.6.5-rc2

Hi,

This release contains ISAPnP fixes, parport_pc device detection improvements,
and other random fixes. All of these patches have been in the -mm tree for
testing.

Please Pull from: bk://linux-pnp.bkbits.net/pnp-2.6

Thanks,
Adam

drivers/parport/parport_pc.c | 100 ++++++++++++++++++++++++++++++-------------
drivers/pnp/isapnp/Kconfig | 4 -
drivers/pnp/isapnp/core.c | 18 +++----
drivers/pnp/resource.c | 10 ----
drivers/pnp/system.c | 4 -
drivers/serial/8250_pnp.c | 6 ++
6 files changed, 91 insertions(+), 51 deletions(-)
-------

Adam Belay:
o [ISAPNP] Unmark experimental status
o [PNP] Add some more modem IDs
o [ISAPNP] MEM Config Fix
o [ISAPNP] Fix Device Detection Issue
o [PARPORT] Update PC Parport Detection Code

Christoph Hellwig:
o [ISAPNP] Remove uneeded MOD_INC/DEC_USE_COUNT

Matthew Wilcox:
o [PNP] Resource Conflict Cleanup

Randy Dunlap:
o [PNP] remove __init from system.c