patch-2.3.41 linux/drivers/pnp/isapnp.c

Next file: linux/drivers/sbus/audio/amd7930.c
Previous file: linux/drivers/pnp/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/drivers/pnp/isapnp.c linux/drivers/pnp/isapnp.c
@@ -436,6 +436,7 @@
 	dev = isapnp_alloc(sizeof(struct pci_dev));
 	if (!dev)
 		return NULL;
+	dev->dma_mask = 0x00ffffff;
 	dev->devfn = number;
 	dev->vendor = (tmp[1] << 8) | tmp[0];
 	dev->device = (tmp[3] << 8) | tmp[2];

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)