patch-2.4.18 linux/drivers/pnp/isapnp.c
Next file: linux/drivers/s390/Makefile
Previous file: linux/drivers/pci/quirks.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Feb 4 19:11:16 2002
- Orig file:
linux.orig/drivers/pnp/isapnp.c
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/drivers/pnp/isapnp.c linux/drivers/pnp/isapnp.c
@@ -21,7 +21,7 @@
* 2000-01-01 Added quirks handling for buggy hardware
* Peter Denison <peterd@pnd-pc.demon.co.uk>
* 2000-06-14 Added isapnp_probe_devs() and isapnp_activate_dev()
- * Christoph Hellwig <hch@caldera.de>
+ * Christoph Hellwig <hch@infradead.org>
* 2001-06-03 Added release_region calls to correspond with
* request_region calls when a failure occurs. Also
* added KERN_* constants to printk() calls.
@@ -892,6 +892,7 @@
case _STAG_END:
if (size > 0)
isapnp_skip_bytes(size);
+ isapnp_config_prepare(dev);
return 1;
default:
printk(KERN_ERR "isapnp: unexpected or unknown tag type 0x%x for logical device %i (device %i), ignored\n", type, dev->devfn, card->number);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)